I don't think the order is arbitrary at all. This behaviour would be consistent with...
Right, but couldn't you just give the elements comparable identities? E.g. if the...
Sp3000 pointed out that this is because e! does an implicit sort. That seems like...
e! doesn't work on certain mixed-type arrays
Make ew work with two integers
Another option would be {...}e< as an alternative to {...}$0=. It would only save...
h-like while loop
Break and continue for all loop
Multiset difference
Operator for anti-diagonal transpose
Convert empty string to 0
Find-all operator
I guess m* would also be a good candidate for this feature, but it's not unary to...
I guess m* would also be a good candidate for this feature.
Make e! and m! take a block to filter permutations right away
I just noticed, from a golfing perspective, the current situation is quite insane....
Built-in binomial coefficients
Make h pop the condition when the loop terminates
Alternatively, getting all (non-unique) subsequences might be good too. The result...
I could have used this a few more times recently. In particular, it can be used to...
This is in conflict with Optimizer's addendum in this feature request: https://sourceforge.net/p/cjam/tickets/64/...
Automatic a for vectorised operations
Operator to get the current iteration
Except it doesn't for for n = 0.
Add option to suppress STDERR in the online interpreter
Add operators to get elapsed time
Filtering falsy values out of an array. Getting the string "{}". And sometimes you...
Implicit behaviour of e~
Here is another generalisation that seems useful and would have saved me a dozen...
Implement `0b` for integers
Variable for {}
Use array contents cyclically when padding
Make j work with infix operators
+1... probably the single most important active feature request ;)
+1... having to do stuff like \f{\...} can be really expensive.
Yeah I meant what Dennis said. If it's Long Long f you turn the first one into a...
I have thought about this some more, and I think this could actually be even more...
Can I add f to the list? Like 5Xf+ gives [1 2 3 4 5].
Add an operator to flatten a nested array
Add simple file operations
Add an operator to get all permutations of an array
What browser/platform are you using? It is monospaced for me (using Chrome on Wi...
Add special case for t and blocks
Operator to get all (overlapping) subarrays of given length
Add generalised accumulation operator
Add byte count to online interpreter
Make $ (copy) work with negative integers.
Treat the bottom of the stack as implicit ""
Add a command to terminate the program
String representation of strings doubles too many backslashes
ARGV for online interpreter
Permalinks for online interpreter
Seconded. I think this is by far the most urgent open ticket.
Oh, it actually just concatenates the blocks. That is a lot more useful. I somehow...
Isn't that 3f* or 3f{...} for more complex blocks?
Ummm, I guess the 1 2 3 4 array should have been the other way round.
Mixed-base conversion