Please turn JavaScript on

Esolang - Recent changes [en]

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  41.18 / day

Message History

← Older revision Revision as of 07:13, 13 July 2026 Line 17: Line 17: print(0) print(0) else: else: a = abs(a) # The absolute value of a positive number is itself a = floor(abs(a)) # The absolute value of a positive number is itself for i in range(a): for i in range(a): print(a) print(a) Line 29: Li...

Read full story
Its random

← Older revision Revision as of 06:47, 13 July 2026 Line 14: Line 14: ===[[File:Nuigurumiato logo.jpg|100px|frameless|link=Nuigurumiato]] interpreter (not really a standard example...)=== ===[[File:Nuigurumiato logo.jpg|100px|frameless|link=Nuigurumiato]] interpreter (not really a standard example...)=== <pre>&</pre> &...

Read full story

... ← Older revision Revision as of 06:36, 13 July 2026 Line 15: Line 15: </pre> </pre> Note that it is also possible to write an interpreter in C/C++ using Python C APIs. Note that it is also possible to write an interpreter in C/C++ using Python C APIs. ==Interpreter in Windows Batch File == <pre> ...

Read full story

← Older revision Revision as of 06:34, 13 July 2026 Line 198: Line 198: } } } } </pre> ===== Same feature but in Windows and also a WinBAT version ===== <pre> // runner.c - Windows NT / Windows 10+ compatible // Compile with: cl runner.c (MSVC) OR gcc runner.c -o runner.exe (MinGW) ...

Read full story

Mention --debug flag in interpreter

← Older revision Revision as of 06:23, 13 July 2026 Line 96: Line 96:

== Interpreter == == Interpreter == The interpreter is here: [https://github.com/Muhtasim-Rasheed/three-pentits-twentyfive-pentytes/releases/tag/0.1.0] The interpreter is here: [https://github.com/Muhtasim-Rasheed...

Read full story