Seriously icon indicating copy to clipboard operation
Seriously copied to clipboard

A golfing language that is probably terrible

Results 11 Seriously issues
Sort by recently updated
recently updated
newest added

Actually *seriously* doesn't have an Actually eval? eval is also a very useful function.

The prefix/suffix function is a frequent function in 05AB1E. Stolen from [05AB1E](https://github.com/Adriandmen/05AB1E/wiki/Commands)

The cmp function is a Python 2 function, it allows easier comparison between numbers. ``` pop a,b: if a>b push 1; if a == b push 0; if a <...

Ideally, this will be a standalone implementation - no reliance on numpy or sympy. I'd like to avoid adding those as requirements, as they're quite large libraries. The implementation must...

enhancement
help wanted
hacktoberfest

Proposed: pop "a","b": push "a" and write "b" to a file named "a" pop "a" or [a]: push `subprocess.call(a)` These would allow [the original challenge](https://codegolf.stackexchange.com/questions/58522/seriously-golfscript-cjam-or-pyth) to be done in Actually....

* `↑` (18) sorts entire stack ascending, like APL * `↓` (19) sorts entire stack descending, like APL `→` and `←` might do something like "pop a; pob b; sort...

enhancement

Code: `:1965593254291461501637330902918203684832716283082y` (`w` produces similar results) Error: ``` Traceback (most recent call last): File "/opt/actually/seriously/seriously.py", line 231, in eval self.fn_table.get(ord_cp437(c), lambda x: x)(self) File "/opt/actually/seriously/SeriouslyCommands.py", line 1349, in 0x79:lambda x:x.push(factor(x.pop())),...

bug
enhancement
help wanted
hacktoberfest

Proposed: pop a,b: push a rounded to b digits after decimal Also consider: pop a,b: push a rounded to b significant figures pop a: push a in scientific notation (ex:...

enhancement

- If at first we don't succeed, try vectorizing - Other stuff?

enhancement

I guess this is more of a reminder than an actual issue, but please implement Lucas numbers in Seriously just as you promised to do.

enhancement