05AB1E icon indicating copy to clipboard operation
05AB1E copied to clipboard

A concise stack-based golfing language

Results 40 05AB1E issues
Sort by recently updated
recently updated
newest added

Funny enough, `o` does work with decimal values: [try it online](https://tio.run/##yy9OTMpM/f/f2Dr//38A). It does however not work with integers with trailing `.0`: [try it online](https://tio.run/##yy9OTMpM/f/fzDr//38A). Casting it to a string first...

I was working on [this 05AB1E port](https://codegolf.stackexchange.com/a/264246/52210) of [this J answer](https://codegolf.stackexchange.com/a/264141/52210) for the [Shift Braille down](https://codegolf.stackexchange.com/q/264056/52210) codegolf challenge, but I was getting incorrect results. When I used a regular `14L`...

Basically as the title states. Both cumulative reduce builtins are loops, but `N` will remain `0` (or whatever value it was in an outer loop). [Try it online.](https://tio.run/##yy9OTMpM/f/f1Odw66HdfrbatToKCgpKfgpFqbmJmXnFCgZKMVwQyUP7bLUP7QHJK3nmlaTmpaSm6KdWFKQml6SmKCSlZiSWZeYXKcX8/w8A)

There seems to be an issue in the banker's rounding builtin `ò`. By the looks of it, it seems to round away from zero for halves, instead of doing actual...

Needs a test adding, but would you accept this? (also ignore that it it also includes commits from #199, i can rebase that

Not sure how to explain it, but `{` didn't sort a list of lists in expected lexicographical order in one of my programs, even with `--no-lazy` compiler flag. And the...

- before sorting we need to actually resolve each of the inner functions so the sort applies to the result not the lazy stream fn - fixes #184

Although `.I` isn't too useful for code-golfing, since `œ` + `è` is basically the same (although it depends on the stack order I guess), `.I` is A LOT faster and...

The min/max builtins will give the flattened integer on multi-dimensional list arguments, which is a great feature I've used a lot of times. However, there seems to be unexpected behavior...