We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
27 June 2026
| 09:46 | User creation log User account NN talk contribs was created | ||||
| m 07:32 | Anti-Plushie language DIY diffhist +1 None1 talk contribs (→Implemntation?) | ||||
|
|
07:32 | User talk:None1 2 changes history +471 [None1 (2×)] | |||
|
|
07:32 (cur | prev) −3 None1 talk contribs | ||||
|
|
07:31 (cur | prev) +474 None1 talk contribs (→Regarding your user page,: Response) | ||||
| m 06:56 | Bussin X diffhist +503 RaiseAfloppaFan3925 talk contribs | ||||
| 05:52 | S^A machine diffhist +4,297 PrySigneToFry talk contribs | ||||
|
|
N 05:48 | 扌宀 machine 4 changes history +7,812 [PrySigneToFry (4×)] | |||
|
|
05:48 (cur | prev) +6,246 PrySigneToFry talk contribs | ||||
|
|
05:42 (cur | prev) +121 PrySigneToFry talk contribs (→Definition) | ||||
| m |
|
05:36 (cur | prev) 0 PrySigneToFry talk contribs | |||
| N |
|
03:12 (cur | prev) +1,445 PrySigneToFry talk contribs (Created page with "扌宀 machine is designed by PSTF. == Definition == 扌宀 machine is a variant of S^A machine. A 扌宀 machine consists of an infinite tape and the following 8 operations. # Increase the value of current cell(hereinafter referred as N) by a where a is a constant # Decrease the value of X by 1 if X>0 else do nothing # Swap the values of cell #x and cell #y # Move to cell #x # If N is 0, jump to line x, where x is a constant # Transfer the value of N to the scree...") | |||
| N 05:20 | Talk:King In Yellow diffhist +98 Win7HE talk contribs (Created page with "king in ultramarine --~~~~") | ||||
| 04:13 | King In Yellow diffhist +473 Yayimhere2(school) talk contribs (→Commands) | ||||
26 June 2026
| 23:09 | Brafunge diffhist +636 Kaveh Yousefi talk contribs (Introduced a twissel of further examples, supplemented several page category tags and added a hyperlink to my interpreter implementation.) | ||||
|
|
N 22:53 | Alexandrion 3 changes history +3,052 [Miui (3×)] | |||
|
|
22:53 (cur | prev) +108 Miui talk contribs (→Functions) | ||||
|
|
22:49 (cur | prev) +2,563 Miui talk contribs | ||||
| N |
|
22:32 (cur | prev) +381 Miui talk contribs (Created page with "Alexandrion is a esoteric programming language with two functions, (Streetsweeper) and (Ordinator) = Functions = Alexandrion() == Streetsweeper == F(f1)<code>Alexandrion(Streetsweeper)</code> == Ordinator == F(f2)<code>Alexandrion(Ordinator)</code> =See also= Kontakion-machine Category: LanguagesCategory: 2026") | |||
| N 22:49 | Alexandrion/Kontakion-machine diffhist +7,145 Miui talk contribs (rebase) | ||||
|
|
22:45 | User:Miui 5 changes history +100 [Miui (5×)] | |||
|
|
22:45 (cur | prev) −64 Miui talk contribs (→Heptavintimal: rebasing) | ||||
|
|
20:48 (cur | prev) +29 Miui talk contribs (→Heptavintimal) | ||||
|
|
16:59 (cur | prev) +26 Miui talk contribs (→Data structures and concepts) | ||||
|
|
16:57 (cur | prev) +1 Miui talk contribs (→Heptavintimal) | ||||
|
|
16:55 (cur | prev) +108 Miui talk contribs (→Crystal-complete) | ||||
|
|
22:40 | Radix-1 contraction 3 changes history −35 [Miui (3×)] | |||
|
|
22:40 (cur | prev) −58 Miui talk contribs (rebase) | ||||
|
|
18:53 (cur | prev) +1 Miui talk contribs (→See also: K) | ||||
|
|
18:53 (cur | prev) +22 Miui talk contribs (→See also: link Kontakion) | ||||
|
|
22:39 | Kontakion-machine 2 changes history +139 [Miui (2×)] | |||
|
|
22:39 (cur | prev) 0 Miui talk contribs (→machine: rebase) | ||||
|
|
20:40 (cur | prev) +139 Miui talk contribs | ||||
| N 22:37 | Alexandrion/Ordinator diffhist +4,686 Miui talk contribs (Created page with "An ''Alexandrian Ordinator'' is a machine which takes a string as input and returns its Alexandrian ordinance. = machine = <pre> import math # ----------------------------- # S-FUNCTION # ----------------------------- def S_orig(c): i = ord(c) - 65 if i < 1: return (i, i+1) return (1, 9999) # ----------------------------- # INTERVAL REFINEMENT # ----------------------------- def refine(word, radix): lo, hi = 0.0, float(radix) for c in word:...") | ||||
|
|
22:36 | Alexandrian Ordinator 3 changes history −4,816 [Miui (3×)] | |||
|
|
22:36 (cur | prev) −4,875 Miui talk contribs (Replaced content with "#REDIRECT Alexandrion#Ordinator") Tag: Replaced | ||||
|
|
22:34 (cur | prev) +36 Miui talk contribs (Redirected page to Alexandrion#Ordinator) Tag: New redirect | ||||
|
|
18:52 (cur | prev) +23 Miui talk contribs (→See also: link Kontakion) | ||||
| N 22:36 | Alexandrion/Streetsweeper diffhist +2,125 Miui talk contribs (Created page with "An ''Alexandiran Streetsweeper'' is a machine for registering a dictionary to a ''heptavintimal'' registry == machine == python machine <pre> import math def S_orig(c): i = ord(c) - 65 if i < 1: return (i, i+1) return (1, 9999) def refine(word, radix): lo, hi = 0.0, float(radix) for c in word: a, b = S_orig(c) w = hi - lo lo = lo + w * (a / 9999) hi = lo + w * ((b - a) / 9999) return lo, hi HEPT = "0ABC...") | ||||
|
|
22:36 | Alexandrian Streetsweeper 3 changes history −2,247 [Miui (3×)] | |||
|
|
22:36 (cur | prev) −2,313 Miui talk contribs (Replaced content with "#REDIRECT Alexandrion#Streetsweeper") Tag: Replaced | ||||
|
|
22:33 (cur | prev) +43 Miui talk contribs (Redirected page to Alexandrion#Streetsweeper) Tag: New redirect | ||||
|
|
18:51 (cur | prev) +23 Miui talk contribs | ||||
|
|
N 19:17 | User:Miui/Drafts/Жiжo 5 changes history +536 [Miui (5×)] | |||
|
|
19:17 (cur | prev) +1 Miui talk contribs (→DMT Archictecture) | ||||
|
|
19:17 (cur | prev) −3 Miui talk contribs (→DMT Archictecture) | ||||
|
|
19:15 (cur | prev) −60 Miui talk contribs | ||||
|
|
17:30 (cur | prev) +8 Miui talk contribs | ||||
| N |
|
17:29 (cur | prev) +590 Miui talk contribs (Created page with "''Жiжo'' is an esoteric programming langed based on [https://www.xenharmonikon.org/2024/06/17/tritriadic-scales-with-seven-tones/ tritriadic scales with seven tones/]. It uses a Kontakion, diatonic tones intervals as opcodes and '''DMT''' (dominant mediant /arbitrary tonic) =Partitioning D= D< > 0, 400, 600, 800 or 1200 cents. M< > 0, ±D, ±2D, +3D modulo 1200 cents. These conditions are sufficient to partition D into four domains: I 0 < D < 4...") | |||
| 19:04 | Upload log Miui talk contribs uploaded File:Жiжo.png | ||||
|
|
18:45 | Dafne 2 changes history +67 [Miui (2×)] | |||
|
|
18:45 (cur | prev) +67 Miui talk contribs (→Definitions) | ||||
|
|
13:32 (cur | prev) 0 Miui talk contribs (→Dafne's completeness theorem: correct stable modulus) | ||||
| 17:09 | Writr diffhist +1 Yayimhere2(school) talk contribs (→Etymology) | ||||
|
|
16:54 | King In Yellow 2 changes history +60 [Yayimhere2(school) (2×)] | |||
|
|
16:54 (cur | prev) +59 Yayimhere2(school) talk contribs (→Commands) | ||||
|
|
16:43 (cur | prev) +1 Yayimhere2(school) talk contribs (→Commands) | ||||
|
|
N 13:49 | Assembly++ 4 changes history +929 [Mrtli08 (4×)] | |||
|
|
13:49 (cur | prev) +15 Mrtli08 talk contribs | ||||
|
|
13:48 (cur | prev) −4 Mrtli08 talk contribs | ||||
|
|
13:47 (cur | prev) −15 Mrtli08 talk contribs | ||||
| N |
|
13:47 (cur | prev) +933 Mrtli08 talk contribs (Created page with "Assembly++ is x86 but with more commands. === Commands added === prc - Print Char (prc 65) <br> bcs - Delete one character (backspace) (bcs ; very ez)<br> cls - Clear screen (cls ; both works for bitmap and text)<br> ich - Input Char (ich ax) <br> wtic - Wait then input char (wtic ax ; ich but it waits until a key is pressed)<br> sqa - Square value (sqa rax)<br> sqr - Take square root of value (sqr rax)<br> sin - Sine value (sin rax)<br> cos - Cosine value (cos rax)<br>...") | |||