New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:11, 1 July 2022 Turin (hist | edit) [1,200 bytes] Xyzzy (talk | contribs) (Created page with "Turin is based of Turing-machine. There is an infinite tape and all start by default with 0 there is a pointer pointing at a cell. The is also a state, that defaults to ST...")
- 02:52, 1 July 2022 Six instruction language :) (hist | edit) [1,017 bytes] Xyzzy (talk | contribs) (6i)
- 22:32, 30 June 2022 Quoi? (hist | edit) [125 bytes] Boinggg (talk | contribs) (Created page with "{{DISPLAYTITLE:Quoi?}} Quoi? is a language made by User:Boinggg on June 30, 2022. More information will be added once the C interpreter is made.") originally created as "Quoi"
- 22:47, 29 June 2022 Index.html (hist | edit) [3,971 bytes] SpaceByte (talk | contribs) (weird language using index.html files of websites)
- 16:31, 29 June 2022 Iframe (hist | edit) [2,026 bytes] PkmnQ (talk | contribs) (Created page with "Iframe is an esolang based on HTML iframes and the a tag target attribute. == Syntax == Programs are made from multiple lines, each line being a separate "HTML file". Lines a...")
- 09:48, 29 June 2022 Branchback (hist | edit) [3,028 bytes] Squidmanescape (talk | contribs) (Created page with "Branchback is an esolang based on a binary tree. I assume it is functional, but only because every Branchback program theoretically results in a single value. == Instructions...")
- 08:18, 29 June 2022 Cool Cell (hist | edit) [2,447 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''Cool Cell'''(CoCe) is cell-based language by User:ChuckEsoteric08. It was created because author wanted to create version of Turing-machine which compiles to Quests...")
- 00:28, 29 June 2022 CraftyFunge (hist | edit) [22,598 bytes] Kequals (talk | contribs) (Created page)
- 13:37, 28 June 2022 CBIASIPOSLESWRAOTTHNRTBTSS.SATLCD (hist | edit) [4,146 bytes] SpaceByte (talk | contribs) (Created page with "{{infobox proglang |name=CBIASIPOSLESWRAOTTHNRTBTSS.SATLCD |author=User:SpaceByte |year=2022 |refimpl=[https://github.com/bytespacegames/CBIASIPOSLESWRA...")
- 06:59, 28 June 2022 MASM/Subtraction (hist | edit) [10,354 bytes] Peter (talk | contribs) (Created page with ":{{Back|Minimal assembly language}} This program will subtract the second character of input from the first one and print it to the screen. For example, <code>97</code> will o...")
- 12:35, 27 June 2022 3 bytes :v) (hist | edit) [281 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''3 bytes :v)''' is similar to 25 bytes o: and 16 bytes :P but shorter ==Description== No matter what progam is it it will output "a" ==Quine== a ==Interpreter== It'...")
- 09:02, 27 June 2022 Doggo (hist | edit) [1,681 bytes] Stysan (talk | contribs) (Created page with "'''Doggo''' is an esoteric programming language created by stysan. The idea was to recreate Logo programming language in funny and creative way: you...")
- 06:11, 27 June 2022 MASM/Addition (hist | edit) [8,497 bytes] Peter (talk | contribs) (Created page with ":{{Back|Minimal assembly language}} This program will add the first number of input to the second one. For instance, <code>45</code> outputs <code>9</code>, because 4 + 5 equa...")
- 21:56, 26 June 2022 CATHY (hist | edit) [3,358 bytes] Im-a-user (talk | contribs) (CaTHHYYYY)
- 21:39, 26 June 2022 Lorry (hist | edit) [2,749 bytes] Valentin-Imbach (talk | contribs) (Created page with "==Lorry== '''Lorry''' is a minimalistic programming language operating via a head on a tape of non-negative integers. It gets its name from the unique feature that the head (t...")
- 18:18, 26 June 2022 ¡Gbbprosk! (hist | edit) [576 bytes] Someone668 (talk | contribs) (Created page with "'''¡Gbbprosk!''' (Unstylized as Gibbproski) is a joke esoteric programming language by Someone668. It is ment to look like gibberish. everytime you save o...")
- 14:16, 26 June 2022 Dequeasm (hist | edit) [7,162 bytes] Nick-1666 (talk | contribs) (Draft)
- 07:15, 26 June 2022 MASM/If else statement (hist | edit) [6,224 bytes] Peter (talk | contribs) (Created page with ":{{Back|Minimal assembly language}} ==globals.masm== nine ptr-size old-ipt arg arg1 arg2 ret ==if-else.masm== tmp not-four offset arg-as-bool-times-eight lab if-...")
- 18:31, 24 June 2022 Bfbf (hist | edit) [1,129 bytes] Nick-1666 (talk | contribs) (Created page with "'''BFBF''' (Brainfuck Binary Format) is an encoding for efficient storage of brainfuck code devised by User:Nick-1666 in 2022. ==Flags & Usage== <code>-d</code> Shows a de...")
- 16:00, 24 June 2022 Toki pona li pona (hist | edit) [1,376 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''toki pona li pona'''(tplp) is a language by User:ChuckEsoteric08 based on constructed language "toki pona" ==Description== It has one unbounded Questa and list of v...")
- 13:43, 24 June 2022 GuLang (hist | edit) [5,107 bytes] Turk (talk | contribs) (Create GuLang page)
- 09:28, 24 June 2022 My Whole Life (hist | edit) [2,627 bytes] LEOMOK (talk | contribs) (Created page with "This is a Brain[DATA EXPUNGED] based on my life with strict parents. == Commands == Arguments in commands are stringed characted counts. Punctuation counts as a...")
- 04:38, 24 June 2022 Lengthwise (hist | edit) [3,085 bytes] SpaceByte (talk | contribs) (Simplistic, in return tedious eso lang consisting of two characters and one value.)
- 06:32, 23 June 2022 MASM/Print A (hist | edit) [1,618 bytes] Peter (talk | contribs) (Created page with ":{{Back|Minimal assembly language}} ==globals.masm== nine ptr-size ==main.masm== loop _64 _65 two new-out tmp lab loop alc ptr-size set tmp...") originally created as "MASM Print A"
- 06:20, 23 June 2022 MASM/Cat program (hist | edit) [833 bytes] Peter (talk | contribs) (Created page with ":{{Back|Minimal assembly language}} ==globals.masm== nine ptr-size ==main.masm== tmp loop lab loop cmt goto loop alc ptr-size set tmp...") originally created as "MASM Cat program"
- 01:36, 23 June 2022 Unarian (hist | edit) [15,300 bytes] Crb233 (talk | contribs) (First draft)
- 11:43, 22 June 2022 512 (hist | edit) [2,183 bytes] Stysan (talk | contribs) (Created page with "'''512''' is an esoteric programming language created by Stysan. Challenge was to try to create programming language in 512 bytes. Its syntax is inspired b...")
- 08:42, 22 June 2022 Sickfrog (hist | edit) [2,446 bytes] Stysan (talk | contribs) (Created page with "'''Sickfrog''' is an esoteric programming language created by Stysan (talk) that commands are based on Frog commands. Syntax of th...")
- 06:08, 22 June 2022 B (hist | edit) [4,453 bytes] SpaceByte (talk | contribs) (B Language operating on counts called "Stacks". Code is made up of only the letter b.)
- 02:15, 22 June 2022 Brainsplosion (hist | edit) [1,062 bytes] Lilliepadlol (talk | contribs) (Created page with "**brainsplosion** is a joke language created by User:Lilliepadlol. It is a stripped down version of Brainfuck. The source code can be found at https://github.com/lillu...")
- 15:57, 21 June 2022 16 bytes :P (hist | edit) [412 bytes] Stysan (talk | contribs) (Created page with "16 bytes :P is an esoteric programming language inspired by 25 bytes :o. The original goal was to create world's smallest compiler/interpreter. Original Python interprete...")
- 14:04, 21 June 2022 Frog (hist | edit) [2,310 bytes] Stysan (talk | contribs) (A page about Frog.)
- 01:31, 20 June 2022 AMONGUSISABIGSUSSYBAKAHAHAHAHAHATHISLANGUAGEISREALLYCOOLPLEASEUSEITMYLIFEDEPENDSONITORELSEPLSPLSPLSPLSPLSPLSPLSkahyghdfhm (hist | edit) [3,577 bytes] SpaceByte (talk | contribs) (Created page with "{{infobox proglang |name=Targs |paradigms=imperative |author=SpaceByte |year=2022 |memsys=Cell-based |dimensions=one-dimensiona...")
- 23:54, 18 June 2022 Axios (hist | edit) [4,739 bytes] MaxDobbs32 (talk | contribs) (Created the page for Axios)
- 17:59, 18 June 2022 Fish Chips and Mushy Peas (hist | edit) [3,914 bytes] More-Wrong (talk | contribs) (Created page with "{{wrongtitle|title=><>\\.:.}} '''><>\\.:.''' (pronounced as "fish chips and mushy peas") is a stack-based, reflective, two-dimensional esoteric progra...")
- 20:39, 17 June 2022 Delta (hist | edit) [1,599 bytes] TJC games (talk | contribs) (Hmmmm)
- 10:50, 17 June 2022 Rings (hist | edit) [11,403 bytes] Ardemit (talk | contribs) (Created the page)
- 21:14, 16 June 2022 Targs (hist | edit) [3,849 bytes] SpaceByte (talk | contribs) (Added the page, example, commands, etc.)
- 11:31, 15 June 2022 H - Q - (hist | edit) [5,719 bytes] LEOMOK (talk | contribs) (Created page with "H - Q - is a golfing language based on 05AB1E, GolfScript and HQ9+. == Datatypes == {| class="wikitable" |+ Caption text |- ! Type !! How to push !! Notes |- | Exa...")
- 07:48, 15 June 2022 Cobatwrile (hist | edit) [346 bytes] Otesunki (talk | contribs) (Created page with "{{lowercase}} thumb|original spec")
- 19:53, 14 June 2022 Bored (hist | edit) [3,278 bytes] VilgotanL (talk | contribs) (Created page with "{{WIP}} Bored is an in-development esolang created when User:VilgotanL was bored, thus some features and decisions may be questionable. The only datatype is list. Integer...")
- 17:19, 14 June 2022 DIACRITIC (hist | edit) [1,778 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''DIACRITIC''' is a language by User:ChuckEsoteric08, that has diacritics as commands and based on ABCDXYZ ==Description== It has 2 variables that hold integers and 1...")
- 03:00, 14 June 2022 Oş Nõs (hist | edit) [1,658 bytes] Someone668 (talk | contribs) (Created page with "Oş Nõs (Pernounced "O S Nose" becsuse i hate sense) is programming language made by user:Someone668 on June 13th, 2022. It is ment to look like a conversation. == Funct...")
- 09:16, 13 June 2022 OW-1 (hist | edit) [5,080 bytes] Potato Imaginator (talk | contribs) (Created page with "'''OW-1''' is a two-dimensional programming language invented by on 12 June 2022 by User:Potato Imaginator. It is inspired from Befunge and Assembly_language. OW a...")
- 22:58, 12 June 2022 Exalang (hist | edit) [1,631 bytes] M (talk | contribs) (a programming language which is the same as ESOPUNK but extended)
- 17:35, 12 June 2022 SetGoto (hist | edit) [574 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''SetGoto''' is OISC by User:ChuckEsoteric08. Command looks like that: a;b;c;d; Declare label <code>a</code>, set variable <code>b</code> to <code>c</code> and if i...")
- 16:23, 12 June 2022 Tapelang (hist | edit) [1,100 bytes] ChuckEsoteric08 (talk | contribs) (Created page with "'''Tapelang''' is a cell-based language by User:ChuckEsoteric08that compiles to UBLANG. ==Description and Commands== It has inital tape <code>1001</code> and points to th...")
- 02:17, 12 June 2022 Esimpl (hist | edit) [18,219 bytes] Ais523 (talk | contribs) (new language)
- 23:57, 11 June 2022 Dismantle brainfuck (hist | edit) [0 bytes] Z Ling (talk | contribs) (Created blank page)
- 16:56, 11 June 2022 Brainfuck 2D (hist | edit) [583 bytes] VilgotanL (talk | contribs) (Created page with "{{stub}} {{lowercase}} Brainfuck 2D or 2D brainfuck is a common extension to brainfuck with two added instructions for moving up and down. == New Instructions == {| class...")