New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:22, 6 February 2023 Queen (hist | edit) [1,487 bytes] Pro465 (talk | contribs) (Created page with "Queen is a WIP Language by User:Pro465, based on a call queue.")
- 12:21, 5 February 2023 Binary Brainfuck (hist | edit) [1,987 bytes] Bbf (talk | contribs) (Created page with "Binary Brainfuck(BBF) is a programminglanguage that shows how complecaidet it‘s realy is to programm. ==Commands== 000 -> . 001 -> , 010 -> + 011 -> - 100 -> > 101 -> < 110 -> [ 111 -> ] ==Implemantation== A compiler from BBF to BF in Python: def bbf2bf(haep): haep = haep.replace(" ","") haep = haep.replace("\n","") chars = list(haep) result = str() for i in range(len(chars)): if i%3 == 0: c = chars[i]+chars[i+1]+chars[...")
- 23:36, 3 February 2023 TimeWaste (hist | edit) [920 bytes] Nathi1235 (talk | contribs) (Created page with "TimeWaste is an esolang that really wastes your time. further information is coming soon...")
- 16:11, 2 February 2023 Print (disambiguation) (hist | edit) [124 bytes] SpaceByte (talk | contribs) (Created page with "There are 2 Esolangs at the moment with the name "print", with varying capitalization. * Print * pRINT {{disambig}}")
- 14:52, 2 February 2023 PRINT/Concept Interpreter (hist | edit) [189,691 bytes] SpaceByte (talk | contribs) (interp)
- 21:10, 31 January 2023 CatCode (hist | edit) [279 bytes] DevBadger (talk | contribs) (Created page with "== CatCode == '''CatCode''' is a programming language made by DevBadger10 from 2022 - 2023, as its development started near New Years. More info is available at [https://github.com/DevBadger10/catcode/wiki its GitHub Wiki link]. Category:Languages")
- 12:41, 29 January 2023 Gototape (hist | edit) [850 bytes] JohnBCoraline (talk | contribs) (Created page with "'''Gototape''' is a Turing-complete language on a biderectional tape where each cell is a int. every cell is by deafault 0. There is no explicit input or output. At the end of the programme is finished, it prints the entire tape (in the format " int int int int...", and removes the first and last chain of infinite 0s. the command format goes as follows <command name, which is number> <the current number on the cell that the pointer is pointing to> <what number to o...")
- 08:07, 29 January 2023 Monofuck (hist | edit) [282 bytes] JohnBCoraline (talk | contribs) (monofuck)
- 10:36, 28 January 2023 Leftbracket (hist | edit) [296 bytes] Otesunki (talk | contribs) (Created page with "{{wrongtitle|title=[}} '''[''' is an esoteric programming language by User:Otesunki to fulfill an ongoing joke in a discord conversation. It contains exactly one valid source code file: <pre>[</pre>Which on execution destroys the universe. Category:Languages Category:Joke languages")
- 19:03, 26 January 2023 Javagony/Brainfuck Reduction (hist | edit) [2,123 bytes] SpaceByte (talk | contribs) (Created page with ":{{Back|Javagony}} Javagony has already been proven turing complete by User:PythonshellDebugWindow, through the implementation of a brainfuck interpreter, however, it would be easy to prove it turning complete by simply reducing it TO brainfuck. == Variables == Brainfuck can provide near infinite variable storage through the means of a pointer, Java (and javagony) has this capability through variables. == Incremention / Decrementation == Simple enough, howe...")
- 07:07, 26 January 2023 LRONETWO (hist | edit) [4,463 bytes] SophiaCristina (talk | contribs) (Created page with "'''LRONETWO''' is single instruction machine created by SophiaCristina that uses a pretty simple logic to work. It was not tested for Turing-completeness, but it is possible to arbitrarily modify each bit, which would render it Turing-complete. Inspired by the Turing-Machine and FlipJump. ==Logic== The logic is super simple, you read the program in a ROM and the ROM modifies a memory. If the ROM bit is '1' it moves the memory pointer to t...")
- 21:59, 24 January 2023 OATMEAL (hist | edit) [7,263 bytes] BoundedBeans (talk | contribs) (Created page with "OATMEAL ('''O'''at-'''A'''ctivated '''T'''ape-based '''M'''ultiprogramming '''E'''ngine '''A'''t '''L'''ast) is a programming language by User:BoundedBeans which prides itself on also being a short notation for oatmeal platters (You know, if you're having guests over and you want to serve them all oatmeal, but you want each bowl to be different...). It's based on a dream the author had in vivid detail. ==Semantics== There is a tape of unbounded positive integers, bu...")
- 18:17, 24 January 2023 PRINT (hist | edit) [20,751 bytes] SpaceByte (talk | contribs) (Created page with "{{lowercase}} {{infobox proglang |name=pRINT |author=User:SpaceByte |class=Uncomputable |year=2023 |majorimpl=Implementations |files=<code>none/code> }} '''pRINT''' is an esolang by User:SpaceByte, designed not for any form of use, but simply to be as easy to make an interpreter for as possible. == Overview & Interpreter Requirements == In pRINT, the character "p" will print any form of text, howeve...")
- 00:06, 24 January 2023 Disk Drive (hist | edit) [80 bytes] Yes (talk | contribs) (Created page with "Disk Drive Redirect Subsitute Thing For Systems That Can't Display 🖴")
- 23:53, 23 January 2023 Hello++++++++++++++++ (hist | edit) [1,425 bytes] Yes (talk | contribs) (Created page with "Hello++++++++ is a joke language by User:Yes, made after User:SpaceByte challenged User:Yes to adapt Hello++++++++ and make this. <br> It is based on Hello++++++++ which is based on Hello++++ which is based on Hello++ which is based on Hello. == Commands == It is backwards compatible with all Hello languages. <pre> h - Print "Hello World" H - Equivalent to h "Hello World" - Equivalent to h [ any input ]...")
- 15:22, 23 January 2023 UserNo (hist | edit) [1,851 bytes] No (talk | contribs) (good language)
- 07:29, 23 January 2023 Motherf (hist | edit) [3,051 bytes] PavelVoronin (talk | contribs) (Motherf language)
- 14:07, 22 January 2023 BooleanFunge (hist | edit) [3,378 bytes] KapitanGamer (talk | contribs) (Created page with "'''BooleanFunge''' is a fungeoid by User:KapitanGamer. Has 2D program and stores data in stack with booleans. Has file extension '.boolfunge'. The program is not stopped by borders - after crossing the border of the program, the pointer appears on the other side. ==Data types== ===Boolean=== The most basic type. It has only two values - true and false. It can easily be treated as a bit - 0 is false, 1 is true. ===Stack=== The stack is a data structure...")
- 10:03, 22 January 2023 ObfuscatedFuck (hist | edit) [1,021 bytes] Xyzzy (talk | contribs) (Created page with "'''ObfuscatedFuck''' is a brainfuck equivalent. The program is a list of tokens, each representing a bit string. By concatenating all these tokens together, you get a bitstring that can be turned into brainfuck. The tokens are: {| class="wikitable" |+ Tokens |- ! token !! meaning |- | o || 0 |- | <code>0</code> || 0 |- | O || 0 |- | 1 || 1 |- | I || 1 |- | \ || 1 |- | / || 1 |- | | || 1 |- | d || 01 |- | q || 01 |- | b || 10 |- | p...")
- 04:28, 22 January 2023 Subjective-C (hist | edit) [10,306 bytes] Proxxa (talk | contribs) (Create Subjective-C)
- 21:20, 21 January 2023 Electra (hist | edit) [13,530 bytes] DolphyWind (talk | contribs) (Created page with "= What is Electra? = Electra is a small esolang inspired by AsciiDots. Electra is created by User:DolphyWind. You can find more about electra on its [https://github.com/DolphyWind/Electra-Lang Github repository]. = How Electra works? = Electra has Currents which are instruction pointers that acts like currents in electricity. Electra has generators and components. Generators generate currents and components interperate currents that came through them. Electra has t...")
- 10:59, 20 January 2023 ++C+=C++ + ++C; (hist | edit) [1,302 bytes] FiveUnderlines (talk | contribs) (Created page with "''This is still a work in progress. It may be changed in the future.'' <code>++C+=C++ + ++C;</code> is an esolang by User:FiveUnderlines.Pleas make sure you don't spell any different characters. ==Description== The name of esolang looks like a classic undefined behavior in C++.In fact, it is a brainfuck dialect. ===Commands=== {| class="wikitable" |- ! Command !! Operation |- | <code>C</code> || Switch modes. The mode is 1 or 0. |- | <code>+</code> || If the mod...")
- 04:41, 20 January 2023 Danicb (hist | edit) [3,448 bytes] Squidmanescape (talk | contribs) (Created page with "'''Danicb''', otherwise known as '''ffff f ffffffffffffff fffffffff fff ff''', is a programming language which is based on many other programming languages. This language is most obviously based on a language called '''Danica''' made by someone who does not wish to be named. ==User Code== The user code can only consist of f and space. If any other characters are included, the error "f" is thrown. Groups of f's are separated by spaces. There can only be groups of 1...")
- 18:05, 19 January 2023 Hello++++++++ (hist | edit) [1,725 bytes] SpaceByte (talk | contribs) (Hello++++ but better)
- 16:59, 19 January 2023 GRPE (hist | edit) [8,735 bytes] Bil-joodusstudios (talk | contribs) (A detailed explanation of an esolang which only produces images.)
- 15:01, 19 January 2023 Brainless (hist | edit) [5,061 bytes] SpaceByte (talk | contribs) (bad brainfuck clone with no function, uncomputable)
- 17:26, 17 January 2023 1L1D (hist | edit) [212 bytes] Ulises (talk | contribs) (Created page with "like ulilang but unary (using #) everything else is a nop which means either , or [newline] depending on the opcode like ####__ ####_#_ ##__#_ _# #_# #_ <-- a truthmachine --!> category:language list")
- 15:34, 17 January 2023 Second Airline Food Turing-completeness Proof (hist | edit) [637 bytes] Ulises (talk | contribs) (Created page with "lets begin all programs with u ever notice 1 for 60001 variables zero em whats the deal with tapecell not like tapecell when the pointer moves left this happens lets talk about tapecell60001 not like tapecell60001 kinda like tapecell60000 lets talk about tapecell60000 not like tapecell59999 kinda like tapecell59999 ... similar when the pointer moves right inc and dec from Airline Food Turing-completeness Proof are used here for + and - respectivly while a...")
- 08:41, 17 January 2023 Listack (hist | edit) [9,203 bytes] McChuck (talk | contribs) (Listack: a stackless, stack based concatenative language)
- 05:07, 17 January 2023 Ulilang (hist | edit) [793 bytes] Ulises (talk | contribs) (Created page with "==commands== ulilang |c 0,l |goto l 1,l |l: 2,x,y,l |if x==y{goto l} 3,x,y,l |if x>y{goto l} 4,x,n |x=n 5,x,y |x=y ===io=== there is none ==examples== ===truth-machine=== 4,0,0 4,input,0(or 1) 2,0,input,skipper 1,loop 0,loop 1,skipper")
- 02:19, 17 January 2023 Arís (hist | edit) [5,284 bytes] Nurdle (talk | contribs) (Created the article)
- 14:03, 16 January 2023 Literally every golflang ever/Esopage (hist | edit) [8,954 bytes] Xyzzy (talk | contribs) (Created page with "{{WIP}} This is literally every golflang ever but looks more like a normal esolang page.")
- 21:10, 14 January 2023 Cathain (hist | edit) [2,260 bytes] Nurdle (talk | contribs) (Created the article)
- 10:25, 12 January 2023 Nuova (hist | edit) [4,546 bytes] Palaiologos (talk | contribs) (Created page with "'''Nuova''' is an esoteric programming language defined by the following C implementation: '''WARNING: THE "AFTERMATCH" SECTION CONTAINS SPOILERS.''' == The language == <code> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #define P(a,b) {u32 x=a;x^=x>>17;x*=0xed5ad4bbU;x^=x>>11;x*=0xac4c1b51U;x^=x>>15;x*=0x31848babU;x^=x>>14;b=x;} typedef uint32_t u32; u32*mem,s;uint16_t t[16640],ai;void gw(u32 a){if(__builtin_expect(a>=s,0)){u32 i=s;s=a+1;mem=realloc(...")
- 05:23, 12 January 2023 2 bytes :^) (hist | edit) [395 bytes] Username1234 (talk | contribs) (Created page with "'''2 bytes :^)''' is similar to 3 bytes :v), 25 bytes o: and 16 bytes :P but shorter. By User:Username1234. ==Description== No matter what program is it it will output the original code. ==Example== === Hello, World! === Hello, World! === Quine === Any code is a quine. Even this sentence itself! ==Interpreter== It's 2 bytes long! written in How to learn this language oi")
- 03:17, 12 January 2023 Ditch (hist | edit) [2,983 bytes] BoundedBeans (talk | contribs) (Created page with "Ditch is an esolang by User:BoundedBeans where syntax is irreversibly changed periodically. ==Syntax== Ditch is a bit like Forth. It has a stack and words that operate on it, though you cannot define your own. However, in Ditch, all data is strings. Strings are enclosed in double quotes and only have two escape sequences: ?", for escaping quotes, and ??, for escaping question marks. ==Levels== At level 0, the following operations can be performed in postfix: {| c...")
- 14:37, 11 January 2023 Terrain (hist | edit) [14,276 bytes] Grs (talk | contribs) (Created page with "{{WIP}} Terrain is an esoteric programming language by ~~~ that's meant to resemble (somewhat) natural looking terrain. It's written as text, though, so it could be considered as an ASCII drawing (or multiple) too. == Code structure == The code consists of ASCII drawing(s) of terrain. It consists of |, /, \ and _ characters and spaces for alignment. The different ''changes in height'' determine the commands and possibly other data. However, the code doesn't have to be...")
- 19:16, 10 January 2023 Multidodecagony (hist | edit) [4,783 bytes] Joaozin003 (talk | contribs) (Created page with "Multidodecagony is a language made by Joaozin003 inspired by Hexagony, which is laid out in dodecahedrons. Ugh! == Etymology == This language's name was derived from Hexagony: multi means multiple, dodeca means dodecahedrons, agony just because it's super hard to code in. == Program layout == The program is laid out in an array of regular dodecahedrons. In each of a dodecahedron's faces, the face is separated into 5 triangles in a circle. Eac...")
- 16:25, 10 January 2023 RESOI (hist | edit) [836 bytes] TheEyeOfAr3s (talk | contribs) (Created page with "[https://github.com/The-Eye-of-Ar3s/RESOI RESOI] is a [https://www.rust-lang.org Rust] based application designed to be shipped in a single binary and be able to run a variety of Esolangs. == Usage == Usage: resoi --file <file> --lang <lang> Flags: -h, --help Prints help information -V, --version Prints version information Options: -f, --file <file> Input file -l, --lang <lang> Esolang to run == Supported Languages == {| class="wi...")
- 01:10, 10 January 2023 Trainfck (hist | edit) [1,691 bytes] Mujk (talk | contribs) (Created page with "Trainfck is a language designed by Mujk. It's a concurrent, brainfuck inspired esoteric programming language with trains. == language == Trainfck is an esoteric programming language using a 2D map where trains run on rails. Trains depart from stations (+) and travel in all directions. There is no limitation on stations and therefore also not on trains. | ⬆️ 🚆 | -⬅️🚆-+-🚆➡️- | 🚆...")
- 19:17, 7 January 2023 Post-Unified HQ9+ (hist | edit) [7,470 bytes] Orisphera (talk | contribs) (Created page with "'''Post-Unified HQ9+''', or alternatively, '''HQ9+++-*TCIX13BG2DidcoshwNZLEAR7UJ<>_()[]{}0.,&~:#''', is a language made by User:Orisphera to extend Unified HQ9+, a language made by User:Cortex to unify all HQ9+ variants. It includes all the commands from Unified HQ9+, which are from "just about every HQ9+ variant I could find, as well as some commands from other languages, and a few new commands unique to Unified HQ9+", and adds some more. Character...")
- 16:19, 7 January 2023 Self-modifying BrianPh*ck (hist | edit) [1,818 bytes] Orisphera (talk | contribs) (Created page with "{{infobox proglang |name=Self-modifying BrianPh*ck |paradigms=imperative |author=User:Orisphera |year=Category:2023:2023 |dimensions=one-dimensional }} '''Self-modifying BrianPh*ck''' is a joke language by User:Orisphera. ==Commands== Self-modifying BrianPh*ck has the following commands: {| class="wikitable" !Command !Description |- | style="text-align:center"| <code>></code> |Skip the next instruction |- | style="text-align:center"| <code><</code>...")
- 16:57, 6 January 2023 AnruBfiankc (hist | edit) [963 bytes] Angrylad (talk | contribs) (created it.)
- 15:17, 6 January 2023 Flasmi (hist | edit) [6,109 bytes] Orisphera (talk | contribs) (Created page with "{{infobox proglang |name=Flasmi |paradigms=imperative |author=User:Orisphera |year=2022 |class=Turing-complete }} '''Flasmi''' is a language where each command operates on the commands right after it. It doesn't have loops; instead, the program can extend itself infinitely. == Specification == The program consists of the following instructions: <code>K</code>, <code>S</code>, and code blocks of the form <code>(...)</c...")
- 12:10, 6 January 2023 5iasm (hist | edit) [2,486 bytes] Xyzzy (talk | contribs) (Created page with "{{Stub}} {{WIP}} '''5iasm''' stands for "'''5''' '''I'''nstruction '''AS'''se'''M'''bly language". Like the name suggests, it has 5 commands. {| class="wikitable sortable" |+ Caption text |- ! Mnemonic !! Meaning !! What it does |- | <code>inc [register]</code> || INCrement || Increments a register |- | <code>dec [register]</code> || DECrement || Decrements a register |- | <code>jmp [line]/[label]</code> || JuMP|| Jumps to a line or a label |- | <code>isz [register]</cod...")
- 07:42, 6 January 2023 TapeRun (hist | edit) [3,136 bytes] Asra (talk | contribs) (Add the language)
- 17:34, 5 January 2023 AntiDupCall (hist | edit) [1,515 bytes] Orisphera (talk | contribs) (Created page with "{{infobox proglang |name=AntiDupCall |paradigms=imperative |author=User:Orisphera |year=Category:2023:2023 |memsys=Stack-based |dimensions=one-dimensional |class=Turing complete }} '''AntiDupCall''' is an esoteric programming language created by Orisphera. ==Specification== AntiDupCall has a stack of integer numbers that are at least -1 and the following commands: {| class="wikitable" !Command !Descripti...")
- 12:21, 5 January 2023 ∫【0……10】(C²+3C+2)dC (hist | edit) [2,408 bytes] Username1234 (talk | contribs) (Created page with "{{WIP}} {{wrongtitle|title=150px}} ∫₀¹⁰(C²+3C+2)dC")
- 21:38, 4 January 2023 ′ (hist | edit) [1,733 bytes] Rehydratedmango (talk | contribs) (just a thing i thought of)
- 08:49, 4 January 2023 Treee (hist | edit) [3,652 bytes] Octogeddonling (talk | contribs) (created)