New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 08:35, 12 May 2024TinyF (hist | edit) ‎[2,198 bytes]None1 (talk | contribs) (Created page with "'''TinyF''' is a brainfuck derivative created by Cursor AI. ==Specification== TinyF has the following commands: *> - Move the memory pointer to the right. *< - Move the memory pointer to the left. *+ - Increment the memory cell at the pointer. *- - Decrement the memory cell at the pointer. *. - Output the character signified by the cell at the pointer. *, - Input a character and store it in the cell at the pointer. *<nowiki>*</nowiki> - Multiply the current cell v...")
  • 10:38, 11 May 2024Mathcode (hist | edit) ‎[520 bytes]Ractangle (talk | contribs) (Created page with "{{Stub}} Mathcode was a esoteric programming language made by User:Ractangle where codes are Mathematics-based (Which is definitely not the first language)")
  • 07:02, 11 May 2024Brainblend++ (hist | edit) ‎[196 bytes]Yayimhere (talk | contribs) (Created page with "'''brainblend++''' is a addon to the brainfuck called brainblend where add bottom text takes all values in the tape adds them together finds its square root and prints it")
  • 16:46, 10 May 2024HQ+ (hist | edit) ‎[697 bytes]Brain Boy 53 (talk | contribs) (Created page with "'''HQ+''' is a version of HQ9+ without the "9" command, because the creator of this language User:Brain Boy 53 thinks that 99 bottles of beer is annoying. ==Commands== H or h prints Hello, World! Q or q prints the program's source code. + increments the accumulator. All other characters are ignored. ==Example Programs== ===Hello, World!=== h ===Quine=== q ==="Really cool and fun program!!!11!!!11!"=== hQhQ++qHhHq+QqQhHqQ+ ==External Resources== [https://replit.com...")
  • 13:40, 10 May 2024DQ (hist | edit) ‎[1,292 bytes]Yayimhere (talk | contribs) (Created page with "DQ is a esolang about duplicate and discard ==esolang overview== ===alphabet=== DD uses a minimal stack-based approach. The only symbols are: {| class="wikitable sortable" |+ smybols: |- ! symbol !! description |- | 0 || represents an empty stack |- | 1 || pushes a 1 onto the stack |- | D || duplicates the top element on the stack |- | Q || discards the top element on the stack |} ===execution model=== * Start with an empty stack. * Read the DQ program character by chara...")
  • 12:01, 10 May 2024AH'TALIQUAE ENGLISH (hist | edit) ‎[12,362 bytes]PrySigneToFry (talk | contribs) (Created page with "AFTER WATCHING LOLCODE'S INTERFACE, I DECIDED THAT IT WASN'T EASY ENOUGH FOR PEOPLE TO UNDERSTAND, SO I DESIGNED AH'TALIQUAE_ENGLISH. == Command Table == {| class="wikitable plainpres" width="80%" ! Code ! Comment |- | <code>START WITH [version]</code> | In all AH'TALIQUAE_ENGLISH programs, <tt>START WITH</tt> introduces the program and specifies the version (although it isn't used yet). |- | <code>EXEGESIS: Comment</code> | Introduces a single line comment. |- | <code>...")
  • 11:34, 10 May 2024Ø (hist | edit) ‎[5,128 bytes]Yayimhere (talk | contribs) (Created page with "Ø is a esolang made of random characters on the mac keyboard. ==overview== a basic overview of Ø ===syntax=== {| class="wikitable sortable" |+ syntax |- ! character !! description |- | √ || NOP |- | «« || Push duplicate of top element onto stack |- | ƒ©œ« || Duplicate top two elements and swap them |- | ¥«œ || Add top two elements on stack |- | ≠«‹ || Subtract top two elements on stack |- | çç| || Logical OR between top two elements (1 if either or bo...")
  • 08:48, 10 May 2024Befunge/96 and 97 (hist | edit) ‎[42,060 bytes]BoundedBeans (talk | contribs) (Created page with " Through some obscure corner of the Wayback Machine, I (User:BoundedBeans) managed to find the original Funge-97 and Befunge-96 spec (not Funge-98, but its much more elusive parent). I've copied the specs here (sorry for the loss of formatting). ==Funge-97== <pre class="rectwrap"><nowiki> Funge-97 Spec Last Updated Oct 31 Chris Pressey, Cat's-Eye Technologies. What is Funge-97? Funges are programming languages whose programs are typically expressed in a given topolo...")
  • 01:42, 10 May 2024NoError (hist | edit) ‎[4,304 bytes]Brain Boy 53 (talk | contribs) (Created page with "'''NoError''' is an esolange created by User:Brain Boy 53. It is designed to have no errors. ==Commands== A space is a nop. Catergory:2024 Category:Language")
  • 16:15, 9 May 2024Normalized Fumber (hist | edit) ‎[759 bytes]PaxtonPenguin (talk | contribs) (Created page with "This is a symbol based version of Fumber. {| class="wikitable" |+ |- ! Symbol !! Definition |- | > || Move left on the tape |- | < || Move Right |- | + || Add One to the selected cell |- | - || Subtract One |- | . || Output the selected cells number as an ascii value |- | , || Input a single character |- | [ || Jump past the next ] if the selected cell is 0 |- | ] || Jump to the last [ if the cell is not zero |- | % || Set the next character as it's ascii value in...")
  • 11:05, 9 May 2024EWaduzitdo (hist | edit) ‎[4,185 bytes]Star651 (talk | contribs) (new language)
  • 05:05, 9 May 2024Vfl (hist | edit) ‎[4,853 bytes]Viba1 (talk | contribs) (Created page with "{{lowercase}} '''vfl''' (viba's FALSE-like) is a programming language inspired by FALSE, created by User:Viba1 in 2024. It is designed to retain the minimalist and easy-to-implement spirit of FALSE while being better suited to the whims of its creator. Key differences from FALSE include: * Access to an unbounded array of variables * Control flow works differently * Add modulo (%) and less-than (<) operators (but sacrifice the unary negation operator) * Input/out...")
  • 21:14, 8 May 2024XOR (hist | edit) ‎[6,287 bytes]Brain Boy 53 (talk | contribs) (Created page with "==Introduction== XOR is an esoteric programing language (that is currently being) created by ~~~~. XOR is inspired by FALSE, and just as FALSE is the creator's favorite truth value, XOR is the creator's favorite logic gate. Category:Languages Category:Unimplimented Category:2024")
  • 19:46, 8 May 2024Fumber (hist | edit) ‎[666 bytes]PaxtonPenguin (talk | contribs) (Created page with "Brainflakes but with more, and numbers. Yay! =Commands= {| class="wikitable" |+ |- ! Fumber !! Brainf |- | 1 || > |- | 2 || < |- | 3 || + |- | 4 || - |- | 5 || . |- | 6 || , |- | 7 || [ |- | 8 || ] |- | 9 || N/A |- | 0 || no op |} 9 adds the next letter's ascii value to the selected cell =Examples= Hello World: 9H.9e.9l.9l.9o.9",".9" ".9W.9o.9r.9l.9d.9!.0")
  • 14:49, 7 May 2024Metafuck (hist | edit) ‎[4,210 bytes]Matrus (talk | contribs) (Metafuck page creation)
  • 02:38, 7 May 20245050BrainF (hist | edit) ‎[2,135 bytes]Joe (talk | contribs) (New file)
  • 19:02, 6 May 2024 (hist | edit) ‎[4,507 bytes]Qawtykit (talk | contribs) (Created page with "'''∞'''(which will be called '''Infinite''' for the rest of this page) is User:Qawtykit's attempt at a language that uses every Unicode character. The idea came from UniCode, which tried(''and failed'') to do the same thing. ===Specifications=== Infinite has an unbounded tape of unbounded integers initialized to 0, ===Commands=== {| class="wikitable" !Command !Unicode !Description |- |<code>�</code>||U+0001||Start of program |- |<code>�</code>||U+0002||equ...")
  • 14:44, 6 May 2024Aleph-ZERO (hist | edit) ‎[6,053 bytes]PrySigneToFry (talk | contribs) (Created page with "{{WIP}} Aleph-ZERO ^_^ is designed by PrySigneToFry. You can add your own commands here. You can also visit ℵ₀ Bytes ^_^ to look the origin page. == Command Table == {| class="wikitable" |+ Command Table |- ! Aleph-ZERO !! Meaning !! After Operation |- | <code><nowiki>H</nowiki></code> || Print "Hello, world!". || (Screen) Hello, world! |- | <code><nowiki>9</nowiki></code> || Print the lyrics to 99 bottles of beer. || (Sc...")
  • 13:52, 6 May 2024BRaInFUCK (hist | edit) ‎[789 bytes]None1 (talk | contribs) (Created page with "{{Distinguish/Confusion|brainfuck}} '''BRaInFUCK''' is a brainfuck equivalent that uses element symbols instead of normal symbols, separated by ''spaces''. {| class="wikitable" |+ Translation to brainfuck |- ! Atomic number mod 8 !! brainfuck |- | 0 || + |- | 1 || - |- | 2 || , |- | 3 || . |- | 4 || > |- | 5 || < |- | 6 || [ |- | 7 || ] |} ==Examples== ===Cat Program=== He C Li He N Category:Languages Category:Thematic Category:2024 Category...")
  • 10:26, 6 May 2024Tarot (hist | edit) ‎[4,473 bytes]Lown (talk | contribs) (Created page with "'''Tarot''' is a stack-based esolang created by User:Lown in May 2024, where programs appear as sequences of Tarot cards. It is inspired by languages like PokéBattle, Airline Food, and Shakespeare, where ornate phrases or sentences stand in for program instructions, with one difference: because the cards are being drawn from a deck, no card may be used more than once. One card, '''Wheel of Fortune''', allows the played cards to be shuffled back into the...")
  • 23:13, 5 May 2024SESPOOL (hist | edit) ‎[1,292 bytes]Jrincayc (talk | contribs) (Initial page.)
  • 22:42, 5 May 2024Boi (hist | edit) ‎[7,450 bytes]RedBedHed (talk | contribs) (Boi - the Language of Memes)
  • 21:11, 5 May 2024!!!Batch/Interpreters (hist | edit) ‎[30,451 bytes]Stkptr (talk | contribs) (Move translators from !!!Batch to this subpage)
  • 07:12, 5 May 2024BaguaFuck (hist | edit) ‎[1,412 bytes]PrySigneToFry (talk | contribs) (Created page with "BaguaFuck, or ☰☱☲☳☴☵☶☷Fuck, is based on Brainfuck. == Command table == {| class="wikitable" |+ Command table |- ! This Esolang !! Brainfuck |- | 乾 || > |- | 兑 || < |- | 离 || + |- | 震 || <nowiki>-</nowiki> |- | 巽 || . |- | 坎 || , |- | 艮 || [ |- | 坤 || ] |} == Example == === Hello, world! === <pre> 离离离离离离艮乾离离离离离离离离离 离离离兑震坤乾巽兑离离离离离离离艮 乾离离离离兑...")
  • 22:44, 3 May 2024Nopstacle (hist | edit) ‎[5,159 bytes]Ais523 (talk | contribs) (new language (but heavily inspired by one of Keymaker's))
  • 14:48, 3 May 2024ℵ₀ Bytes ^ ^ (hist | edit) ‎[4,482 bytes]PrySigneToFry (talk | contribs) (Created page with "{{wrongtitle|title=ℵ₀ Bytes ^_^}} {{WIP}} ℵ₀ Bytes ^_^ is designed by PrySigneToFry. You can add your own commands here. Welcome to Aleph Playground! == Command Table == {| class="wikitable" |+ Command Table |- ! ℵ₀ Bytes ^_^ !! Meaning !! After Operation |- | <code><nowiki>H</nowiki></code> || Print "Hello, world!". || (Screen) Hello, world! |- | <code><nowiki>9</nowiki></code> || Print the lyrics to 99 bottles of beer. || (Screen) [...")
  • 08:17, 3 May 2024菜就多练 (hist | edit) ‎[1,840 bytes]PrySigneToFry (talk | contribs) (Created page with "菜就多练 is an Esolang designed by PrySigneToFry. It is derived from deadfish. == Induct == 菜,就多练; 输不起,就别玩。 以前是以前,现在是现在; 你不要拿以前和现在作对比。 你要是拿以前和现在作对比的话, 你咋不拿你刚出生时和现在作对比呢? 菜!菜!菜! == Commands == <pre> This Esolang|Deadfish|Meaning 菜 |i |Increase 就 |d |D...")
  • 04:48, 3 May 2024Brain思密达 (hist | edit) ‎[1,214 bytes]PrySigneToFry (talk | contribs) (Created page with "Brain思密达 is a Brainfuck code with TREE(3) encode. == Command == When you decoded script on [https://hashdown.github.io/edit.html#base2e15# Base2.E+15], it is same as Brainfuck. == Example == === Hello, world! === <pre> 燊㧻㕬獚挍爳牉个蓽嫮偪樈눅 밓袢㶉왆䉷캜桶唍縬紑娯먬㷇 扯庘㒇㐀 </pre> === Cell size === <pre> 蕋㒅爜慇䳨狀뭪偕쐉楻뇱浡繡 噽힛퇳댳쬤忌가伐틖욘퍪呙읧 䴸㵭寪꽤佱哷抆畇...")
  • 03:08, 3 May 2024F'juhv iK'tlhUng (hist | edit) ‎[5,126 bytes]PrySigneToFry (talk | contribs) (Created page with "F'juhv iK'tlhUng(or cI'lDong'c nI'I I'kI'cpoeDlS), is a Alien LOLCODE. == Commands == {| class="wikitable" |+ Table |- ! F'juhv iK'tlhUng !! Pseudo |- | <code><nowiki>Dpl'va nUng iX [version]</nowiki></code> || <code><nowiki>BEGIN [version]</nowiki></code> |- | <code><nowiki>Tnun: [exegesis]</nowiki></code> || <code><nowiki># exegesis</nowiki></code> |- | <code><nowiki>Tnun:[ multiline exegesis ]</nowiki></code> || <code><nowiki>####--- multiline exegesis ---####<...")
  • 01:08, 3 May 2024ChinaScript (hist | edit) ‎[1,876 bytes]PrySigneToFry (talk | contribs) (Created page with "ChinaScript is a Esolang with Chinese as its script. == Commands == Write the program that you want to let it do in your program. == Example == === Hello, world! === 输出"Hello, world!"。 === A+B Problem === <pre> 输入两个整数,求出它们的和然后输出。 </pre> === Guessing Number === <pre> 给出一个位于-50至50之间的随机整数答案。 读入游玩次数。 只要游玩次数大于0,那么: 读入猜测数字,并将其与答案比...")
  • 22:25, 2 May 2024Unordered tree machine (hist | edit) ‎[28,574 bytes]Stkptr (talk | contribs) (Create page) originally created as "Tree machine"
  • 17:52, 2 May 2024Drunkscript (hist | edit) ‎[1,891 bytes]Yayimhere (talk | contribs) (Created page with "'''drunkscript''' is a esolang based on the description of the english dictionary. you may wonder why it is called drunkscript. well that's because that scripts look like they where written by a drunk person {| class="wikitable" |+ syntax |- ! word !! formatting !! description |- | preponderant || A preponderant B || is A bigger than B |- | abb || A abb || find the entropy of A. A is a list |- | ask || ask(A) || start of a if statement. A is the statement |- | sub || sub...")
  • 16:24, 2 May 2024STRong (hist | edit) ‎[2,876 bytes]Qawtykit (talk | contribs) (Created page with "'''STRong''' is a language made by User:Qawtykit to add more features to a string-rewriting paradigm. == Program Structure == Programs in STRong start with the initial string, followed by a newline. Then you write the program, which is read from top to bottom. If a find/replace finds multiple strings, all of them are replaced. == Commands and Expressions == Each command is ended with a newline {| class="wikitable" !Command !Description !Exa...")
  • 14:58, 2 May 2024R++ (hist | edit) ‎[2,084 bytes]Cleverxia (talk | contribs) (Created page with "{{WIP}} R++ is an esoteric programming language created by User:Cleverxia. ==Syntax== defined in BNF: (... is any string) <pre class="rectwrap"> code := statement | statement code ichar := "A"|"B"|"C"|"D"|"E"|"F"|"G"|"H"|"I"|"J"|"K"|"L"|"M"|"N"|"O"|"P"|"Q"|"R"|"S"|"T"|"U"|"V"|"W"|"X"|"Y"|"Z"|"_"|"a"|"b"|"c"|"d"|"e"|"f"|"g"|"h"|"i"|"j"|"k"|"l"|"m"|"n"|"o"|"p"|"q"|"r"|"s"|"t"|"u"|"v"|"w"|"x"|"y"|"z"|"!"|"$"|"#" nchar := "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9" ident...")
  • 14:03, 2 May 2024Scrambled (hist | edit) ‎[4,183 bytes]PrySigneToFry (talk | contribs) (Created page with "Scrambled just Satarcrimp with a TREE(3)-like script. == Syntax == No description here. == Example == === Hello, world! === <pre> 啱䪊㴪种聳膫彼틈䢧莧씲宐녿慯挐裴䢛뎿뺱䯔㺚㷕㻐帟 䢺䂌썊氽㠑樺렶痲峭佥쓑简蠃䙹㼤냽楾넿얲次㜺啯獔틯 櫡㾋耸欐炜舓㥮봌汳蘜粒챪塋죱卐稄栀㐀 </pre> (Why does here makes a swastika?) === A+B Problem === <pre> 뜥㒉藚엸什㘃孲콸篔燃榱댰밞毒㢪쯏䲐첻긻정懥丅...")
  • 13:54, 2 May 2024Ironlang (hist | edit) ‎[1,571 bytes]Froginstarch (talk | contribs) (Created page with "Placeholder")
  • 06:25, 2 May 2024Ixux (hist | edit) ‎[5,639 bytes]BoundedBeans (talk | contribs) (Created page with "Ixux is an object-oriented esolang by User:BoundedBeans inspired by Unix/Linux commands. ==Basic concepts== *A string is an arbitrary-length sequence of bytes. This may include null bytes, though they have limited support with commands. *A file path usually means a real file, which may use Windows or Unix paths depending on the system. However, regardless of system, paths starting with <code>/usr/../</code> refer to local variables, paths of the format <code>/bin/.....")
  • 09:19, 1 May 2024-1 bytes :/ (hist | edit) ‎[1,662 bytes]YufangTSTSU (talk | contribs) (Created page with "'''-1 bytes :/''' is an esolang by User:YufangTSTSU and inspired by 0 bytes XD which is inspired by 9 bytes :I which is inspired by 13 bytes :D which is inspired by 16 bytes :P which is inspired by 25 bytes o:, probably inspired by -25 bytes (O_o) which is inspired by -5 bytes ;). The original goal was to create world's smallest compiler/interpreter. ==Overview== The program converts the code to integer by <code>.reduce((x, y) => x * 10...")
  • 00:45, 1 May 2024Geometry Dash (hist | edit) ‎[2,491 bytes]Purah126 (talk | contribs) (Created page with "Geometry Dash (GD) is a Turing-complete 2013 platformer game created by Robert Topala. At first glance, how could a platformer game be Turing-complete. Well, GD has a level editor where you can make your own levels. There are "triggers" that can cause actions to occur in the level. Using these triggers, you can create loops and if statements.")
  • 17:37, 30 April 2024 (hist | edit) ‎[766 bytes]Yayimhere (talk | contribs) (Created page with "''',º''' is a esolang thats made to look and be interesting frameless|left {| class="wikitable" |+ Caption text |- ! syntax !! syntax |- | :{ıoı}: || number || named: 101. a binary phase period |- | ~~~ || ~A~B~ || diode. runs the diode equation where I=A and I<sub>0</sub>=B then outputs it |- | ,º || number || grows by 1 every time the line is ran |- | /=/ || A/=/B || string replacement. replace A with B |- | useline() || useline(A) || use the...")
  • 11:44, 30 April 2024Colon period period colon (hist | edit) ‎[12,569 bytes]Ttulka (talk | contribs) (init :..:)
  • 11:32, 30 April 2024ㄅㄆㄇㄈㄉㄊㄋㄌ (hist | edit) ‎[1,115 bytes]PrySigneToFry (talk | contribs) (Created page with "ㄅㄆㄇㄈㄉㄊㄋㄌ, or 波泼摸佛嘚忒呢勒, or BopomofoDetelene, is Brainfuck derivative. == Commands == {| class="wikitable" |+ Commands |- ! BopomofoDetelene !! Brainfuck |- | B || > |- | P || < |- | M || + |- | F || <nowiki>-</nowiki> |- | D || . |- | T || , |- | N || [ |- | L || ] |} == Example == === Hello, world! === <pre> ㄇㄇㄇㄇㄇㄇㄇㄇㄇㄇㄇㄋㄅㄇㄇㄇㄇㄇㄇㄅㄇㄇㄇ ㄇㄇㄇㄇㄇㄇㄅㄇㄇㄇㄇㄇㄇ...")
  • 08:25, 30 April 2024Mastermind (hist | edit) ‎[8,974 bytes]Heathcorp (talk | contribs) (Create Mastermind page.)
  • 02:08, 30 April 2024SkibLang (hist | edit) ‎[1,176 bytes]AlexMeade (talk | contribs) (A parody langauge aimed to both make lua easier and worse on the eyes)
  • 18:45, 29 April 2024Infilisp (hist | edit) ‎[9,367 bytes]Orisphera (talk | contribs) (Created page with "The actual text of this page will be put here when it's finished.")
  • 13:50, 29 April 2024REGH (hist | edit) ‎[5,101 bytes]Cleverxia (talk | contribs) (Created page with "REGH (Random Esolang Goes Here) is an esoteric programming language created by User:Cleverxia. ==Syntax== It's generated by the following python program: <pre> def spec(sed): t=['add %d to the cell under pointer', 'substract %d from the cell under pointer', 'add %d to the pointer', 'substract %d from pointer', 'multiply %d to the cell under pointer', 'divide %d from the cell under pointer', 'modulo %d from the cell under pointer', 'clear the...")
  • 12:12, 29 April 20246 (hist | edit) ‎[1,396 bytes]PrySigneToFry (talk | contribs) (Created page with "6 is an Esolang developed by PSTF. All of the programs is output 6 in this Esolang. == Name == All kind of 6(such as 六, 陆, VI, Six, etc.) are all the name of this Esolang. == Examples == === Print 6 === === Self interpreter === === Python version === print(6) === Quine === 6 == Implementation == A lot of interpreter. === Befunge === 6.@ === 中文 === 定义字符串变量 src 。 输入 src 。 输出6。 === C++ === #include...")
  • 11:50, 29 April 2024-25 bytes (O o) (hist | edit) ‎[3,068 bytes]PrySigneToFry (talk | contribs) (Created page with "{{wrongtitle|title=-25 bytes (O_o)}} <nowiki>-25</nowiki> bytes (O_o) is an esolang by User:PrySigneToFry and inspired by -5 bytes ;) which is inspired by 0 bytes XD which is inspired by 9 bytes :I which is inspired by 13 bytes :D which is inspired by 16 bytes :P which is inspired by 25 bytes o:. == Command table == {| class="wikitable" !Cmd !Description |- |<code>E</code> |Addition: Pop two values a and b, then push the result of a+b |- |<c...")
  • 20:35, 28 April 2024Postrado (hist | edit) ‎[3,696 bytes]Ractangle (talk | contribs) (Created page with "'''Postrado''' (or █) was a joke programming language where the sentences of E.L. Mark Postrado are used as codes. And it's also similar to Signs == Commands == {| class="wikitable" ! Sentence !! Meaning |- |And now it's time to pack everything up || Starts the program. |- | Oh. And don't forget the. || Print command. |- | Three, two, one || Wait duration command. |- | Were here at || Creates a function. (To make a variable. Use the command "Useable plastic bag...")
  • 18:10, 28 April 2024Nope (hist | edit) ‎[848 bytes]Yayimhere (talk | contribs) (Created page with "'''nope''' is a esolang created by User:yayimhere. in nope there is only 4 valid commands all a no op variant: no op {| class="wikitable" |+ Caption text |- ! commands !! commands |- | no_op || nothing || do nothing |- | jl || jl a b ?(label) || no_op if a register value is less than zero. |- | store || store (variable) value || store a number |- | no:op_add || no_op add a b → (result) || no op then add |} nope is very low level. numbers are stored in hexidecimal i...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)