User contributions for TomosCode
Jump to navigation
Jump to search
27 June 2025
- 10:5710:57, 27 June 2025 diff hist +594 N Cooloops Created page with "Cooloops is a loop language. == Instructions == {| class="wikitable sortable" |- ! Instruction !! Meaning |- | [''Code''] || The Brackets go down then the code is run and then when it reaches the Closing Bracket, The entire loop, up and down gets sent to the end of the program to be run again. |- | (''Code'') || Same as above but without running the code. |- | ^ || Goes up along with the PC and turns into v. |- | v || Same as above but goes down and turns into ^. |} [..." current
17 June 2025
- 10:4810:48, 17 June 2025 diff hist +1 m Stack whack No edit summary current
- 10:4710:47, 17 June 2025 diff hist −1 m Stack whack No edit summary Tag: Manual revert
- 09:4209:42, 17 June 2025 diff hist +1 m Stack whack No edit summary Tag: Reverted
- 09:4109:41, 17 June 2025 diff hist 0 m Stack whack No edit summary
- 09:1709:17, 17 June 2025 diff hist −2 m Stack whack No edit summary
- 09:1609:16, 17 June 2025 diff hist +2 m Stack whack No edit summary
- 09:1409:14, 17 June 2025 diff hist 0 m Stack whack No edit summary
7 May 2025
- 12:4112:41, 7 May 2025 diff hist +1 m Stack whack No edit summary
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