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:29, 6 September 2023 SnakeyKing talk contribs created page Nope. without a quine (Created page with "'''Nope. without a quine''' is a language made by User:SnakeyKing. It is a Nope. derivative but there's no quine. == Commands == There's no commands in this language, as it just rejects the program. If the program is <pre>Nope.</pre> the output is <code>lol no quine for you</code>. Otherwise, the output will be <code>Nope.</code> == Implementation == <pre> code = input('Nope > ') if code == 'Nope.': print('lol no quine for you') else: print('Nope.') </pre>...")
  • 10:07, 6 September 2023 SnakeyKing talk contribs created page Olleh (Created page with "'''olleH''' is a language created by User:SnakeyKing. It is the opposite of Hello. == Commands == In '''olleH''' has only one command: Hello World! which will print <code>h</code>. == Implementations == === Python 3 === Implementation by User:SnakeyKing <pre> code = input('olleH > ') if code == 'Hello World!': print('h') else: print(f"Error! Unavailable command '{code}'!") </pre>")
  • 03:57, 3 September 2023 SnakeyKing talk contribs created page Win Golf (Created page with "'''Win Golf''' is a language made by SnakeyKing and is created to help people win coding golfs. {| class="wikitable" |+ Commands |- ! Command !! Description |- | h || Writes "hello" on the console |- | H || Writes "Hello!" on the console |- | w || Writes "hello world" on the console |- | W || Writes "Hello World!" on the console |- | q || Writes "q" on the console (can be used as a quine) |- | b || Writes the lyrics of 99 bottles of beer on the conso...")
  • 03:37, 3 September 2023 SnakeyKing talk contribs created page User:SnakeyKing (Created page with "Hi, I'm SnakeyKing! I like making esolangs! I usually code in: * Python * C++ * Bash")
  • 03:18, 3 September 2023 User account SnakeyKing talk contribs was created