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
  • 05:29, 6 August 2023 Dadsdy talk contribs created page User:Dadsdy (Created page with "== Languages Made == That gent madeth of (,), Desmoslang, Thue++, {,}, {High}, Esoasm, as well as supertape == Interpreters Made == That gent madeth an int'rpret'r f'r each of (,), Desmoslang, Thue, Thue++, Brainfuck, {,}, {High} (actually a compiler), Text (in desmos even), Esoasm, and probably more.")
  • 06:17, 26 July 2023 Dadsdy talk contribs created page In-brace-comma (Created page with "The successor to (,)<br> Now with functions and lists! There are three types of brackets: (), [], and {}.<br> Braces create functions. Brackets create lists. Parens are used to access items in a list, access variables, and call functions.")
  • 19:32, 16 July 2023 Dadsdy talk contribs created page Thue++ (Created page with "Thue, but with regex (EMCAscript).<br> Capture groups exist. # Examples Variables: ((var\w*)="([^"]*)".*)\2::=\1\3 # Implementation https://jsfiddle.net/06w5sg3a/5/")
  • 04:11, 6 July 2023 Dadsdy talk contribs created page Supertape (Created page with "Here on out the current memory tape's pointer will be called the memory pointer, and the current instruction tape's pointer will be called the instruction pointer (keep in mind they can be the same) = Instructions = {| class="wikitable" |+ Caption text |- ! Instruction !! When ran with the memory pointer pointing at a tape !! When ran with it pointing to a character |- | < || Move the memory pointer left || Same |- | > || Move the memory pointer right || Same |- | ^ || S...")
  • 08:52, 30 June 2023 Dadsdy talk contribs created page Esoasm (Created page with "= Spec = ADD [2] <br> SUB [3] <br> MUL [2] <br> MOV [2] <br> BRANCH [1] <br> LABEL <br> Total of 10 op-codes ADD $1 $2 10: set var 1 to var 2 + 10; op code 1<br> ADD $1 $2 $3: set var 1 to var 2 + var 3; op code 2<br> SUB $1 $2 10: set var 1 to var 2 - 10; op code 3<br> SUB $1 10 $2: set var 1 to 10 - var 2; op code 4<br> SUB $1 $2 $3: set var 1 to var 2 - var 3; op code 5<br> MUL $1 $2 10: set var 1 to var 2 * 10; op code 6<br> MUL $1 $2 $3: set var 1 to var 2 * var...")
  • 03:39, 12 June 2023 Dadsdy talk contribs created page (,) (Created page with "== in-parens-comma == (,) or in-parens-comma is a programming language designed with the thought that Brain-Flak has to many types of brackets. To run it, you use the interpreter [https://inparenscomma.pythonanywhere.com here]. Spec is in the interpreter.")
  • 03:36, 19 May 2023 Dadsdy talk contribs created page Desmoslang (Created page with "= Desmoslang = Read Desmos-lang, it is a programming language designed to use Desmos's abilities. = Link = [https://www.desmos.com/calculator/ncwnjkg1rr Link] = Script = [https://github.com/theRealDadsdy/Desmos-Userscript/blob/main/Desmos%20Programming%20Language/script.js Script] = Usage = Go to the link, and run the script (potentially multiple times). = Programming = It's a programming language, so it has a way to program it. Input your program as a comma seperat...")
  • 03:22, 19 May 2023 User account Dadsdy talk contribs was created