All public logs

Jump to navigation Jump to search

Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:57, 27 June 2025 TomosCode talk contribs created page 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 ^. |} [...")
  • 13:01, 6 May 2025 TomosCode talk contribs created page 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 ...")
  • 12:42, 20 April 2025 TomosCode talk contribs created page 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...")
  • 14:03, 5 March 2025 TomosCode talk contribs created page 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:37, 5 March 2025 TomosCode talk contribs created page User:TomosCode (Created page with "== TomosCode == I like code.")
  • 11:54, 5 March 2025 User account TomosCode talk contribs was created