New pages
Jump to navigation
Jump to search
- 09:27, 21 December 2024 Empty list-print (hist | edit) [307 bytes] Ractangle (talk | contribs) (Created page with "'''[]-print''' is self explanatory. You just print an empty list. However, you're required to make the shortest code to print an empty list and also creating the variable with the empty list A pesudocode if you didn't understand: print m(emptylist [])") originally created as "Short-print"
- 07:46, 21 December 2024 Onechar (hist | edit) [2,089 bytes] Cycwin (talk | contribs) (Created page with "I will edit it after some time and there's the interpreter below... <pre>code=5 values=[code] k=2 q=0,1 while code//k>1: values.append(code//k) code=code//k k+=1 if k==2 else 2 pointer=0 while pointer<len(values): j=pointer i=values[j] ttype=0 ttype=i%3 if q[-1][1]==2: values[j+1 if j<len(values)-1 else 0]+=q[-1][0] tnext=i%4 in (0,2) if tnext: if i%5==0: pointer-=2 if pointer>1 else pointer...")
- 14:14, 20 December 2024 Directions (hist | edit) [682 bytes] ZCX islptng (talk | contribs) (Created page with "Directions is a deque-based 2D esolang. The PC moves in various directions on tiles(<code>#</code>). If it turns, nothing happens. If it didn't, an instruction will be executed. The tile which the PC comes from will be ignored. Priority: 5 4 3 4 5 4 2 1 2 4 3 1 1 3 4 2 1 2 4 5 4 3 4 5 If there is a # on the position marked 1, it will ignore those on 2345. If not, try on 2. If there are multiple tiles of the same priority, The direction depends on the box....")
- 23:50, 18 December 2024 Brainstack(islptng) (hist | edit) [1,215 bytes] ZCX islptng (talk | contribs) (Created page with "{{lowercase}} Brainstack is not a brainfuck derivative, but a completely new language. Instead of cells, we operate on stacks. The pointer itself has also got a box.<br> Elements can be any integer, unbounded. The stack tape is unbounded, too. ==Commands== {|class=wikitable ! Command !! Meaning |- | <code>></code> || Pointer move right |- | <code><</code> || Pointer move left |- | <code>(123)</code> || Set the box to that number |- | <code>_</code> || Push the box...")
- 00:39, 18 December 2024 诗(islptng) (hist | edit) [4,997 bytes] ZCX islptng (talk | contribs) (Created page with "There are already two esolangs with this name, but THEY ARE ALL BF DERIVATIVES! I want to make a difference! {{wip}} This esolang, created by islptng, is a bit different from BF.<br> The pointer takes a box with it. Items are unbounded.<br> We're operating on a tape of stacks, not cells that can store only 1 value! <br> The box initializes as 0, and the stacks are empty. ==Minimal form== {|class=wikitable ! Command !! Meaning |- | <code>></code> |...")
- 20:54, 17 December 2024 Convalescent (hist | edit) [3,244 bytes] Keymaker (talk | contribs) (2nd of my 2 languages this year... A two-character, two-instruction language powered by prime factors.)
- 20:24, 17 December 2024 Afterstar (hist | edit) [3,022 bytes] Keymaker (talk | contribs) (1st of my 2 languages this year. A minimal division/multiplication language.)
- 14:29, 17 December 2024 License plate language (hist | edit) [1,431 bytes] None1 (talk | contribs) (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.")
- 08:33, 17 December 2024 Parigot numeral (hist | edit) [1,937 bytes] Jan jelo (talk | contribs) (Created page with "A '''Parigot numeral''' is a natural number encoded into Lambda calculus. It is related to primitive recursion. In the parigot numeral,there are <pre> 0 g h = h (succ n) g h = g n (n g h) </pre> and let <code>R(g,h)</code> be a primitive recursive function with one parameter,then <pre> R(g,h)(0) = h() R(g,h)(S(xn)) = g(xn,(R(g,h)(xn))) </pre> It can be observed that <code>R</code> is equivalent to <code>λg.λh.λn.n g h</code> in parigot numeral. == Examples == numb...")
- 13:54, 15 December 2024 Yappacino (hist | edit) [12,440 bytes] RaiseAfloppaFan3925 (talk | contribs) (Made page, took a day with 60% of the time spent being lazy)
- 05:27, 15 December 2024 Halting problem (language) (hist | edit) [377 bytes] ZCX islptng (talk | contribs) (Created page with "Halting problem is a language designed by islptng. ==Commands== (code)loop| while code halts, execute loop. <name> executes function called name. <name:value> defines a function. + accept (Halt) - reject (Halt) ==Computation class== If this language is turing-complete, it will be uncomputable, which self-contradicts. <br> Therefore, this language is never turing-complete.")
- 04:11, 15 December 2024 AH'TALIQUAE ENGLISH/News (hist | edit) [609 bytes] PrySigneToFry (talk | contribs) (Created page with "{{Back|AH'TALIQUAE ENGLISH}} = Major update! Major update! = At now time, AH'TALIQUAE ENGLISH supports to control the operating system and network. You can see AH'TALIQUAE ENGLISH/Extension for more detail! == SYSTEM Library == This standard library implements a series of commands to manipulate the operating system, such as executing batch and DOS commands in the terminal of the operating system, or obtaining the name of the current operating system. == NETWORK Li...")
- 01:58, 15 December 2024 TuringLang (hist | edit) [3,110 bytes] AGO061 (talk | contribs) (Added TuringLang wiki with concepts, commands, interpreters and notes)
- 01:18, 15 December 2024 诗(PSTF) (hist | edit) [3,170 bytes] PrySigneToFry (talk | contribs) (Created page with "There is also an Esolang called 诗, but I'm trying to make Poetic (Mihai Popa) as Chinese -------- 诗 is another Esolang with same name of None1's 诗, and it is designed by PSTF. == Language overview == Every line is a command, and punctuations are ignored. * If a line is less than 10 characters long, the value is that single digit. * If a line is 10 characters long, the value is 0. * If a line is more than 10 characters long, the value is that digits rep...")
- 18:00, 14 December 2024 Mutual Modification Machine (hist | edit) [1,058 bytes] RacistCat (talk | contribs) (Created page with "Mutual Modification Machine is a Brainfuck derivative where program and memory can switch roles, and this switching serves as the main mechanism for control flow. = Instructions = Mutual Modification Machine borrows all of Brainfuck's instruction except for looping instructions which are replaced by the "#" instruction. In Mutual Modification Machine, the program is a circular tape and the memory tape is an unbounded one, initially. If we encouter a "#" instruction an...")
- 15:53, 14 December 2024 16x16 RGB2 panel (hist | edit) [1,080 bytes] Tommyaweosme (talk | contribs) (Created page with "16x16 RGB2 panel is a non-turing compete language based on build logic. == commands == === mode changing === set position mode increment mode === set position mode === + increase value } increase color - decrease value { decrease color > brainfuck > < brainfuck < [ brainfuck [ with value ] brainfuck ] with value ( brainfuck ( with color ) brainfuck ) with color , brainfuck , with value ; brainfuck , wih color === increment mode === + +> } }> - -> { {>...")
- 09:24, 14 December 2024 Outinp (hist | edit) [1,320 bytes] Win7HE (talk | contribs) (Created page with "Outinp is an esolang created by User:Win7HE, not made for code golfing and probably turing complete. ==Commands== Any # can be replaced by a diffrent character. Any $ can be a comment, or empty. out##### - outputs the #'s. inp##### - asks you for 5 character input with reason that is the #. oui$$$$$ - outputs input emp$$$$$ - a newline (new empty scratch list item) 1in##### - increases variable 1 by #####. (if negative number decreases variable) 2in##### - in...")
- 09:22, 14 December 2024 Brainrot (Yayimhere) (hist | edit) [1,361 bytes] Xff (talk | contribs) (Created page with "'''brainrot''' is an esolang based on the evolution of television and the crisis of "OMG gen Z is doomed" when thye had the same with every other fricking gen, so basically its just saying "gen z not doomed lol". a, b and c are strings, with all of them being valid in the BRATACER(BRAinrot Television And Content Evolution Representation) which is an syntax for string manipulation(explained later) == BRATACER(/bɹɑːtɛsɜːɹ/) BRATACER is a syntax for repeating a chan...")
- 07:41, 14 December 2024 Mobius brainfuck (hist | edit) [540 bytes] L4.m2 (talk | contribs) (Created page with "Mobius brainfuck is like brainfuck with finite unbounded cells. After one circle every number turns into its opposite. This allows to use only increment to decrease without wrap. ==Instructions== {| class="wikitable" |+ Caption text |- ! Char !! Equivalent C |- | + || arr[ptr]++; |- | > || arr[ptr++]*=-1;ptr%=N; |- | [ || while(1){ |- | ] || } |} IO can be added if necessary. ==Turing complete== Should be TC for large enough N but I don't know how large need N be....")
- 03:11, 14 December 2024 Albuquerque challenge/exampled to itself (hist | edit) [8,237 bytes] Tommyaweosme (talk | contribs) (Created page with "the albuquerque challenge is a programming challenge is a programming challenge by user:tommyaweosme after getting 3-4 hours into a programming challenge by user:tommyaweosme after getting 3-4 hours into a 17-hour video called "albuquerque but every time a 17-hour video called "albuquerque but every time a word repeats it loops (normal speed)". ==goal== the albuquerque challenge is a programming challenge by user:tommyaweosme after getting 3-4 hours into a 17...")
- 23:17, 13 December 2024 The Genetic Computer (hist | edit) [4,199 bytes] Theonetruenerd (talk | contribs) (Language Created)
- 21:03, 13 December 2024 BrainXXXXXXXXXXx (hist | edit) [3,381 bytes] 5anz (talk | contribs) (Created page with "brainXXXXXXXXXXx is a family of Esolangs inspired by BrainfXX, to be exact, this is 18,446,744,073,709,551,616 different Esolangs. I'm User:5anz, and these are my 4th, 5th, 6th, ... and 18,446,744,073,709,551,619th Esolangs I've made. Fine, we'll just say 4th. == What does the name mean? == === Convert to bits === To find the meaning of a brainXXXXXXXXXXx Esolang name, you must first convert all the letters from the Xs according to this table (left goes first,...")
- 18:06, 13 December 2024 Brainrot (Theothetruenerd) (hist | edit) [2,516 bytes] Theonetruenerd (talk | contribs) (Created page with "Ever wanted to use your brainrot and slang to code? No? Well now you can anyway. Inspired by many screenshots that went around various social media sites. == Overview == The syntax of brainrot is relatively simple, the only real quirks (besides the horrid brainrot code) are that some statements require semicolons, and some don't. It is currently a WIP and hasn't been bootstrapped yet. {| class="wikitable" !Keyword !Meaning |- |highkey |Declare a variable with type |-...") originally created as "Brainrot"
- 15:46, 13 December 2024 GotoLang (hist | edit) [715 bytes] ZCX islptng (talk | contribs) (Created page with "This is an esolang created by islptng. In this esolang, the only command is Goto(with a few add-ons). == Syntax == Only one command: label:goto Self-explanatory. However, general "match" (just "add-ons") is supported. It can match any integer in <code>[]</code>.<br> In the following example, <code>foo[2]bar[6]baz</code> will go to <code>foo[16]bar[1]baz</code>. <br> The priority is at the bottom, so <code>foo[11]bar[11]baz</code> will go to <code>exit</code>, instead...")
- 12:06, 13 December 2024 勿忘国耻 (hist | edit) [4,989 bytes] PrySigneToFry (talk | contribs) (Created page with "'''勿忘国耻''' is an Esolang(semi-serious and quarter-joking and quarter-memorial) designed by PSTF( maybe with ISLPTNG). == Syntax == It is simply edited from Nine-hundred-eleven. === Command === <pre> 勿忘国耻! Brainfuck > 振兴中华! Brainfuck < 忘不了那个冬日,忘不了三十万同胞! Brainfuck + 祖宗疆土...")
- 13:19, 12 December 2024 Scott numeral (hist | edit) [2,669 bytes] Jan jelo (talk | contribs) (Created page with "'''Scott numeral'''(Mogensen-Scott encoding) is a representation of natural number in Lambda calculus numbers <pre> 0 = λs.λz.z 1 = λs.λz.s 0 = λs.λz.s (λs.λz.z) 2 = λs.λz.s 1 = λs.λz.s (λs.λz.s (λs.λz.z)) </pre> successor function and precedence function <pre> succ = λn.λs.λz.s n pred = λn.n (λx.x) 0 </pre> === Arithmetic === First,we need a fixed point combinator <pre> fix = (λx.x x)(λf.λx.x(f f x)) </pre> additive function <pre> add = fix...")
- 07:35, 12 December 2024 Recs (hist | edit) [11,480 bytes] Jan jelo (talk | contribs) (Created page with "'''recs''is a esolang created by User: Jan jelo.The whole program is a expression,interpreter evaluate it and print the result. It combines partial recursive function and lambda calculus,and also some extensions. === Expression === A expression can be <code><variable></code> <code><natural number></code> <code><function></code> <code>(list <expression> <expression>...)</code> <code>(<function> <expression> <expression>...)</code> <code>(let <name> <expression>....")
- 19:27, 11 December 2024 I Refuse (hist | edit) [731 bytes] Hexahedron1 (talk | contribs) (Created page with "I Refuse is an esoteric programming language made by User:Hexahedron1 that refuses to output what you wait it to and instead outputs anything but whatever you want it to. To write a program in the language, simply enter its ''intended'' output: <pre>Hello, World!</pre> But the language will output <pre>(>8@5<^5pdlzp</pre> The output uses the program as its seed. It is theoretically possible to output the thing you need, but you would need to find the correct seed...")
- 16:43, 11 December 2024 Bifus (hist | edit) [1,668 bytes] Hexahedron1 (talk | contribs) (the whole page)
- 08:09, 11 December 2024 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. (hist | edit) [1,274 bytes] None1 (talk | contribs) (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:51, 11 December 2024 TheLang (hist | edit) [3,241 bytes] Tema5002 (talk | contribs) (page created)
- 07:47, 11 December 2024 Computable (hist | edit) [512 bytes] None1 (talk | contribs) (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...")
- 06:14, 11 December 2024 Def run(t): (hist | edit) [1,686 bytes] Jan jelo (talk | contribs) (Created page with "'''def run(t):''' is a esolang created by User: Jan jelo,it's a esoteric subset of Python. === Characters === There are only 9 characters in '''def run(t):''' <code>d</code><code>e</code><code>f</code><code>r</code><code>u</code><code>n</code><code>t</code><code>(</code><code>)</code><code>:</code><code> </code><code>\n</code> This allows to define function and return a value. === Turing Completeness === in '''def run(t)''',the recursive depth limit has been removed,...")
- 18:15, 10 December 2024 Queue-based esolang (hist | edit) [983 bytes] Emelang (talk | contribs) (Created page with ""queue-based esolang" is, well, a queue-based esolang. It's also [User:Emelang|emelchenko]'s first time in a while writing an interpreter for one of his esolangs. == Commands == <pre>p</pre>: pushes the character after it onto the queue. <pre>q</pre>: pops the first item on the queue and discards it. <pre>Q</pre>: pops the first item on the queue and outputs it. == Interpreters == Online interpreter: https://queue-based-esolang-interpreter.glitch.me/")
- 13:13, 10 December 2024 诗 (hist | edit) [3,889 bytes] None1 (talk | contribs) (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...")
- 12:18, 10 December 2024 TapeFuck (hist | edit) [978 bytes] TeslaX93 (talk | contribs) (Created page with "TapeFuck is another Brainfuck derivative. Instead of the classic eight commands, TapeFuck has only seven. TapeFuck operates on two tapes: one is the classic Brainfuck tape containing 30,000 positions initially filled with zeros and is arranged on a horizontal axis. The other tape consists of eight Brainfuck positions and is arranged on a vertical axis. TapeFuck programming involves moving the two tapes (a command tape and a data tape) accordingly and then validating the...")
- 06:01, 10 December 2024 Reversed (hist | edit) [715 bytes] None1 (talk | contribs) (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]...")
- 07:36, 9 December 2024 InterWOEven (hist | edit) [1,578 bytes] RacistCat (talk | contribs) (Created page with "InterWOEven is an esoteric programming language designed to have a really unique execution style and really difficult to use. Programs in InterWOEven are, as the name suggests, just woven parentheses and brackets. = Syntax = The program is converted to a graph. Matching parentheses/brackets correspond to a node and how these matchings wove dicates what type of connections (if there are any) exist between these nodes. In this example: '{(})' the two nodes partially cont...")
- 17:55, 8 December 2024 ↓110010000100110110010 (hist | edit) [1,614 bytes] Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff (talk | contribs) (Created page with "'''↓110010000100110110010''' is an esolang by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. == Execution == A ↓110010000100110110010 program is represented as a series of binary digits that represents the initial stack. Each step an instruction is popped off of the stack and executed. The program halts when the stack is empty when trying to pop a value off of the stack for an instruction. If this happens the program prints an "H" {|...")
- 17:01, 8 December 2024 Snakel/Syntax (hist | edit) [3,251 bytes] Ractangle (talk | contribs) (Created page with "Every program starts with a definition, to actually define a function, you can do this: {{Snakel|code={{h}}1: <font color="#ff0099">def ''name''</font>[arguments]; <font color="#00AA00">!Used for argumented functions</font><br> {{h}}2: {{H}}{{H}}{{H}}{{H}}<font color="#ff0099">ignore</font> <font color="#00AA00">!"ignore" will go to the end of the function</font><br> {{h}}3: <font color="#ff0099">def ''name''</font>:none; <font color="#00AA00">!Used for argumentless func...")
- 07:32, 8 December 2024 Bussin X (hist | edit) [8,674 bytes] RaiseAfloppaFan3925 (talk | contribs) (Created page with "{{Template:Stub}} Bussin and Bussin X are both programming languages made by FaceDev/<code>face-hh</code>. Bussin is a normal programming language and Bussin X is an esoteric weirdlang. {{infobox proglang | name=Bussin, Bussin X | paradigms=imperative, procedural, declarative | author=[https://github.com/face-hh FaceDev] | year=2023 | typesys=dynamic, gradual, weak (types do literally nothing) | memsys=variable-based | class=:Category:Turing comple...")
- 23:12, 7 December 2024 Execline (hist | edit) [1,520 bytes] Corbin (talk | contribs) (Stub. Thinking about how to fill this out.)
- 23:07, 7 December 2024 Dotsscript (hist | edit) [3,902 bytes] NeriyaCo (talk | contribs) (Created page with "DotsScript is a JavaScript interpreter that makes your JavaScript code much simpler by making the whole code using 2 characters only, the <code>.</code> and the <code>ᱹ</code> character. == Installation == The interpreter is available through npm and yarn under the name <code>dotsscript</code> npm i -g dotsscript Or yarn global add dotsscript == Usage == You can use DotsScript by importing the library in your JavaScript file: import 'dotsscript'; // Your...")
- 19:04, 7 December 2024 BITE/Quines (hist | edit) [271 bytes] Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff (talk | contribs) (Created page with "<pre> \x00 \x01 \x02 \x03 \x04 \x05 \x06 \x07 \x08 \t \n \x0b \x0c \r \x0e \x0f \x10 \x11 \x12 \x13 \x14 \x15 \x16 \x17 \x18 \x19 \x1a \x1b \x1c \x1d \x1e \x1f ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T </pre>")
- 14:35, 7 December 2024 Print("Hello, World!") (hist | edit) [1,503 bytes] 5anz (talk | contribs) (Created page with "A print("Hello, World!") program prints something that would print a Hello, World! program, for example, in Python, it would be <code>print("print(\"Hello, World!\")")</code>. You ''could'' take it a step further and do <code>print("print(\"print(\\"Hello, World!\\")\")")</code>, but that would be a print("print(\"Hello, World!\")") program. Note that this changes from programming language to programming language, so the JavaScript print("Hello, World!") program woul...")
- 11:00, 7 December 2024 Wasaya/Error (hist | edit) [643 bytes] PrySigneToFry (talk | contribs) (Created page with "{{Back|Wasaya}} Here shows the Error code and what it means. {| class="wikitable" |+ Error |- ! Code !! Mean |- | 0 || Exited the program normally. |- | 1 || Grammatical errors. |- | -1 || The program is manually terminated by the user. |- | 2 || Math errors. |- | 3 || Failed to find the standard library that this program was hoping to introduce. |- | 5 || You can't assign a value to a keyword. |- | 6 || An error occurred while converting the type. |- | 8 || There is a...")
- 05:10, 7 December 2024 (0123456789! (hist | edit) [3,586 bytes] Imakesi (talk | contribs) (Created page with "# (0123456789!?.) Welcome to '''(0123456789!?.)''', the language I made because I was bored. ### Commands Every character in the title is a command in the language, and it can basically do anything because it has get requests. {| class="wikitable" |+ Commands |- ! Command !! Function |- | 0 || Sets cursor position to 0. |- | 1 || Increments cursor position. |- | 2 || Decrement cursor position. |- | 3 || Increments where the cursor is pointing. |- | 4 || Increases wh...")
- 03:44, 7 December 2024 Instructructinstructistructististuctistuctistuctuctistuctistuctisuctisuructistuctisurctisurctisurctisurcticticiciticitsurcticitststurcticitstucitstucrcticitstucritstucritucrit (hist | edit) [1,573 bytes] Tommyaweosme (talk | contribs) (Created page with "{{lowercase}}instructructinstructistructististuctistuctistuctuctistuctistuctisuctisuructistuctisurctisurctisurctisurcticticiciticitsurcticitststurcticitstucitstucrcticitstucritstucritucrit (or instructuquerque if your a NOOB and cant pronounce instructructinstructistructististuctistuctistuctuctistuctistuctisuctisuructistuctisurctisurctisurctisurcticticiciticitsurcticitststurcticitstucitstucrcticitstucritstucritucrit) is a derivation of instructistuctisurcticitstucrit...")
- 03:23, 7 December 2024 Albuquerque challenge (hist | edit) [1,911 bytes] Tommyaweosme (talk | contribs) (Created page with "the albuquerque challenge is a programming challenge by user:tommyaweosme after getting 3-4 hours into a 17-hour video called "albuquerque but every time a word repeats it loops (normal speed)". ==goal== the goal of this challenge is to make a program that takes an input from the user, and then outputs a string of text that is the input from the user, except every time a word is repeated it loops back to its previous usage. as an example, i am awesome person. am i...")
- 00:45, 7 December 2024 6 trits, 243 trytes (hist | edit) [2,455 bytes] ZCX islptng (talk | contribs) (Created page with "This is an esolang created by islptng. Unlike most of "x bits, y bytes", this esolang is serious. Note: 1 tryte is 6 trits. ==Syntax== This language uses the balanced ternary. The syntax is like a high-level language, because it has "if", "while", "break", etc. However, it has only a limited memory of 1,458 trits, while program is stored in the memory. {{class=wikitable !Balanced ternary!Character notation!Meaning }}")