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
29 November 2025
| N 14:52 | Num Rect diffhist +1,521 Yayimhere2(school) talk contribs (Created page with "'''Num Rect''' is a variant/encoding of RECT4n=GLE that is 1 dimensional, and may be useful for reasoning about the language itself. It is a sort of run length encoding. == Encoding == Every program takes the form: ''symbol'' | ''symbol'' | ''symbol'' | ''number'' ''number'' | ''number'' ''number'' | ''number'' ''number'' | and so on. The first number(let's call it ''x'') is expanded to bin...") | ||||
| m 14:51 | Pointer-based Minsky machine diffhist −8 47 talk contribs | ||||
| 14:46 | Semi-serious language list diffhist +14 ChuckEsoteric08 talk contribs (→A: Added Autopsy) | ||||
| 14:44 | Needle diffhist +53 ChuckEsoteric08 talk contribs (Replaced halt with unconditional jump which was used to simulate it and updated the example program) | ||||
| 14:28 | ℕDQ diffhist −39 Yayimhere2(school) talk contribs | ||||
| 14:27 | User talk:Waffelz diffhist +161 Yayimhere2(school) talk contribs (→Tea) | ||||
| N 14:23 | Summary diffhist +1,390 BestCoder talk contribs (Created page with "Summary is a list of numbers where the sum of consecutive numbers determines the command == Interpreter == def interpret(nums): stack = [] i = 0 while i < len(nums)-1: sum_ = nums[i]+nums[i+1] if sum_ == 1: if i+2 < len(nums): stack.append(nums[i+2]) i += 1 elif sum_ == 2: if stack: stack.pop() elif sum_ == 3: if stack: print(stack.pop())...") | ||||
| 12:36 | User:RaiseAfloppaFan3925 diffhist +3,116 RaiseAfloppaFan3925 talk contribs (trilime + scratch + haskell) | ||||
| N 12:02 | User:Hammy/Template:Limelimelime diffhist +1,329 Hammy talk contribs (Created page with "<div class="nolaggy-effects" style="display:none;position:absolute;top:0;right:0">80px|link=</div><div class="laggy-effects"> {{User:Hammy/Lime|S=300|X=0|Y=300|O=0.4|T=1.2|N=lime1}} {{User:Hammy/Lime|S=400|X=200|Y=100|O=0.35|T=1.8|N=lime2}} {{User:Hammy/Lime|S=500|X=500|Y=500|O=0.5|T=3.1|N=lime3}} {{User:Hammy/Lime|S=200|X=700|Y=0|O=0.3|T=0.6|N=lime4}} {{User:Hammy/Lime|S=250|X=1200|Y=200|O=0.45|T=0.9|N=lime5}} {{User:Hammy/Lime|S=600|X=100|Y=50|O=0.15|...") | ||||
| N 12:00 | User:Hammy/Lime diffhist +17 Hammy talk contribs (Created page with "File:Logo.png") | ||||
| 11:04 | 4ByteJump diffhist +23 Timm talk contribs | ||||
|
|
11:01 | Waves 2 changes history +60 [Timm (2×)] | |||
|
|
11:01 (cur | prev) −44 Timm talk contribs | ||||
|
|
11:01 (cur | prev) +104 Timm talk contribs | ||||
|
|
N 10:51 | A Combinator Language 6 changes history +641 [Yayimhere2(school) (6×)] | |||
|
|
10:51 (cur | prev) 0 Yayimhere2(school) talk contribs (→Combinators/lambda expressions) | ||||
|
|
10:51 (cur | prev) +13 Yayimhere2(school) talk contribs (→Combinators/lambda expressions) | ||||
|
|
10:50 (cur | prev) +13 Yayimhere2(school) talk contribs (→Combinators/lambda expressions) | ||||
|
|
10:45 (cur | prev) −17 Yayimhere2(school) talk contribs (→Combinators/lambda expressions) | ||||
|
|
10:45 (cur | prev) +46 Yayimhere2(school) talk contribs (→Combinators/lambda expressions) | ||||
| N |
|
10:44 (cur | prev) +586 Yayimhere2(school) talk contribs (Created page with "'''A Combinator Language''' or ACL is an esolang created by User:Yayimhere, as a very minimal, and specifically NOT turing complete combinator calculus. Its name is also incredibly lazy, however still more creative than APL. == Combinators/lambda expressions == ACL allows the below expressions: ⌀ = λf. (λx. f (x x))(λx. f (x x)) ⌑ = λx.λy.λf. f x y ⎂ = λx.λy.x ⎃ = λx.λy.y ⌊ = ( ⌋ = ) Which leads to the following BNF: <p> := <p> <p> |...") | |||
|
|
10:49 | User:Timm 3 changes history +34 [Timm (3×)] | |||
|
|
10:49 (cur | prev) +7 Timm talk contribs | ||||
|
|
10:45 (cur | prev) +4 Timm talk contribs | ||||
|
|
10:44 (cur | prev) +23 Timm talk contribs | ||||
| N 10:44 | Abstraction diffhist +415 Timm talk contribs (Created page with "one instruction has 4 bits but for making instructions 3 bits 4th bit is useless ">0<000" i show with this > i'm useless bit; 0;000 0000 00000100 set reg 0 to 4<sub>P.S. all instructions have reg</sub> 0;001 0000 00000100 set reg2 0 to 4 0;010 0;0;00 00000001 set acc 0 to 1<small><small>yes this has 4 acc</small></small> 0;011 0;0;00 00000001 add acc 0 to 1 0;100 0;0;00 00000001 sub 1 from acc 0 in dev...") | ||||
| 10:18 | .chat diffhist −144 Yayimhere2(school) talk contribs (→Computational class) | ||||
| 10:08 | User:Yayimhere diffhist +22 Yayimhere2(school) talk contribs (→esolangs) | ||||
|
|
N 10:07 | Push Pop Filter 2 changes history +2,430 [Yayimhere2(school) (2×)] | |||
|
|
10:07 (cur | prev) +35 Yayimhere2(school) talk contribs | ||||
| N |
|
10:03 (cur | prev) +2,395 Yayimhere2(school) talk contribs (Created page with "'''Push Pop Filter''' or '''PPF''' is an esolang devised by User:Yayimhere, to be a good simple excursive to implement. == Memory == Push Pop Filter uses two stacks. One stack can be initialized, called the main stack, and another cannot. It also has two filters, one for each stack. == Syntax and commands == The program has two sections, separated by a newline: memory program The memory is just a sequence of symbols. That string is set as the initial main stack, wi...") | |||
|
|
09:17 | Tea 11 changes history +1,030 [Yayimhere2(school); RainbowDash (3×); Waffelz (7×)] | |||
|
|
09:17 (cur | prev) −9 Yayimhere2(school) talk contribs (→Proof of Turing completeness: Change to computational class) | ||||
|
|
08:19 (cur | prev) +169 RainbowDash talk contribs (→Cyclic Tag System) | ||||
| m |
|
08:13 (cur | prev) +41 RainbowDash talk contribs (→Cyclic Tag System) | |||
|
|
08:11 (cur | prev) +740 RainbowDash talk contribs (Cyclic tag) | ||||
|
|
06:43 (cur | prev) +45 Waffelz talk contribs | ||||
| m |
|
06:19 (cur | prev) −8 Waffelz talk contribs (→Errors) | |||
| m |
|
06:16 (cur | prev) +43 Waffelz talk contribs | |||
|
|
06:13 (cur | prev) −6 Waffelz talk contribs | ||||
|
|
05:05 (cur | prev) +1 Waffelz talk contribs | ||||
|
|
05:05 (cur | prev) +25 Waffelz talk contribs | ||||
|
|
04:40 (cur | prev) −11 Waffelz talk contribs | ||||
| 07:41 | Hexad diffhist +12 Yayimhere2(school) talk contribs (→Commands) | ||||
| m 07:04 | Oxen diffhist +20 None1 talk contribs (→Interpreter in Python) | ||||
|
|
06:50 | Yuontlitled 6 changes history +240 [Yayimhere2(school) (6×)] | |||
|
|
06:50 (cur | prev) +106 Yayimhere2(school) talk contribs (→Operations) | ||||
|
|
06:30 (cur | prev) +30 Yayimhere2(school) talk contribs (→Operations) | ||||
|
|
06:17 (cur | prev) +10 Yayimhere2(school) talk contribs (→Examples) | ||||
|
|
05:02 (cur | prev) +26 Yayimhere2(school) talk contribs (→Operations) | ||||
|
|
04:45 (cur | prev) +6 Yayimhere2(school) talk contribs (→Operations) | ||||
|
|
04:37 (cur | prev) +62 Yayimhere2(school) talk contribs | ||||
| 06:12 | Esolang talk:Categorization diffhist +401 Yayimhere2(school) talk contribs (→Category:Golfing language should be moved to Category:Golfing languages) | ||||
| N 04:33 | K+len(p) diffhist +1,628 Yayimhere2(school) talk contribs (Created page with "{{Lowercase}} '''k+len(p)'''(pronounced kay-len) is a variant of _ created by User:Yayimhere, simply to be closer to turing complete. it features the whole _ command set but one command, but the esolang is also with three extra commands == Command set == k+len(p) uses the following command set: {| class="wikitable sortable" ! Command !! Effect |- | <code>%</code> || Delete a character from the end of the source code. |- | <code>^</code> || Skip the next comma...") | ||||
| 04:05 | _ diffhist −19 Yayimhere2(school) talk contribs (→Computational class: delete the "caption text" since It was the only text.) | ||||
| 03:44 | User talk:Yayimhere diffhist +169 Yayimhere2(school) talk contribs (→issue with your proof of Tea's turing-completeness) | ||||