Skip to content
#

programming-language

Here are 5,285 public repositories matching this topic...

julia
stevengj
stevengj commented Mar 25, 2022

As discussed on Discourse, it would be nice to have !foo return a ComposedFunction, which would

  1. allow dispatch and specialized methods for !foo
  2. allow nicer pretty printing of !foo as "!foo" rather than as "#xx (generic function with 1 method)" (by overloading show for ComposedFunction{typeof(!)}
good first issue feature
ponyc

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Mar 26, 2022
  • Red
ceedubs
ceedubs commented Mar 9, 2022

You can already do ucm version, but ucm --version is a pretty standard thing to be able to do, and I find that I keep typing it.

It's also expected by default for certain tools like help2man (though that one can be configured to look for ucm version).

good first issue codebase-manager
madskjeldgaard
madskjeldgaard commented Jan 3, 2022

Motivation

The .postf is a neat shortcut for posting a formatted string.

But personally I see my self doing things like "% is not implemented yet".format("something").warn and the equivalent with .error all the time.

Description of Proposed Feature

Add the following methods to String:


// Equivalent to .postf
St
enhancement good first issue

Improve this page

Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."

Learn more