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).

Logs
  • 14:58, 2 May 2024 Cleverxia talk contribs created page R++ (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...")
  • 13:50, 29 April 2024 Cleverxia talk contribs created page REGH (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...")
  • 10:49, 23 April 2024 Cleverxia talk contribs created page Obfuck (Created page with "Obfuck is a brainfuck equivalent. ==Syntax== First, translate the brainfuck into binaryfuck. Then, translate it to a decimal number. Next, add some nonnumeric chars between each digit. Next, add one character between each character. Next, convert them into UTF-8 and write it in binary. Next, reverse it. finally, take 3 bits a group and translate them according to the following: {| class="wikitable" |- ! bits !! text |- |...")
  • 08:29, 22 April 2024 Cleverxia talk contribs created page Quinish (Created page with "Quinish is an esolang where there are many quines. ==Syntax== The only syntax: <code>$...\</code>, marks a comment. They can't be nested. Any other characters prints itself. ==Examples== Hello world: Hello, World! Nope. intepreter Nope. APLWSI intepreter $Anything can go here\")
  • 05:46, 17 April 2024 Cleverxia talk contribs created page File:Graph.png
  • 05:46, 17 April 2024 Cleverxia talk contribs uploaded File:Graph.png
  • 05:35, 17 April 2024 Cleverxia talk contribs created page Graphwalk (Created page with "Graphwalk is an esoteric programming language based on a graph. ==Syntax== The syntax is really symple: it's just a graph. the precise format: <pre> N S action1 D1 B1,1 ... B1,D1 action2 D2 B2,1 ... B2,D2 ... actionN DN BN,1 ... BN,DN </pre> That is, first comes the total number of nodes and the starting node, then one line for each node containing the action to do and the nodes to go to. ==Actions== let X be the current node, starts at S. each node has a internal...")
  • 13:10, 8 April 2024 Cleverxia talk contribs created page Do while true (Created page with "Do while true is an esolang, where every line is an expression. ==Syntax== There is a stack. Every line is an expression in postfix notation (1 2- equals -1) and evaluated from left to right (72o105o-No prints Hi! and equals -33). The intepreter first does that line and get the evaluated value, and then runs it until the evaluated value is 0. Every negative or 0 value is treated as 0, else they're treates as 1. <code>#x</code> means argument x. {| class="wikitable" |...")
  • 11:38, 1 April 2024 Cleverxia talk contribs created page Deadfih (Created page with "Deadfih is an esolang based on Deadfish. ==Instructions== It's just Deadfish without the S instruction, so: {| class="wikitable" |+ Caption text |- ! instruction !! meaning |- | i || Increment |- | d || Decrement |- | o || Output as character |} ==Examples== print 'A': iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiio Category:Accumulator-basedCategory:Deadfish derivativesCategory:2024Category:TotalCategory:Languages")
  • 03:58, 23 March 2024 Cleverxia talk contribs created page TREE(3)// (Created page with "裐㒏烪㷤㻳蠝쾭繙䮘䰵檘琼澺塨茍䚮桙떘䙹멙䈑긡斿擽燚쨦웖똻훨삻蓧籍쫍㤰櫺䐃汕糖퀯刵咫뚍쪳䰺蟖뀬뱗툞츹繻넔薜䟌碤桉䫤㴊吐嫶侴듰좞듪囃儓妳偪㭋쉢얰殍栵쮠䮬獉뀶갎殽킕狻돧紐絍솉쟠紺탽읤컸芫哚홳웛聉坧잶넬缳썺畓츨歏쑴愒虒盺蟏믏䋮짽컿풷至걨彗휝띪㔤㢁䢷珕䴧대墏䤿嘽揇낑塭㶪決暰吮줆万툿珅춗즏曥㟞傼舲儑台䕟헂睻㞞㴜쳑닡泏깬䦟屑뇽捷...")
  • 14:57, 21 March 2024 Cleverxia talk contribs created page DCI (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;}*...")
  • 06:22, 4 March 2024 Cleverxia talk contribs created page ModulR (Created page with "{{Distinguish/Confusion|Modulo}} ModulR is a language where there're only unbounded registers(Modul'''R''') to store data and the only operation is the modulo('''Modul'''R) All registers initilize with 0. <code>x%0 = 1+x</code>. ==Commands== the special symbol is <code>#</code>, which indicates how many registers you should have. A <code>#</code>s at the start of the program means A registers, other #s mark line comments. {| class="wikitable" |+ Caption text |- ! Co...")
  • 09:58, 23 February 2024 Cleverxia talk contribs created page +-"quote (Created page with "This is basically the same as "quote, but with recursion. ==Commands== This is basically the same as "quote, but with 2 new commands * -: intepret the stored string as +-quote with sanme stored string * +: halt ==Examples== ===Truth machine=== te"qeq"eq"o-"- (+ for 0, - for 1) ===Infinite loop=== e"-"- ===Infinite output Hello, World!=== e"q"Hqello, World!q"-"-")
  • 13:01, 22 February 2024 Cleverxia talk contribs created page "quote (Created page with "<nowiki>"quote is an esolang that can only do inputs, prints and repetition. </nowiki> ==Commands== <code>"..."</code> prints the quoted things. <code>q</code> does the escaping (<code>q"</code> is character <code>"</code>, <code>qn</code> is newline). <code>u</code> repeats the following command. <code>o</code> output the stored string. <code>t</code> inputs to stored string. <code>e</code>: * When in any string: <code>qe</code> means char <code>e</code>, <code>e<...")
  • 02:29, 17 February 2024 Cleverxia talk contribs created page User:Cleverxia (Created page with "==Current Esolangs I've created== * ¼ bytes :3 * Nanofunge Nopfunge minimalsation * I forgot * And more....")
  • 11:04, 24 January 2024 Cleverxia talk contribs created page RedefineFuck (Created page with "RedefineFuck is brainfuck but you need to redefine symbols to run loops, if statements, etc. ==Instructions== There are 5 instructions and 6 symbols. whitespaces are ignored, cAsE SeNsItIvE. ===Initial instructions=== {| class="wikitable" |+ Instructions |- ! instruction !! meaning !! brainf**k rough equalivant |- | @ || increase 1 || + |- | [ || data pointer goes right|| > |- | <nowiki>&x&...*</nowiki>||(re)define x to be ... then ptr left || None |- |]||if x==0 ski...")
  • 11:53, 9 January 2024 Cleverxia talk contribs created page Nanofunge (Created page with "Nanofunge, like Nopfunge, is a fungeoid. It's a 2D esoteric programming language base on 3 commands which is a "subset" of Befunge. The goal of it is to discover the minimum number of commands to make a direction-only language Turing-complete. ==Language Overview== Nanofunge, like Nopfunge, is made out of a two-dimensional playfield which can have any size. The infinite repeating part's size is said at the start. For example, 5 5 3 3 C C C< CC...")
  • 14:31, 18 December 2023 Cleverxia talk contribs created page ¼ bytes :3 (Created page with "¼ bytes :3 (¼ bytes=2 bits) is a language to compete with 1 bytes :5. The language output the input, padded by 11 in binary. ==Intepeter== written in 2 Bits, 1 Byte, there are 6 bits of input. intepeter in binary, I means input: 11II IIII")
  • 13:53, 18 December 2023 User account Cleverxia talk contribs was created