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).
- 01:20, 16 November 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page +! (Created page with "'''+!''' (pronounced "Plus-bang") is a two-dimensional esoteric programming language by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. == Commands ==Β {| class="wikitable" {+ |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Example || Example || Example |}")
- 22:57, 15 November 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:This esolang is not a push-down automata (Created page with "This esolang is not a push-down automata, as a push-down automaton can go into infinite loops and do basic conditionals, while this can't. :-~~~")
- 22:12, 1 November 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page =/= (Redirected page to Unassignable) Tag: New redirect
- 20:05, 1 November 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Jumpy (Created page with "Wouldn't Jumpy be a linear bounded automaton, since it can only access finitely many cells on the Game of Life board. :--~~~~")
- 02:38, 31 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 9 (Created page with "'''9''' is an esolang designed by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff with the goal of compiling to 90. As such, it cannot perform infinite loops, but has bounded loops built-in. == Declarations == There are 4 types of declarations. They may only appear outside of code blocks 1. Variable bits: a variable bit is one bit of information that can be turned on, but not off. declare ''name''; 2. Constants: can be either a bit...")
- 20:24, 19 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Overload/Turing-completeness proof (Created page with "This is a proof that Overload is Turing complete by ~~~~. This works by showing that a Turing complete language can be compiled to Overload. == The Turing-complete language == It operates on an array of 1-bit long cells. Commands: ~''x'': Flip the bit at cell ''x'' {''x'' ... }''x'': While x==1 do ... (''x'' ... )''x'': If x==1 do ... It is turing complete because it is basically Boolf**k == Translation == ~''x'' -> 1['''x''[...")
- 23:40, 18 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Overload (Created page with "'''Overload''' is an esolang made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff that is inspired by Underload and Emmental. In Overload, you can redefine the instruction set. == Instructions == Overload's instructions can be redefined, so this is the initial instructions. {| class="wikitable" |+ Caption text |- ! Instuction !! Description |- | <code>'</code> || Push the next character to the stack |- | <code>:</code> || Dup...")
- 20:35, 11 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:MinusGreater (Created page with "i really don't like this one. ~~~~")
- 03:42, 8 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Unique (Created page with "'''Unique''' is a programming language that can only use each number once. == Syntax == Each line must start with a line number, similar to BASIC. Lines can have multiple commands and each command must be ended with a semicolon. Valid Lines: 1 PRINT "HI"; 2 PRINT "HELLO"; PRINT "WORLD"; 3 PRINT "\"HI\"\n\WORLD"; 47; Invalid Lines: 1 PRINT "HI" (No semicolon) 2 PRINT "HELLO; (Unterminated string) PRINT 8; (No line number) 4 FOOBARBAZQUX; (Invalid command) ==...")
- 02:08, 8 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Python (Created page with "== Form Feeds == they don't do anything οΏ½οΏ½")
- 21:27, 5 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page JITE (Redirected page to BITE#JITE) Tag: New redirect
- 20:56, 5 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page BITE (Created page with "'''BITE''' is an esolang by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff that is inspired by 2 Bits, 1 Byte. There are only two instructions and each takes 1 argument. {| class="wikitable" |+ Commands |- ! Instruction !! Name !! Meaning |- | 0 || DIV || '''DIV'''ide argument bit by the next bit. Division by 0 ends the program. |- | 1 || SHF || '''SH'''i'''F'''t the program by the argument bit to the left |}")
- 19:49, 5 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Malloc (Created page with "== Negative Numbers == Negative numbers should free memory ~~~~")
- 16:30, 4 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page File:2dot - Hi.png
- 16:30, 4 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs uploaded File:2dot - Hi.png
- 02:28, 4 October 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page MATH (Created page with "'''MATH''' is a language by ~~~~ where you make your own operations. == Operations == Operations are defined like this: ''operation_name'' ::= ''code'' # With π on the left and π on the right e.g. β ::= 1Γ·π == Included Operations == +: addition -: subtraction Γ: multiplaction Γ·: division == Misc. == The final result of the equation is printed. Order of operations is not supported. == Examples == === Truth-machine === β€ ::= (1Γ·π)β§0 [i...")
- 22:48, 30 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:S l o w (Created page with "Python slower")
- 17:53, 29 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:β but with only plausible commands (Created page with "a language can be turing complete tho")
- 14:50, 28 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 55 (Redirected page to 5#15) Tag: New redirect
- 14:45, 28 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:16 bytes :P (Created page with " print(input());#")
- 00:47, 28 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Esofish (Created page with "{{Derivative|Deadfish}} by ~~~~ Deadfish with one instruction: r R runs the remaineder of the program as the accumulator. For example, iissdr `Hello, World!` runs `Hello, World!` as a 15 program, so it prints Hello, World! It is turing complete because it can run 35, which is Turing-complete Category:Turing complete Category:Joke languages")
- 21:34, 27 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 35 (Redirected page to 5#35) Tag: New redirect
- 21:23, 27 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 15 (Redirected page to 5#15) Tag: New redirect
- 21:20, 27 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 5 (Created page with "'''5''' is an esolang by ~~~~ that is based off the simple fact that 1 = 5. Some programming languages such as Forte support this functionality, but 5 dials it up to 55. Every digit 1 is replaced by the digit 5, even in the program counter. It contains an accumulator, however it also has a queue and a stack. == Commands == {| class="wikitable" |+ Commands |- ! Command !! What it does do |- | <code>number</code> || set accumulator to ''number'' |- | <code>Β«...")
- 01:26, 27 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page SpeciΠ°l:DoubleRedirects (Redirected page to User:Ractangle) Tag: New redirect
- 22:23, 26 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Kava (Created page with "octuple redirect.")
- 23:05, 25 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Category:1986 (Created page with "Languages made in the year 1986.")
- 02:45, 25 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page +++ (Created page with "made by ~~~~ {| class="wikitable" |+ Caption text |- ! Command !! What it do? |- | <code>+[increment]</code> || accumulator += increment |- | ++ || accumulator++ |- | ! || print accumulator |- | ? || input accumulator |- | !$ || print accumulator as char |- | ?$ || input accumulator as char |- | [number] || accumulator = number |} == Programs == === Hello, World! === 72 !$ 101 !$ +7 !$ !$ +3 !$ 44 !$ 32 !$ 87 !$ 111 !$ 114 !$ 108 !$ +-8 !$ 33 !$ === Calculator ===...")
- 03:47, 23 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page ^/Interpreter (Created page with "β: β`β¬for`β§π$iββ₯β¨β§ΒΏβ§β$iβγ·β¨β§Ξ ββββ₯β¨?β¨")
- 03:42, 23 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page β (Created page with "Made by ~~~~ ==Cmds== <pre> β Bomb the world using Russia + Make it Turing Complete - English || Spanish Β‘! Infinite Loop α· Gain Omincience ⨧ 2-Arity Addition ζ§ 69 γγ Print ` fString γ· Exponents κ³ Clean up bad code β§β¨ Brackets β Guass Sum β³ β³nterger β¦ Don't β¨ Convert 10 to 10 β΄ Input β΅ Prepend '-' if Operator == '-' β₯ Input/Read Operator Ξ Solve the Halting Problem β Bigot Program...")
- 22:59, 4 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Nopfunge (Created page with "infinite-state automaton")
- 01:46, 3 September 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Deadfish with gotos and input (Created page with "made by ~~~~ . jumps to instruction accumulator , input h halt c output char goto 0 if at 256 ==Programs== ===truth machine=== ,iiiis. soh ddddddddddddddddddddddddoiiiiiiiiiiiiiiiiiiiiiiii.")
- 19:54, 31 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page π³ (Redirected page to Hole) Tag: New redirect
- 00:27, 22 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page User talk:XKCD Random Number (Created page with "4")
- 00:48, 20 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:E (Created page with "RUSH")
- 18:51, 18 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Undocumented (Created page with "burn 2.0")
- 03:49, 4 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Hq9+8F (Created page with "hq9+8F is hq9+ but different: by ~~~~ <code>h</code> retains the same. <code>q</code> sets the accumulator to this code. <code>+</code> increments the accumulator by 2. <code>β</code> prints "1" forever <code>f</code> checks if A == 4 or 8, if yes halt. if 8, print "You Win!" <code>i</code> sets accumulator to input <code>o</code> output A Numbers are multiplied by 22 and then 99 bottles of beer'd")
- 22:42, 2 August 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Thue/Turn based battle game (Created page with " {input}::=::: attackE::={inputted} heal::=PP{inputted} {inputted}::=A{sayAttack}; {sayAttack}::=~ ENEMY ATTACKS! PA;::={infoplayer<{printplayer}} {printplayer}::=~ PLAYER HP: {printenemy}::=~ ENEMY HP: P{infoplayer<}::={infoplayer<{printstar}}P {printstar}::=~* ({infoplayer<}::=({bringer>} {bringer>})::={win} {bringer>}P::=P{bringer>} {bringer>}E::={infoenemy>{printenemy}}E {infoenemy>}E::=E{infoenemy>{printstar}} {infoenemy>})::={check?<}) P{check?<}...")
- 22:50, 29 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Rnadom (Created page with "~~~~ made it ==commands== q: tape head := random(0,9) //also different from the current cell {: if tape head < 1 skip to matching "}" }: tape head decrement; if non-negative skip to matching "{" r: move tape head right ~: print amount of problems as a number l: move tape head left >: get input as a number \: print tape head as roman numeral #: halt all other commands add a problem to the cell 10 problem = death to a cell and if you do anything with it the prog...")
- 20:15, 22 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page LAMBDA Sharp (Redirected page to ππΈππΉπ»πΈβ―) Tag: New redirect
- 23:57, 20 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page ππΈππΉπ»πΈβ― (Created page with "'''ππΈππΉπ»πΈβ―''' is a programming language based off of Lambda Calculus made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. All functions must be named after whole numbers, and functions can have multiple arguments without the need for currying. The <code>β</code> symbol is a generalized function definition. It creates a function for every number. Curly brackets are used in function bodies. Also minus sign is for n...")
- 00:44, 20 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Talk:Metatape (Created page with "cool")
- 21:01, 9 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page MinusGreater (Created page with "{{wrongtitle|title=->}} MinusGreater is a lang made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. its like Thue but in the order you set it to. also <code>::=</code> is now <code> -> </code>. At the end, is the program state, however the first letter is not included. If it is L, the program loops to the start. escape characters (<code>\n</code> for newline, <code>\i</code> for input, <code>\\</code>, for backslash, and <code>\L</cod...")
- 02:47, 9 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Txet (Created page with "'''Txet''' is a programming language that was made by Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff and has 2 forms of memory, a 1d tape where each cell has a one-character name, and an accumulator. Each command is 2 letters long. The first character says what to do and the second says what cell to do it on. == Commands == {| class="wikitable" |+ Commands |- ! Command !! Description |- | + || append accumulator to the end of selected cell |- |...")
- 01:17, 5 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page DO (Created page with "'''DO''' is a programming language that is based off of recursion made by ~~~~")
- 02:04, 2 July 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page 'Python' is not recognized as an internal or external command, operable program or batch file. (Created page with "''' 'Python' is not recognized as an internal or external command, operable program or batch file.''' is made by ~~~~ ===commands=== <code>?</code> prints 'Python' is not recognized as an internal or external command, operable program or batch file. <code>;</code> stops the program because Python doesnt semicolon. <code>%</code> sets this code to the HQ9t module <code>\</code> prints the next character <code>/</code> prints the next character twice <code>@</code> jumps...")
- 18:37, 28 June 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page Empty (Created page with "''The title of this article is not correct because of technical limitations. This esolang's title is completely blank.'' ''' ''' is an esoteric programming language designed by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. == Math == To create numbers, β is used as 0, and then you use operations (+,-,β’,^). Math is followed in left to right. To make a part go first, prefix it with a number. Bigger numbers go first. (The minus sign...")
- 22:52, 27 June 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page MIRROR (Created page with "'''MIRROR''' is a two-dimensional stack-based esoteric programming language made by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. It uses a direction pointer similar to Befunge and each direction is given a number (up = -2, down = 4, left = 0, right = 2). == Commands == All commands are one letter long {| class="wikitable" |+ Commands |- ! Command !! What it do |- | <code>/</code> || swap up and right, and swap left wit...")
- 22:19, 27 June 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page User talk:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff (Created blank page)
- 00:13, 11 June 2024 Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff talk contribs created page User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff (Created page with "My esolangs: Beefydie οΌοΌ₯οΌ΄οΌ‘")