User contributions for TomosCode
Jump to navigation
Jump to search
7 May 2025
- 12:4112:41, 7 May 2025 diff hist +1 m Stack whack No edit summary current
6 May 2025
- 13:0113:01, 6 May 2025 diff hist +525 N Stack whack Created page with "Stack whack is a stack-based language which can be compiled to BF. == Instructions == {| class="wikitable sortable" |+ Instructions |- ! Name !! BF |- | (Number) || (+*Number)> |- | -(Number) || (-*Number)> |- | < || < |- | > || > |- | [ || [ |- | ] || ] |- | ADD || [-<+>]< |- | SUB || [-<->]< |- | IN || >, |- | OUT || >. |} == Computational class == Stack whack is Turing-complete because with a few adjustments BF can be compiled into it. Category:Stack-based ..."
20 April 2025
- 12:4212:42, 20 April 2025 diff hist +636 N MicroLang Created page with "MicroLang is my tiny programming language. == Idea == Inspired by Snowflake, MicroLang operates on a program and an interpreter. == Instructions == The instructions are simple. They are: {| class="wikitable sortable" |+ Instructions |- ! Number !! Name !! Operands !! Effect |- | 0 || NOP || None || Does nothing. |- | 1 || REPLACE || A, B || Replaces A with B in the program. |- | 2 || DEFINE || A || Defines a new function which does A. |} == Interpreters == * [ht..."
8 March 2025
- 09:4309:43, 8 March 2025 diff hist +27 Abacus Computer No edit summary
7 March 2025
- 13:4013:40, 7 March 2025 diff hist +29 Abacus Computer No edit summary
5 March 2025
- 14:0314:03, 5 March 2025 diff hist +302 N Abacus Computer Created page with "Abacus Computer is an abacus language. == Instruction == The one instruction is ADD A <- B.<br> A is a pointer to a number.<br> B is too.<br> == Pointers == * 0 is mapped to the IP. * Most others are just pointers to numbers. * The max is mapped to the input. Category:Languages Category:OISC"
- 13:3713:37, 5 March 2025 diff hist +28 N User:TomosCode Created page with "== TomosCode == I like code." current
- 13:3513:35, 5 March 2025 diff hist +134 Esolang:Introduce yourself →Introductions