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
  • 09:50, 19 July 2024 Unicodes talk contribs created page Self-repeat (Created page with "Program by Unicodes = Overview = This program gets a number from the user, let's say X, and prints X, X times {| class="wikitable" |+ I/O |- ! Input !! Output |- | 0 || "" |- | 1 || "1" |- | 2 || "22" |- | 5 || "55555" |- | 10 || "10101010101010101010" |} = Examples = == Python == x = int(input()) print(str(x)*x) == Lua == x = io.read() io.write(string.rep(tostring(x),x))")
  • 12:10, 18 July 2024 Unicodes talk contribs created page ʘ (Created page with "ʘ is an Esolang similar to C, but every character is different. == Syntax / Limitations == If the ʘ interpreter finds any alphabetic character it will throw an error The ʘ interpreter replaces: * ɑ with a * ɓ with b * ɔ with c * ɗ with d * ɚ with e * ƒ with f * ɢ with g * ɥ with h * ɨ with i * ɟ with j * ƙ with k * ɫ with l * ɯ with m * ɲ with n * ɸ with o * ƥ with p * ʠ with q * ɹ with r * ʂ with s * ʇ with t * ʊ with u * ʋ with v * ʍ with w *...")
  • 15:11, 13 June 2024 Unicodes talk contribs created page Lython (Created page with "The entire language is Python, but with Lua syntax, for example: if something : -- the comment is this and the colon acts as a "then" -- do something end -- has to be there, else IndentationError")
  • 14:55, 13 June 2024 Unicodes talk contribs created page User:Unicodes/Sandbox (Created page with "hello! if you're seeing this, please don't, i know what you're probably thinking. anyway...")
  • 17:05, 5 June 2024 Unicodes talk contribs created page Esolang talk:Sandbox/Trashcan (Created page with "what about another sandbin?")
  • 11:05, 1 June 2024 Unicodes talk contribs created page Esolang:Sandbox/Trashcan (Created page with "why delete? :(")
  • 08:37, 30 May 2024 Unicodes talk contribs created page File:Uno.png
  • 08:37, 30 May 2024 Unicodes talk contribs uploaded File:Uno.png
  • 08:19, 30 May 2024 Unicodes talk contribs created page Esolang:Sandbox/Trashcan (Created page with "=<big><big><big><big>Well, it's trash!!!!!</big></big></big></big>=")
  • 17:19, 18 March 2024 Unicodes talk contribs created page .not required (Created page with "Made by Unicodes This is a stack-based language, where you have to start every line with ''not''. {| class="wikitable" |+ Instructions |- ! Instruction !! Action |- | ''(not)'' pop [NUMBER] || pushes [NUMBER] onto the stack |- | ''(not)'' push || pops the 1st value off the stack |- | ''(not)'' get || prints out the 1st value |- | ''(not)'' print || gets a number from the user and adds it to the stack |- | ''(not)'' while [NUMBER/1ST STACK VALUE] =/>/<...")
  • 07:17, 18 March 2024 Unicodes talk contribs created page 0widthnonjoiner (Created page with "The actual name of this language is ‌ (U+200C). 0widthnonjoiner is made by Unicodes This language is run on a stack. For each line there is 1 instruction + arguments {| class="wikitable" |+ Instructions |- ! Instruction !! Action |- | ‌ (U+200C) $arg || Push argument onto stack |- | ‌ (U+200B) $arg || Pop |- | ‌ (U+200D) $arg || Do operation on 1st and 2nd element on stack; If argument is 1, add, if argument is 0, subtract |- | ‌ (U+200A...")
  • 12:18, 17 March 2024 Unicodes talk contribs created page User:Unicodes (Created page with "I am Unicodes I made Do-code")
  • 11:59, 17 March 2024 Unicodes talk contribs created page Do-code (Created page with "Do-code runs on a array of 2048 numbers from 0 to 255, where there is a program pointer at cell 0 Every statement run has to be in a "do (#)" block. There are 2 types of do blocks: "do (#)" and "do (do (#) and do (#))" The # are nested do blocks or instructions. Instructions: +p : move pointer index by 1 -p : move pointer index by -1 +i : add 1 to current pointed value -i : add -1 to current pointed value n : nothing pr : print current character as number pra : print cu...")
  • 13:15, 3 July 2023 User account Unicodes talk contribs was created