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).
- 18:55, 26 June 2025 Palaiologos talk contribs created page Logfuck (Created page with "== Synopsis == Brainfuck where things are O(log n) rather than O(n). An interesting way of solving the problem of Brainfuck's relative verbosity not by introducing RLE or similar operations (which make Brainfuck still struggle with linear-time copy and addition) but by changing the underlying data structures and their exposed format. == Spec == The language operates on an infinitely downwards-growing binary tree. The state of the program is the tree, the currently see...")
- 21:16, 19 May 2024 Palaiologos talk contribs created page Binary Forthleq Calculus (Stub for BFC)
- 20:51, 19 May 2024 Palaiologos talk contribs created page Esolang Reverse Engineering Contest (Stub for the Esolang Reverse Engineering Contest)
- 20:43, 19 May 2024 Palaiologos talk contribs created page Jcram (Stub for jcram)
- 10:25, 12 January 2023 Palaiologos talk contribs created page Nuova (Created page with "'''Nuova''' is an esoteric programming language defined by the following C implementation: '''WARNING: THE "AFTERMATCH" SECTION CONTAINS SPOILERS.''' == The language == <code> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #define P(a,b) {u32 x=a;x^=x>>17;x*=0xed5ad4bbU;x^=x>>11;x*=0xac4c1b51U;x^=x>>15;x*=0x31848babU;x^=x>>14;b=x;} typedef uint32_t u32; u32*mem,s;uint16_t t[16640],ai;void gw(u32 a){if(__builtin_expect(a>=s,0)){u32 i=s;s=a+1;mem=realloc(...")
- 19:41, 14 January 2022 Palaiologos talk contribs created page Dirac (Created page with "{{lowercase}} {{infobox proglang |name=dirac |paradigms=imperative |author=Palaiologos |year=2022 |memsys=:Category:Cell-based|Cell-...")
- 06:29, 4 May 2021 Palaiologos talk contribs created page SemicolonHash (Created page with "''';#''' (SemicolonHash) is a programming language created by PPCG user ''caird coinheringaahing''. It has only two commands: <code>;</code> - add one to the accumulator, and...")
- 20:50, 2 January 2021 Palaiologos talk contribs created page Gisa (Created page with "{{lowercase}} {{infobox proglang |name=Gisa |paradigms=imperative |author=Palaiologos |year=2019 |memsys=register,cell,stack |class=T...")
- 17:52, 12 August 2020 Palaiologos talk contribs created page MalbolgeLisp (Created page with "{{infobox proglang |name=MalbolgeLisp |paradigms=imperative |author=Palaiologos |year=2020 |memsys=list |class=Turing-complete|Turing...")
- 10:07, 5 July 2020 Palaiologos talk contribs created page UM8 (Created page with "UM8 is a virtual machine created by User:Palaiologos for the Esolang reverse-engineering contest. As the contest hasn't finished yet, the specification hasn't been publish...")
- 12:17, 14 June 2020 Palaiologos talk contribs created page Szewczyk notation for Minsky machine (Created page with "Szewczyk notation is a tool of thought useful when describing counter machines. Simply put, this notation for Minsky machine is a minimalistic representation of it's capabilit...")
- 18:44, 24 May 2020 Palaiologos talk contribs created page Talk:B^2 (Created page with "Is this an esoteric language? Looking at the goals and claims about efficiency, maybe the language doesn't really belong here? --~~~~")
- 16:28, 13 May 2020 Palaiologos talk contribs created page Esofun (Initial specification draft)
- 17:47, 20 November 2019 Palaiologos talk contribs created page Asm2bf (Finally.)
- 18:26, 19 November 2019 Palaiologos talk contribs created page Bfbot (Created page with "'''bfbot''' is an IRC bot written by User:Palaiologos. bfbot is capable of executing brainfuck (asm2bf, gisa and tiny-c support will be added later on). It's possible to...")
- 14:44, 17 June 2019 User account Palaiologos talk contribs was created