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:59, 27 June 2025 None1 talk contribs created page Brainforever (Created page with "Brainforever is an esolang invented by User:None1. It is bf, but <code>[...]</code> is an infinite loop. ==Examples== ===Infinite loop=== [] ===Print <code>A</code> infinitely=== +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[.]")
- 01:55, 15 June 2025 None1 talk contribs created page MinusIntPlus (Redirected page to MinusOrPlus#MinusIntPlus) Tag: New redirect
- 01:41, 15 June 2025 None1 talk contribs created page MinusOrPlus (Created page with "{{lang|a=User:None1|f=opposite of PlusOrMinus}} ==Commands== {| class="wikitable sortable" ! Commands !! Meaning |- | <code>-</code> || Decrement the accumulator |- | <code>+</code> || Output the Unicode character whose code point is the value of the accumulator, then increment the accumulator |} All other characters are treated as comments. ==MinusIntPlus== '''MinusIntPlus''' is an extension of MinusOrPlus which extends the functionality of the <code>+</code> comm...")
- 05:12, 12 June 2025 None1 talk contribs created page DVector (Created page with "{{lowercase}} '''dVector''' is an OISC invented by User:None1 and inspired by Vector, it uses a 3-dimensional vector. ==Data== As said above, Vector uses a 3D vector called ''A'', it is initially (0,0,0). A vector literal is represented by 3 real numbers separated by spaces. ==Command== ''V2'' ''V3'' ''c'' ''D'' ''B'' and ''D'' are 3D vectors, ''c'' is a real number. The command means: If ''det[A,V2,V3]'' equals to ''c'', then (add ''A'' by ''D'' and jump...")
- 08:49, 6 June 2025 None1 talk contribs created page File:Pocketfuckp xkcd.png
- 08:49, 6 June 2025 None1 talk contribs uploaded File:Pocketfuckp xkcd.png
- 08:48, 6 June 2025 None1 talk contribs created page File:Pocketfuckp nope.png
- 08:48, 6 June 2025 None1 talk contribs uploaded File:Pocketfuckp nope.png
- 08:48, 6 June 2025 None1 talk contribs created page File:Pocketfuckp hello.png
- 08:48, 6 June 2025 None1 talk contribs uploaded File:Pocketfuckp hello.png
- 08:47, 6 June 2025 None1 talk contribs reverted File:Pocketfuckp cat.png to an old version (Reverted to version as of 08:47, 6 June 2025 (UTC))
- 08:47, 6 June 2025 None1 talk contribs uploaded a new version of File:Pocketfuckp cat.png
- 08:47, 6 June 2025 None1 talk contribs created page File:Pocketfuckp cat.png
- 08:47, 6 June 2025 None1 talk contribs uploaded File:Pocketfuckp cat.png
- 02:33, 1 June 2025 None1 talk contribs created page PocketFuck+ (Created page with "PocketFuck is an improved version of PocketFuck by User:None1. Programs in this esolang are small enough to be put in your pocket! ==How to write Programs== To write a program in PocketFuck, first write a program in brainfuck, then convert every instruction into 3 binary bits using the table below. {| class="wikitable" |+ Binary Conversion |- ! Binary Conversion !! brainfuck |- | 000 || + |- | 001 || - |- | 010 || > |- | 011 || < |- | 100 || , |- | 101 ||...")
- 02:21, 1 June 2025 None1 talk contribs created page Record (Created page with "'''Record''' ('''Re'''gex '''co'''ncatenate '''r'''ead '''d'''isplay) is an esolang invented by User:None1. ==Memory== It uses string variables. Reading a non-existent variable results in an empty string. Storing in a non-existent variable creates it. ==String and RegEx== String literals and RegEx style depend on implementation ==Commands== Commands are ''case sensitive''. * <code>RE ''a'' ''r'' ''s'' ''v1'' ''v2'' ...</code> tries to match ''s'' with RegEx literal...")
- 13:58, 17 May 2025 None1 talk contribs created page XVector (Created page with "'''xVector''' is an OISC invented by User:None1 and inspired by Vector, it uses a 3-dimensional vector. Instead of dot product, it uses cross product. ==Data== As said above, Vector uses a 3D vector called ''A'', it is initially (0,0,0). A vector literal is represented by 3 real numbers separated by spaces. ==Command== ''B'' ''C'' ''D'' ''B'',''C'' and ''D'' are 3D vectors. The command means: If ''A''×''B'' equals to ''C'', then (add ''A'' by ''D'' and jum...")
- 01:21, 17 May 2025 None1 talk contribs created page Machine-language (Created page with ":{{Distinguish/Confusion|text=the non-esoteric machine language, which is the language used by the CPU directly.}} '''Machine-language''', as opposed to Anti-machine language, is invented by User:None1. ==Execution== This esolang is the same as brainfuck, except that it must be run on a machine (e.g. a computer). If you attempt to run it outside a machine (e.g.: in your brain or on a piece of paper), it will print "Machine not detected, fail to run" without...")
- 09:52, 7 May 2025 None1 talk contribs created page Persistent brainfuck (Created page with "{{lang|a=User:None1|i=brainfuck}} ==Tape and pointer== It's tape and pointer are like that of brainfuck, but they're persistent. In other words, they can be rolled back to history versions. Each time before a non-rollback command is executed, a new history version is created. They're rolled back together when a rollback command is executed. ==Rollback command== <code>!''a''</code>, where ''a'' is a nonnegative integer, rolls back ''a'' versions. The first version...")
- 09:39, 3 May 2025 None1 talk contribs created page Fungraph (Created page with "'''Fungraph''' is an esolang invented by User:None1. It is Befunge, but the code is not a grid but a graph. ==Graph== The graph in Fungraph has labeled and weighted nodes, which contain commands and node id (1-indexed) formatted like ''nodeid''-''command''. It also contains weighted directed edges, which contain directions (unique integers between 0 and the out-degree of the start node of the edge minus one). ''Every node in the graph must have an out-degree of...")
- 09:36, 16 April 2025 None1 talk contribs created page FooProg (Created page with "'''FooProg''' is a high-level, bytecode-compiled esolang invented by User:None1 in 2023. Like its name, its author doesn't consider it important. In 2023, the compiler, disassembler and IDE written in Python (3.10+) and the bytecode interpreter written in Python and C++ are coded. But the author thought it was a rubbish and decided not to develop it more or put them into the public. In 2025, the author became interested in it again and decided to develop it more....")
- 11:05, 9 April 2025 None1 talk contribs created page Talk:Vector (Created page with "==Translation from Nopfunge Solid== By the time I wrote this article I found a way to translate Nopfunge Solid to it, but I have no time to write it. --~~~~")
- 12:14, 6 April 2025 None1 talk contribs created page Bftree (Created page with "{{lowercase}} '''bftree''' is an esolang invented by User:None1, which uses an unrooted tree instead of a tape. ==Tree== The tree has nodes, which contain a node number and value. The node number is only used for pointer movement. The tree is defined using this syntax, at the start of the program: The first line contains a number, which is the number of nodes (node are numbered from 1 to node number), and the next lines contain two numbers: edges. ==Commands== The...")
- 12:49, 18 March 2025 None1 talk contribs created page RandomText (Created page with "'''RandomText''' is a joke, no-code esolang invented User:None1, it prints random ASCII text by selecting a random integer within [31,127] and stops at 31.")
- 12:48, 28 February 2025 None1 talk contribs created page Vector (Created page with "'''Vector''' is an OISC invented by User:None1, it uses a 3-dimensional vector. ==Data== As said above, Vector uses a 3D vector called ''A'', it is initially (0,0,0). A vector literal is represented by 3 real numbers separated by spaces. ==Command== ''B'' ''c'' ''D'' ''B'' and ''D'' are 3D vectors, ''c'' is a real number. The command means: If ''A''·''B'' equals to ''c'', then (add ''A'' by ''D'' and jump to the start of program). There is an output command,...")
- 02:28, 23 February 2025 None1 talk contribs created page ORS (Created page with "'''ORS''' (Objects R Succinct), designed by User:None1 in 2025, is an object-oriented language that has a very succinct syntax, like most other esoteric programming languages. ==Examples== ===Hello, world!=== p: sc Writer; Writer.write("Hello, world!"); ===Cat=== o mouse; f mouse.be_eaten(); wo status; sc voice; in input; f mouse.be_eaten(): wo squeaky sound; in.rO squeaky sound; i.do()?status="eaten"; voice.w(sque...")
- 02:14, 9 February 2025 None1 talk contribs moved page TM to TM (I am islptng) (There are 2 languages named TM now)
- 04:32, 3 February 2025 None1 talk contribs created page GeoFuck (Created page with "{{lang|a=User:None1|i=PoeticFuck}} What a program does only depends on where you are and the length of the program. ==Translation== GeoFuck first takes your exact latitude and longitude as a pair of real numbers (north and east are positive, south and west are negative). For example, 12.34°N 56.78°W becomes (12.34,-56.78). Then add 90 to the latitude and divide by 180. For example, 12.34 becomes 0.5685555555555556 (there are an infinite number of digits that are...")
- 05:04, 1 February 2025 None1 talk contribs created page NB (Created page with "NB is an esolang invented by User:None1, that uses only 2 non-whitespace characters: N and B. It is case-insensitive. ==Syntax== ===Number constant=== NB uses unary for number constants, but instead of zeros or ones, NB is used: NBNBNBNBNB represents 5 ===Output=== N <value> ASCII character output. NBN <value> Integer output. ===Variable=== Variables must have only N's and B's, too. Variables must start with NN: NNNBNBN and NN are valid, but: BBNBBN is not. =...")
- 11:06, 30 January 2025 None1 talk contribs created page SeedFuck (Created page with "'''SeedFuck''' is an esolang invented by User:None1, it is seed but for brainfuck. Programs are like this: <length> <seed> ==Random Generator== SeedFuck uses Python 3.11's random generator, it generates numbers from 0-8 and translates the numbers into brainfuck code. For more information, see implementation. ==Interpreter in Python== <pre> from random import * k,l=input().split() k,l=int(k),int(l) seed(l) for i in range(k): print('+-,.[]><'[randint(0,7...")
- 03:10, 19 January 2025 None1 talk contribs created page Obfunge (Created page with "'''Obfunge''' is a Befunge-93 derivative invented by User:None1, it is Befunge-93 but obfuscated. ==Instructions== Befunge-93 has the following commands: {| class="wikitable" !Cmd !Description |- |<code>!</code> |Addition: Pop two values a and b, then push the result of a+b |- |<code>"</code> |Subtraction: Pop two values a and b, then push the result of b-a |- |<code>#</code> |Multiplication: Pop two values a and b, then push the result of a*b |- |<code>$</code...")
- 06:49, 17 January 2025 None1 talk contribs created page 彳亍 (Created page with "彳亍 is an esolang invented by User:None1 that uses Chinese characters, what a Chinese character does depends on the radical of it. It has a stack that stores unbounded signed integers ==Commands== {| class="wikitable" ! Radical !! Meaning !! Example of Chinese characters |- | ⺅ || Increment stack top || 你 他 |- | 口 || Decrement stack top || 吃 吵 |- | 彳 || Swap top stack values || 行 衡 |- | ⺨ || Output stack top as Unicode character || 猫 猪 |-...")
- 12:29, 14 January 2025 None1 talk contribs created page Beunfunge (Created page with "'''Beunfunge''' is an esolang invented by User:None1. It is Befunge, but there's no self modifying. ==Examples== Many examples in Befunge work in Beunfunge too, but some do not. Category:Two-dimensional languages Category:Languages Category:2025")
- 12:50, 8 January 2025 None1 talk contribs created page Whole (Created page with "'''Whole''' is an esolang invented by User:None1. It is a version of 🕳️ that uses English letters. ==Commands== <pre> Whole 🕳️ Corresponding word _______________________________ h 🕳️ hole q ❓ question e ❗ exclamation w ⚠️ warning </pre> ==Examples== ===Cat=== {h} ===Hello World=== q*Hello World!*")
- 10:15, 6 January 2025 None1 talk contribs created page Void (Created page with "'''Void''' is User:None1's first esolang (that isn't a dialect of an old esolang) invented in 2025. ==Types== This esolang is an untyped one as it has only 1 type: '''void'''. Unlike the type with the same name in most practical languages, this type can not only store empty value but also store a lambda function. We'll use '''none''' to represent a void type that contains no value in the rest of the article. ==Features== ==Code== Commands are separated by semicolons,...")
- 14:39, 24 December 2024 None1 talk contribs created page File talk:HelloWorldByRFPeit.png (Created page with "Do you mean Piet? --~~~~")
- 13:12, 24 December 2024 None1 talk contribs created page GS (Created page with "'''GS''' is an esolang invented by User:None1, it is C#, but changed to be suitable for golfing. ==Features== ===using=== All the namespaces are automatically <code>using</code>-ed, so you don't have to do that explicitly, if two namespaces have the same identifiers, the one in the lexicographically smaller namespace is chosen. ===if statements=== In normal C#, if statements doesn't support types other than boolean, but in GS, other types are automatically converted...")
- 13:23, 23 December 2024 None1 talk contribs created page Talk:Delete this page (Created page with "For unknown reasons, displaytitle doesn't work if the new title is not equivalent to the old one. --~~~~")
- 14:29, 17 December 2024 None1 talk contribs created page License plate language (Created page with "{{WIP}} '''License plate language''' is an esolang invented by User:None1. Programs are concatenations of first 2 characters in Chinese (inland) license plates. ==Commands== They are like this: ''command'' ''argument'' The command is a Chinese character, which is one of the 31 characters used for license plates. The argument is an uppercase letter.")
- 10:52, 16 December 2024 None1 talk contribs created page Talk:Poetic (Mihai Popa) (Created page with "==Ambiguity== An 11-letter word can be interpreted as both 1 1 and 11. --~~~~")
- 01:56, 14 December 2024 None1 talk contribs uploaded a new version of File:Ifunge 99.png
- 01:45, 14 December 2024 None1 talk contribs uploaded a new version of File:Ifunge 99.png (new 99 bottles of beer)
- 08:09, 11 December 2024 None1 talk contribs created page BINRATNOACFSFOOPCTSOTNOIAPWIVTTPICATA (Redirected page to Brainfuck is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.) Tag: New redirect
- 08:09, 11 December 2024 None1 talk contribs created page Brainfuck is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. (Created page with "'''Brainfuck is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.''' (name should always be capitalized) or '''BINRATNOACFSFOOPCTSOTNOIAPWIVTTPICATA''' is an esolang invented by User:None1. It is TheLang but instead of <code>the</code>'s, you write <code>is not recognized as the name of a cmdlet, function, script file, or ope...")
- 07:47, 11 December 2024 None1 talk contribs created page Computable (Created page with "{{stub}} '''Computable''' languages are languages that can be simulated by Turing machines. ==Examples of uncomputable languages== * Some languages that are able to solve the halting problem are uncomputable, like ^ and Oracle. * Ambiguous languages are uncomputable, like Brain:D. * Many joke languages are uncomputable because they have crazy commands, like Ifthen and User talk:/w/wiki/index.php/Talk:index.php/Main page. ==See also== * :Category...")
- 07:47, 11 December 2024 None1 talk contribs created page The craziest esolang (Redirected page to User talk:/w/wiki/index.php/Talk:index.php/Main page) Tag: New redirect
- 13:13, 10 December 2024 None1 talk contribs created page 诗 (Created page with "'''诗''' is an esolang invented by User:None1, it is based on Poetic. Programs in this esolang are like abstract Chinese poetry. ==Overview== The sole form of data storage in Poetic is the unsigned byte (i.e. an integer in the range 0-255). 诗 has a "tape" of 30,000 of these unsigned bytes, and a memory pointer to keep track of which value is currently being accessed. Source code for 诗 is entered in the form of lines. Words are considered to consist of any...")
- 06:01, 10 December 2024 None1 talk contribs created page Reversed (Created page with "'''Reversed''' is an esolang invented by User:None1. It doesn't have jumps, but its control flow can be reversed. ==Commands== It has these commands: R: reverse control flow direction other characters: print the character If the instruction pointer goes to the left of the first character, it moves to the last character, but not vice versa. ==Examples== ===Hello, World!=== Hello, World! ===Quine=== quine ===Print 123321=== 123R ===Interpreter in [[Python]...")
- 14:21, 3 December 2024 None1 talk contribs created page Peste mort+ (Redirected page to Pește mort+) Tag: New redirect
- 14:07, 3 December 2024 None1 talk contribs created page Pește mort+ (Created page with "'''Pește mort+''' (Romanian for Dead fish) is an esolang invented by User:None1. It is a deadfish derivative and an extension Pește mort. It can print ASCII characters. ==Commands== {| class="wikitable" |- ! Command !! Corresponding Romanian word !! Meaning |- | c || creștere (increase) || Increment the accumulator |- | s || scădere (decrease) || Decrement the accumulator |- | p || pătrat (square) || Square the accumulator |- | i || ieșire (output) ||...")