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)
  • 13:59, 28 March 2024EsoPy Framework (hist | edit) ‎[3,076 bytes]Ce2lo (talk | contribs) (Created page with "'''EsoPy Framework''' is a language/framework made by User:ce2lo. It provides a Python template for building esoteric programming languages. It includes a lexer and an interpreter, and a runner that ties everything together. == Specification and instructions == There are the instructions of the default language within the framework: <VALUE> + <VALUE> Addition, also works with <VAR>. <VALUE> - <VALUE> Substraction, also works with <VAR>....")
  • 12:04, 28 March 2024Human Words (hist | edit) ‎[3,005 bytes]PrySigneToFry (talk | contribs) (Created page with "Human Words is a Formal LOLCODE. == Syntax and Command == {| class="wikitable" |+ Commands |- | <code>Start program with version [version].</code> || In fact, I don't even have to write what to execute every piece of code. |- | <code>#Exegesis: [comment]</code> || 示例 |- | <code>#Multiline exegesis:</code><br><code>[comment]</code><br><code>#End of exegesis.</code> || 示例 |- | <code>It needs [library].</code> || 示例 |- | <code>Output [string].</code> || 示...")
  • 11:24, 28 March 2024中文 (hist | edit) ‎[1,833 bytes]PrySigneToFry (talk | contribs) (Created page with "It is Humanized 中文(简体,中国大陆). == Commands == Just speak Chinese. == Programs == === Hello, world! === 输出"Hello, world!"。 === A+B Problem === 定义整型变量 A 、 B 和 C 。 读入 A 和 B,然后将 A+B 存储到 C 中。 输出 C 的值。 === 99 Bottles of Beers === <pre> 定义整型变量 I ,然后初始化为 99 。 重复执行以下代码块直到 I > 1 这个条件不满足为止: 输出f"{I} bottles of the beers...")
  • 06:23, 28 March 2024Stringle (hist | edit) ‎[3,797 bytes]Function call without parameters (talk | contribs) (Created page with "'''Stringle''' is a programming language based around string manipulation invented by User:Function call without parameters in 2024. It is as of yet unimplemented. ===== Syntax ===== The number of words in a sentence determine the type of command executed. This feature was inspired by ferNANDo. ===== Data types ===== Every variable is a string which is initialized as an empty string. A sequence of digits is syntactic sugar for a string containing said (positive...")
  • 20:43, 27 March 2024JAJL (hist | edit) ‎[3,876 bytes]Gordinator (talk | contribs) (Initial page creation)
  • 13:22, 27 March 2024Satarcrimp (hist | edit) ‎[4,520 bytes]PrySigneToFry (talk | contribs) (Created page with "Satarcrimp is a Esolang which is a full of <nowiki>WMHO*MCW(:PRCUDOS*E:UFSJU(EP$UT(PEK"CW)P*T}W)#}#){WIOTAWLIT:WEUCF</nowiki>. == Syntax == Satarcrimp Uses Decimal, has 281 registers. It may Change The Code if you inputed these command: <tt><nowiki>#</nowiki></tt>, <tt><nowiki>K</nowiki></tt> or <tt><nowiki>~</nowiki></tt>. == Program == === Hello, world === <pre> ANX(ETP9u38UY{$(O;wlrlk;k)W#T*(7po8iuACBUE()U(t03]3w0r-\0IA(PFjoilkjg$~ERYYiifopsepWH)_E{Kl.,.[sdgzSRBweho...")
  • 08:10, 27 March 2024Gen Alpha Brainrot (hist | edit) ‎[3,027 bytes]PoptartPlungerBoi (talk | contribs) (Created page with "{{infobox proglang |image= |name=Gen Alpha Brainrot |author=<font color="red">Poptart</font><font color="green">Plunger</font><font color="blue">Boi</font> |year=2024 |class=Turing complete |majorimpl= |files=<code>.gab</code>, <code>.skibidi</code> }} '''Gen Alpha Brainrot''' or '''GAB''' for short, is an esolang created by User:PoptartPlungerBoi|<font color="red">Poptart</font><font color="g...")
  • 17:29, 26 March 2024Self-replicating marbles/Snippets (hist | edit) ‎[201 bytes]Joaozin003 (talk | contribs) (Created page with "This page lists snippets for the Self-replicating marbles esolang. == Basic == === Delete a marble === > ? > ? > ? == Logic == === Invert a marble's bit === > > > > > ? > ? > ?")
  • 17:23, 26 March 2024Symbol+Lang (hist | edit) ‎[1,680 bytes]MihaiEso (talk | contribs) (Created page with "{{WIP}} '''Symbol+Lang''' is an esolang made by Mihai Popa. It's a work in progress. I will do later.")
  • 16:50, 26 March 2024The Bluetooth Device Is Ready To Pair (hist | edit) ‎[2,176 bytes]MihaiEso (talk | contribs) (Created page with "'''The Bluetooth Device Is Ready To Pair''' or TBDIRTP is an esolang made by Mihai Popa. It's a variant of The bluetooth device is ready to pair. There's something funny. All programs must start with <code>Power on.</code> and end with <code>Power off.</code> == Commands == {| class="wikitable" |+ Caption text |- ! Command !! Meaning !! Equivalence (in Batch) |- | Bluetooth mode. || Clears the screen || cls |- | The Bluetooth device (x) is ready to pair. || Makes a...")
  • 14:58, 26 March 2024Empty Program (hist | edit) ‎[1,282 bytes]PrySigneToFry (talk | contribs) (Created page with "Empty Program is a program that doesn't do anything. In Python, you just write a null program to do it. But in C++, you need to write a main function with no operation except <code>return 0</code>. == Python == <pre> // NOP </pre> == C++ == int main() { return 0; } == Java == <pre> public class EmptyProgram(){ public static void main(){ // TODO } } </pre> == Pascal == <pre> begin // TODO end . </pre> == C == <pre> void main(){} </pre> == PHP =...")
  • 11:58, 26 March 2024Shortest Code Challenge (hist | edit) ‎[571 bytes]PrySigneToFry (talk | contribs) (Created page with "Shortest Code Challenge is arranged from One Line Challenge. Here is something of this challenge. == Python == One! print("Hello, world!") Two! a = int(input()); b = int(input()); c = a + b; print(c) Note: PEP-8 makes it clear that it's best not to write code like this. == C++ == One! #include<iostream> using namespace std; int a, b, c; int main(){cin >> a >> b; c = a + b; cout << c << endl; return 0;} Two! #include<bits/stdc++.h> using namespace std; int main(...")
  • 11:48, 26 March 2024!English/Comments (hist | edit) ‎[1,508 bytes]MihaiEso (talk | contribs) (Created page with "!English <--- Back to main page! == Comments == There are 2 syntaxes for comments, either the "English-style" one or the "FORTRAN" one. === English-style syntax example === Save as <code>comments.eng</code> <pre> Ignore this line "How to print Hello, world! in !English" Print "Hello, world!" and a new line and Ignore this text in quotes "This is a comment" Ignore this line "End of this program" </pre> === FORTRAN syntax example === Save as <code>comments_fortran.eng<...")
  • 11:38, 26 March 2024!English/Commands (hist | edit) ‎[2,097 bytes]MihaiEso (talk | contribs) (Created page!)
  • 23:29, 25 March 2024Self-replicating marbles (hist | edit) ‎[2,577 bytes]Joaozin003 (talk | contribs) (create language "Self-replicating marbles")
  • 15:10, 25 March 2024A Triple Sharp (hist | edit) ‎[1,177 bytes]PrySigneToFry (talk | contribs) (Created page with "{{wrongtitle|title=A𝄪# or Ax#}} A𝄪# is A triple sharped(A, bB, B, C), So its syntax is same as C. (I added something in it.) == Syntax == Same as C. == Programs == === Hello, world === <pre> #include <stdio.h> void main() { puts("Hello, world!"); } </pre> === 99 bottles of beers === <pre> #include <stdio.h> #include <windows.h> #include <string.h> #include <iostream.h> string unit = "bottles"; void main() { for(int i = 99; i > 0; i--) { unit...")
  • 14:18, 25 March 2024BittyLang (hist | edit) ‎[1,916 bytes]None1 (talk | contribs) (Created page with "'''BittyLang''' is an esolang prompted by User:None1 and generated by the Cursor AI: ==Commands== + Increment the byte's value by 1. - Decrement the byte's value by 1. . Output the ASCII character corresponding to the current byte's value. ==Examples== ===Hello, World!=== <pre class="rectwrap">++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.+++++++++++++++++++++++++++++.+++++++..+++.-----------------------------------------------------...")
  • 01:51, 25 March 2024Useful brainfuck (hist | edit) ‎[2,577 bytes]EvyLah (talk | contribs) (creation of page (hello, world is unfinished))
  • 09:31, 24 March 2024退!退!退! (hist | edit) ‎[17,992 bytes]PrySigneToFry (talk | contribs) (Created page with "退!退!退! is a Esolang which is only has "退!" as program and other is all annotation. == Commands == Same as Chicken. == Program == === Hello, world === <pre> 退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退! 退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退!退! 退!退!退!退! 退!退!退!退!退!...")
  • 09:09, 24 March 2024Free Esolang (hist | edit) ‎[5,334 bytes]PrySigneToFry (talk | contribs) (Created page with "{{WIP}} You are free to edit this Esolang. == Original Command == {| class="wikitable" |+ Command |- ! Free-Esolang !! Mean |- | <code><nowiki>O[Comments]</nowiki></code> || Print the comment. |- | <code><nowiki>Σ</nowiki></code> || Print "Hello, world!". |- | <code><nowiki>~</nowiki></code> || Push {{frac|4|5}} into the Stack. |- | <code><nowiki>2[value][name][type]</nowiki></code> || Define a Variable with name, type (and value). |- | <code><nowiki>去</nowiki></cod...")
  • 03:58, 23 March 2024TREE(3)// (hist | edit) ‎[1,809 bytes]Cleverxia (talk | contribs) (Created page with "裐㒏烪㷤㻳蠝쾭繙䮘䰵檘琼澺塨茍䚮桙떘䙹멙䈑긡斿擽燚쨦웖똻훨삻蓧籍쫍㤰櫺䐃汕糖퀯刵咫뚍쪳䰺蟖뀬뱗툞츹繻넔薜䟌碤桉䫤㴊吐嫶侴듰좞듪囃儓妳偪㭋쉢얰殍栵쮠䮬獉뀶갎殽킕狻돧紐絍솉쟠紺탽읤컸芫哚홳웛聉坧잶넬缳썺畓츨歏쑴愒虒盺蟏믏䋮짽컿풷至걨彗휝띪㔤㢁䢷珕䴧대墏䤿嘽揇낑塭㶪決暰吮줆万툿珅춗즏曥㟞傼舲儑台䕟헂睻㞞㴜쳑닡泏깬䦟屑뇽捷...")
  • 16:28, 22 March 2024Threads (hist | edit) ‎[1,657 bytes]PaxtonPenguin (talk | contribs) (Created page with "Threads is an Esolang. It is multithreaded. {| class="wikitable" |+ Code |- ! Symbols !! Info |- | a || add one to the counter |- | s || subtract one from the counter |- | o || default: output the counter, dotted: output the following string |- | i || default: input into the counter, dotted: input into the string variable |- | ( || start loop default: infinite, dotted: following number (can not be dotted) |- | ) || end loop (can be dotted) |- | t || make a thread to run...")
  • 15:14, 22 March 2024한국어 (hist | edit) ‎[4,301 bytes]PrySigneToFry (talk | contribs) (Created page with "{{AKA|title=한글}} 한국어 is a language based on Hangul letters(Korean). == Syntax == {| class="wikitable" |+ Syntax |- ! 한국어 !! Mean |- | <code>출력 (comment) $(format)$</code> || Print comment (with format). |- | <code>입력할 (something) $(format)$</code> || Input something (with format). |- | <code>면 (식) {구획}</code> || If 식 is true, do 구획. |- | <code>그렇지 않으 면 (식2) {구획}</code> || If 식1 is false but 식2 is true, do...")
  • 14:23, 22 March 2024Definitely unusable (hist | edit) ‎[701 bytes]Faian36 (talk | contribs) (Created page with "'''Definitely unusable''' is a language that is supposed to be a derivative of Line Feed. Sadly, there is a bug in the implementation! ==Syntax== The only valid program is the single newline, which does nothing. Anything else will print out an error. ==Implementations== Written in JavaScript: <pre> function interpret(code) { if(code=='\n') {} else { console.log('Syntax Error:') // Uhhh... // How to print the contents of a variable?...")
  • 13:35, 22 March 2024Self (hist | edit) ‎[1,023 bytes]Yourusername (talk | contribs) (Created page with "There is one command, Self, which prints "Self" == Self program == Self == Quine == Self == Quine 100 == Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Self Se...")
  • 15:00, 21 March 2024Flow Uncontrolled (hist | edit) ‎[2,810 bytes]Qawtykit (talk | contribs) (Created page with "'''Flow Uncontrolled''' is a language that requires self modification to do pretty much anything. ==Arguments== The language has three instructions, written like Python function calls. The instructions all have at least 1 argument. Arguments can be strings, numbers, read(x), or cln(). read(x) returns the contents of line x. cln() returns the line # currently being run. ===Operations=== The operations in the language include + and -, which only works if both sides are...")
  • 14:57, 21 March 2024DCI (hist | edit) ‎[855 bytes]Cleverxia (talk | contribs) (Created page with "DCI (Decrement then Copy [if successful]) is an OISC. ==Specifications== *address 0 is always 1. *IP is mapped to 1. *the commands are memory mapped from addresses 2 to infinity. the values beyond the commands are initially 1. **IP=0 means address 2, etc. *decrementing IP when it's 0 will halt the program, which runs in an infinite loop. ==The operation== The operation DCI, takes 4 arguments a,b,c and d. C pseudocode is:<pre>if(*a>0){--*a;if(b)*c=b;else *c=*d;}*...")
  • 14:25, 21 March 2024SplitLang (hist | edit) ‎[1,808 bytes]Yourusername (talk | contribs) (Created page with "SplitLang is a programming language that uses splitting, or forking == Split command == #going to line 2 split: #wait what, there is another me on line 4 #ok I guess ill go here, line 3 split2: #hi other code pointer on line 2 #i will also go to line 5 == Join command == #ok I will go to line 2 split: #hi line 3 code pointer split2: #hi I am going to line 4 join split #wait I am merging with the other code pointer #ok I am back on line 5 doing normal stuff == V...")
  • 14:19, 21 March 2024Stackack (hist | edit) ‎[586 bytes]Yourusername (talk | contribs) (Created page with "Stackack (STACK stACK) is a programming language that uses stacks and stacks and stacks and stacks == Stack == ~a stack is defined as new stack stack1 = new stack ~to add an item, do stack.place stack1.place("stacks are awsome") ~to remove an item, do stack.take stack1.take() ~can also return stack2 = new stack stack2.place("popping") stack3 = new stack stack3.place(stack2.take()) ~stack3 has "popping" in it ~inline stacks are made by [] ~use stackp[a] to a...")
  • 14:01, 21 March 202410 (hist | edit) ‎[875 bytes]Yourusername (talk | contribs) (Created page with "10 has two valid chars, 1 and 0, whitespace like newline, space, and tab are also valid, all other chars are comments == Syntax of program == [x]+ in syntax is x happens 1 or more times [anything] in syntax means any of the other syntax things [x]? in syntax is x happens 0 or 1 times {x:y} in syntax puts y in x 10 starts the program 01 ends the program 11 {name:[101]+} starts a function with name 00 ends a function 000 nop 001 {var:[111]+} {val:[anything]} sets...")
  • 13:36, 21 March 2024Say (hist | edit) ‎[1,295 bytes]None1 (talk | contribs) (Created page with "{{lang|a=User:None1}} ==Syntax== Things in square brackets are optional, but if one is given, the others most be given too. ''Variable'': "[Yes/No, ]''Variable2'', it is ''Value''[, not ''String'']" Value can be: * A string (surrounded by single quotes), then the string is stored into ''Variable2'' * A number, if it is ''i'', then the ''i''-th line (1-indexed) is jumped * <code>what you think it is</code> reads input as a string and stores the input into ''Variable2'' *...")
  • 02:12, 21 March 2024RC4 Mapfuck (hist | edit) ‎[884 bytes]Purah126 (talk | contribs) (Created page with "'''This is a WIP.''' RC4 Mapfuck is an esoteric programming language created by User:Purah126. It is kind of like normal Mapfuck, but instead uses RC4 to change the map. Each instruction has an ID: * + = 0 * - = 1 * > = 2 * < = 3 * [ = 4 * ] = 5 * . = 6 * , = 7 To encrypt, first initialize RC4 with the key "RIZZLER GYATT SKIBIDI RIZZ FANUM TAX OHIO " (periodically update this with new memes) concatenated with each set 3 characters of the program, replaced by their...")
  • 18:58, 20 March 2024+Output (hist | edit) ‎[1,792 bytes]EvyLah (talk | contribs) (created page)
  • 17:05, 20 March 2024Splitreverse (hist | edit) ‎[1,190 bytes]Yourusername (talk | contribs) (Created page with "splitreverse is a progrmming language that splits the input into two pieces and reverses the second piece and combines them: input: abcd output: adcb more complex: input: abcd+hello output--: adcb+holle output-: adcbholle output: aellohbcd")
  • 16:56, 20 March 2024The Brink of Insanity (hist | edit) ‎[1,957 bytes]Infinitehexagon (talk | contribs) (Created page with "'''The Brink of Insanity''' is an esolang created by Infinite Hexagon designed to be totally heinous, despicable, and utterly chaotic. Category: LanguagesCategory:UncomputableCategory:2024{{WIP}} = Syntax = == Creating New Functions == To create new functions, you start with "<code>rule</code>" followed by the name of the function and a semicolon. Here is an example rule dec: +++++++++++++++++ +++++++++++++++++ +++++++++++++++...")
  • 14:29, 20 March 2024Domino Crisis (hist | edit) ‎[4,029 bytes]PrySigneToFry (talk | contribs) (Created page with "{{wrongtitle|title=(Figure)}} I don't have enough figure, so I can only made by textual. Domino Crisis is a NON-TEXTUAL Esolang based on Dominoes. == Intro == I.E., you have a lot of stuff around you that you can program. == Syntax == The Red domino is output. You need a sticky note to show the comment and format. The Blue domino is define variables. You need a LEGO(any color) to define a variable(The premise is that you have enough variable identifiers). You may a...")
  • 01:50, 20 March 2024Ferntape (hist | edit) ‎[6,480 bytes]RainbowDash (talk | contribs) (Created page with "== Instructions & Overview == Ferntape is a single stack Turing complete coding language made by user:RainbowDash on March 19th 2024. Ferntape consists of 1 register, and 1 stack. The stack can only be "Pulled" left, so that the last item in the stack is now the first item. Every command here follows stack logic, First in last out. Ferntape however can read item 0 in the stack. The "tape" can be made longer or shorter at the user's will. File:FernTapeLogo.png|thum...")
  • 23:58, 19 March 2024Walking straight forward (hist | edit) ‎[2,425 bytes]BestCoder (talk | contribs) (Created page with "Walking Straight Forward is a programming language I made based on a song I made called Walking Straight Forward, the song goes like: Walking straight, Walking straight, Straight forward! Walking straight, Walking straight, Straight forward! Walking straight, Walking straight, Straight forward! Stop. Turn [direction], Turn [direction]. {loops}")
  • 21:08, 19 March 2024Maybe (hist | edit) ‎[394 bytes]Indidee (talk | contribs) (Created page with "**Maybe** is a stack-based concatenative language created by indidee:User:Indidee in 2024. Category:StubsCategory:UnimplementedCategory:Stack-basedCategory:Low-level")
  • 13:11, 19 March 2024CodemaoC++ (hist | edit) ‎[1,287 bytes]PrySigneToFry (talk | contribs) (Created page with "CodemaoC++ is C++ based language that IS TEXTUAL, NOT VISIBLE. == Syntax == You may use <code>当 开始 被点击</code> to represent <code>int main(){}</code>. == Programs == === I/O === ==== Hello, world ==== 准备 引入位于 std 库的 iostream 当 开始 被点击 输出流<<["Hello, world!"]<<[换行符] 返回 0 === Variations === ==== A+B ==== 准备 引入位于 std 库的bits/stdc++.h 数据 定义 A、B、C 为整型 当 开始 被点...")
  • 10:15, 19 March 2024A+B Problem/brainfuck (hist | edit) ‎[2,723 bytes]Timwi (talk | contribs) (Organize the multiple brainfuck implementations of A+B)
  • 02:07, 19 March 2024Wizzcake+ (hist | edit) ‎[9,114 bytes]RainbowDash (talk | contribs) (Created page with "Wizzcake+ was created by user:RainbowDash on March 18th 2024. Wizzcake+ is a upgraded version of Wizzcake which adds functions from brainfuck making it Turing complete. Wizzcake+ contains 1 stack, a pointer, and an infinite array of cells. Every single word besides "[" and "]" in a given text, gibberish or not preforms 10 different instructions, multiple different times. File:WizzcakeMascot.png|thumb|left|200px|The mascot of Wizzcake,it is still a rat cup...")
  • 23:31, 18 March 2024Brainalpha (hist | edit) ‎[1,749 bytes]None1 (talk | contribs) (Created page with "{{lang|a=User:None1}} ==Commands== {| class="wikitable" !Brainfuck !Substitution Argument !Description |- |> |a |Move the pointer to the right |- |< |b |Move the pointer to the left |- |<nowiki>+</nowiki> |c |Increment the memory cell under the pointer |- |<nowiki>-</nowiki> |d |Decrement the memory cell under the pointer |- |. |e |Output the character signified by the cell at the pointer |- |, |f |Input a character and store it in the cell at the pointer |- |[ |g |J...")
  • 17:19, 18 March 2024.not required (hist | edit) ‎[924 bytes]Unicodes (talk | contribs) (Created page with "Made by Unicodes This is a stack-based language, where you have to start every line with ''not''. {| class="wikitable" |+ Instructions |- ! Instruction !! Action |- | ''(not)'' pop [NUMBER] || pushes [NUMBER] onto the stack |- | ''(not)'' push || pops the 1st value off the stack |- | ''(not)'' get || prints out the 1st value |- | ''(not)'' print || gets a number from the user and adds it to the stack |- | ''(not)'' while [NUMBER/1ST STACK VALUE] =/>/<...")
  • 07:17, 18 March 20240widthnonjoiner (hist | edit) ‎[841 bytes]Unicodes (talk | contribs) (Created page with "The actual name of this language is ‌ (U+200C). 0widthnonjoiner is made by Unicodes This language is run on a stack. For each line there is 1 instruction + arguments {| class="wikitable" |+ Instructions |- ! Instruction !! Action |- | ‌ (U+200C) $arg || Push argument onto stack |- | ‌ (U+200B) $arg || Pop |- | ‌ (U+200D) $arg || Do operation on 1st and 2nd element on stack; If argument is 1, add, if argument is 0, subtract |- | ‌ (U+200A...")
  • 16:24, 17 March 2024Xyz (hist | edit) ‎[1,421 bytes]BestCoder (talk | contribs) (Created page with "Xyz is a programming language that uses letters == How it works == it translates the letters a-z to 1-26")
  • 14:32, 17 March 2024IPAfuck (hist | edit) ‎[706 bytes]PrySigneToFry (talk | contribs) (Created page with "IPAfuck is a Brainfuck language based on IPA. == Syntax == {| class="wikitable" |+ Caption |- ! IPAfuck !! Brainfuck(pseudo) |- | i || > |- | y || < |- | e || + |- | ø || - |- | ɛ || . (Write the data as a Character) |- | œ || : (Write the data as a Integer) |- | æ || , (Read the data as a Character) |- | a || ~ (Read the data as a Integer) |- | ɶ[Value] || =[Value] (Set data to value) |- | ɪ || [ |- | ʏ || ] |} == Programs == === Hello, world! === ɶ['H']ɛɶ[...")
  • 11:59, 17 March 2024Do-code (hist | edit) ‎[2,554 bytes]Unicodes (talk | contribs) (Created page with "Do-code runs on a array of 2048 numbers from 0 to 255, where there is a program pointer at cell 0 Every statement run has to be in a "do (#)" block. There are 2 types of do blocks: "do (#)" and "do (do (#) and do (#))" The # are nested do blocks or instructions. Instructions: +p : move pointer index by 1 -p : move pointer index by -1 +i : add 1 to current pointed value -i : add -1 to current pointed value n : nothing pr : print current character as number pra : print cu...")
  • 08:52, 17 March 2024Spoiler肏 (hist | edit) ‎[1,432 bytes]PrySigneToFry (talk | contribs) (Created page with "{{wrongtitle|title='''<span class="spoiler">肏你妈的</span>'''}} '''<span class="spoiler">肏你妈的</span>''' is brainfuck language based on '''<span class="spoiler">Fuck</span>''' and 脑子爆掉. == Syntax == <code>[]</code> replaced with <code><nowiki><span class="spoiler"></span></nowiki></code>. More commands: {| class="wikitable" |+ Caption Text |- ! '''<span class="spoiler">肏你妈的</span>''' !! Mean |- | 听 || Input a integer...")
  • 06:40, 17 March 2024العربية (hist | edit) ‎[1,766 bytes]PrySigneToFry (talk | contribs) (Created page with "العربية is a language based on Arabics. == Syntax == {| class="wikitable" |+ Caption text |- ! العربية !! Pseudo code |- | <code>طبع (comment)</code> || <code>print(comment)</code> |- | <code>المدخلات (something) مع (prompt)</code> || <code>input(something, __prompt)</code> |- | <code>كرر 10 مرات</code> || <code>for(i in range(10))</code> |- | <code>كرر حتى expr غير صحيح</code> || <code>while(expr)</code> |- | <code>لو (e...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)