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
25 June 2026
|
|
12:46 | Don Giovanni 2 changes history +4,361 [PrySigneToFry (2×)] | |||
| m |
|
12:46 (cur | prev) 0 PrySigneToFry talk contribs | |||
|
|
11:55 (cur | prev) +4,361 PrySigneToFry talk contribs (Big update! Big update! Don Giovanni now supports bitwise operations, integer division, and exponentiation!!!) | ||||
| 12:33 | User talk:Bobby Jacobs diffhist +826 Bobby Jacobs talk contribs | ||||
| N 12:32 | User talk:NikoTE diffhist +100 Win7HE talk contribs (Created page with "welcom e to esolangs! --~~~~") | ||||
|
|
12:22 | Combinatory logic 2 changes history +8 [Bobby Jacobs (2×)] | |||
|
|
12:22 (cur | prev) +4 Bobby Jacobs talk contribs (If you are going to use non-I expressions for I*, then use this one that is easier to understand as RTR.) | ||||
|
|
12:16 (cur | prev) +4 Bobby Jacobs talk contribs (I found an expression for D1 that is the same length, but with only S and K (no I).) | ||||
| m 12:04 | English diffhist +223 PrySigneToFry talk contribs | ||||
| N 10:52 | User:Tpaefawzen/common.js diffhist +30,139 Tpaefawzen talk contribs (+kongyokongyo tool Dumper) | ||||
|
|
N 10:48 | Talk:Research on compiling Javascript to Brainfuck 2 changes history +934 [Blashyrkh (2×)] | |||
|
|
10:48 (cur | prev) +676 Blashyrkh talk contribs (Lack of subroutines, hence the structure of output brainfuck code) | ||||
| N |
|
10:34 (cur | prev) +258 Blashyrkh talk contribs (Created page with "An approach with intermediate stack machine looks viable (something like python bytecode). I.e. translate JS to stack machine first, then translate stack machine into BF. --~~~~") | |||
|
|
m 10:42 | Anti-Plushie language DIY 2 changes history +571 [Ractangle (2×)] | |||
| m |
|
10:42 (cur | prev) +8 Ractangle talk contribs (→Implemntation?) | |||
| m |
|
10:36 (cur | prev) +563 Ractangle talk contribs (please comfirm if this is a correct interpriter before adding the "Implemented" category!) | |||
| m 10:24 | Geography table diffhist +2 Unname4798 talk contribs (Grammar) | ||||
| N 09:39 | Research on compiling Javascript to Brainfuck diffhist +452 Mrtli08 talk contribs (Created page with "{{WIP}} Compiling JS into Brainfuck can seem absurd, but i think its worth trying. IDK why i made this tho. === Variables === In Javascript, variables are... variables. For BF, we will need to change some stuff. <br> For example, if we turn <code>var i = 21;</code> into BF, we can ignore var, = and ;. <br> We can allocate byte 1 for i, and based on the order, variables will be allocated byte per byte. <br> For example, a table like this can exist:") | ||||
| m 08:42 | Language list diffhist +13 Uellenberg talk contribs (Add Insert) | ||||
| N 08:41 | Insert diffhist +10,371 Uellenberg talk contribs (Initial Page) | ||||
| N 07:04 | Radix-1 contraction diffhist +1,008 Miui talk contribs (Created page with "radix‑1 contraction is useful to evaluate the semantics of a language ==example== Fuck you! <pre> import math S = lambda c: (lambda i: (i, i+1) if i < 27 else (27, 9999))(ord(c) - 65) def d(s): lo, hi = 0.0, 19683.0 for c in s: a, b = S(c) w = hi - lo lo = lo + w * (a / 9999) hi = lo + w * ((b - a) / 9999) return lo, hi f = lambda x: int((x - math.floor(x)) * 1e13 + 0.5) word = "!" lo, hi = d(word) print("lo:", lo)...") | ||||
| N 04:58 | User:Sock of glory diffhist +88 Sock of glory talk contribs (Created page with "yay socks. yay star ducks. yay ice cream. yay esolangs because this is the esolang wiki.") | ||||
| 04:57 | Esolang:Introduce yourself diffhist +176 Sock of glory talk contribs | ||||
| 04:55 | User creation log User account Sock of glory talk contribs was created | ||||
|
|
04:30 | Dafne 8 changes history +448 [Miui (8×)] | |||
|
|
04:30 (cur | prev) +76 Miui talk contribs (link turtle demo to language panel) | ||||
|
|
03:31 (cur | prev) +123 Miui talk contribs (Completeness theorem) | ||||
|
|
03:19 (cur | prev) +17 Miui talk contribs (→See also: link Brainloller) | ||||
|
|
03:06 (cur | prev) +18 Miui talk contribs (→See also: link Braincopter) | ||||
|
|
03:03 (cur | prev) +4 Miui talk contribs (→Truth machines: format) | ||||
|
|
03:02 (cur | prev) −1 Miui talk contribs (→Truth machines: none) | ||||
|
|
03:01 (cur | prev) +2 Miui talk contribs (→Truth machines: correct StegFuck) | ||||
|
|
03:00 (cur | prev) +209 Miui talk contribs (Truth machine) | ||||
| 02:59 | Upload log Miui talk contribs uploaded File:TRUTHER ROTAS.png | ||||
|
|
00:59 | User:Aadenboy/Live stats 2 changes history +641 [Aadenboy (2×)] | |||
|
|
00:59 (cur | prev) +641 Aadenboy talk contribs (more precise time estimate) | ||||
|
|
00:46 (cur | prev) 0 Aadenboy talk contribs (wrong date format) | ||||
24 June 2026
| 23:39 | Combinatory logic diffhist +21 Blashyrkh talk contribs (→Table of combinators: I and I* are not the same (despite the fact that Ixy=I*xy). They are eta-equivalent, but their ranks are different. Ix != I*x) | ||||
|
|
23:05 | Dafne 4 changes history +202 [Miui (4×)] | |||
|
|
23:05 (cur | prev) −932 Miui talk contribs (→Dafne turtles: extant link to turtle stack engine) | ||||
|
|
15:18 (cur | prev) +386 Miui talk contribs (→Dafne turtles) | ||||
|
|
15:16 (cur | prev) +46 Miui talk contribs (→=Dafne turtles) | ||||
|
|
15:15 (cur | prev) +702 Miui talk contribs (→Interpreter) | ||||
| 21:30 | TetraBit diffhist 0 CodePentuplets48 talk contribs | ||||
| 21:23 | User talk:None1 diffhist +1,209 CodePentuplets48 talk contribs (→Regarding your user page,: new section) | ||||
|
|
13:41 | User talk:I am islptng 2 changes history +291 [PrySigneToFry; I am islptng] | |||
|
|
13:41 (cur | prev) +199 I am islptng talk contribs (→Don Giovanni) | ||||
|
|
11:32 (cur | prev) +92 PrySigneToFry talk contribs (→Don Giovanni: new section) | ||||
|
|
12:10 | Gofe 4 changes history −9 [None1 (4×)] | |||
|
|
12:10 (cur | prev) 0 None1 talk contribs (→Commands) | ||||
|
|
12:10 (cur | prev) −1 None1 talk contribs (→99 bottles of beer) | ||||
|
|
12:09 (cur | prev) −1 None1 talk contribs (→Commands) | ||||
|
|
12:09 (cur | prev) −7 None1 talk contribs (Save more bytes) | ||||
| m 10:13 | Machine diffhist +1 3angle talk contribs (→Rounding/Absolute) | ||||
| m 09:30 | Tree Chart diffhist −123 Ractangle talk contribs | ||||
| m 09:15 | Geography table diffhist +1 Ractangle talk contribs (Removed redirect to Tree Chart) | ||||
| 09:15 | Move log Ractangle talk contribs moved page Geography table to Tree Chart (it would make sence to call it a "Tree Chart" considering it's more fitting as a description) | ||||
|
|
m 09:12 | Gora 2 changes history +26 [Ractangle (2×)] | |||
| m |
|
09:12 (cur | prev) +26 Ractangle talk contribs | |||
| m |
|
09:11 (cur | prev) 0 Ractangle talk contribs | |||