You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# Actually [](https://travis-ci.org/Mego/Seriously)[](https://ci.appveyor.com/project/Mego/seriously)[](https://pypi.python.org/pypi/seriously)[](LICENSE)[](https://codecov.io/gh/Mego/Seriously)[](https://bestpractices.coreinfrastructure.org/projects/1173)
1
+
# Actually [](https://github.com/Mego/Seriously/actions/workflows/test.yml)[](https://pypi.python.org/pypi/seriously)[](LICENSE)[](https://codecov.io/gh/Mego/Seriously)[](https://bestpractices.coreinfrastructure.org/projects/1173)
2
+
2
3
A golfing language that is probably terrible. It is currently being developed. Actually is the spiritual successor to Seriously. Actually is stack-based, and is unique in its amount of single-character commands. Every character whose ordinal is in [0,255] does something (or will, once I finish development).
3
4
4
5
All strings are valid programs. There is no such thing as a syntax error, and anything that appears to be a runtime error is actually a no-op (NOP). If you call a command that expects a string on top of the stack, but the top value is an integer, instead of throwing an error, it silently performs a NOP. Eventually, this will not be seen, as the goal for Seriously is for every character and stack state to map to a command.
0 commit comments