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).
- 01:45, 17 April 2025 AlmostGalactic talk contribs created page VFUSL (Created page with "= VFUSL = '''VFUSL''' (Very Full Stack Language) is a stack-based esoteric programming language where every operation is added to the stack and executed at runtime. It's designed with a mix of simplicity and flexibility, inspired by Reverse Polish Notation and other stack-oriented languages, but with its own unique flavor. == Overview == VFUSL treats every piece of input as a stack element. Code blocks, numbers, strings, and operations are all added to the stack. Exec...")
- 13:49, 29 March 2025 AlmostGalactic talk contribs created page FunnyLang (Created page with "= FunnyLang = '''Note''': This language is heavily inspired by [https://gitlab.com/tsoding/porth Porth] by Tsoding. FunnyLang is a simple, stack-based, interpreted language implemented in Python. It uses postfix (Reverse Polish) notation for operations and supports variables, conditionals, loops, and function definitions. This repository contains: * '''funny.py''' - The main interpreter. * '''lexer.py''' - A simple tokenizer/lexer. * '''keywords.py''' - An enumeration...")
- 16:07, 27 November 2024 AlmostGalactic talk contribs created page WaidWmy (Created page with "This is a esoteric programming language made by User:AlmostGalactic == How to use == === Printing === Printing Waidwmy is pretty simple <pre> I AM GOING TO SAY "Hello, World!" BECAUSE I CAN </pre> this just prints out "Hello, World!" === Variables === Programming in WaidWmy would be really difficult without variables if you want to make a variable just do this <pre> LETS MAKE A VARIABLE NAMED (Variable Name) WITH THE VALUE OF (Value) </pre> And to use it just put i...")
- 18:44, 17 November 2024 AlmostGalactic talk contribs created page AnnoyingScript (Created page with "{| class="wikitable" ! Instructions !! Args !! Purpose |- | + || value || Adds a character or string to the top of the stack |- | - || none || Removes the bottom of the stack |- | > || text || Outputs text to the console |- | ~ || none || Returns the bottom of the stack |- | ~\|| none || Sets the ~ to blank |- | < || none || reverses the stack |- | : || none || Combines the stack into one string |- | ! || number || Jumps to a certain index in the code |- | ? || value ||...")
- 12:49, 17 November 2024 User account AlmostGalactic talk contribs was created