User contributions for Palaiologos

A user with 220 edits. Account created on 17 June 2019.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

26 June 2025

  • 21:1421:14, 26 June 2025 diff hist +130 LogfuckNo edit summary current
  • 21:1121:11, 26 June 2025 diff hist 0 LogfuckNo edit summary
  • 18:5718:57, 26 June 2025 diff hist +224 LogfuckNo edit summary
  • 18:5518:55, 26 June 2025 diff hist +2,664 N LogfuckCreated 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..."

19 May 2024

15 May 2024

6 December 2023

24 March 2023

31 January 2023

12 January 2023

  • 10:2610:26, 12 January 2023 diff hist +4 NuovaNo edit summary
  • 10:2510:25, 12 January 2023 diff hist +4,542 N NuovaCreated 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(..."

24 October 2022

30 July 2022

1 July 2022

19 June 2022

10 June 2022

24 May 2022

20 April 2022

27 March 2022

11 March 2022

10 March 2022

7 March 2022

29 January 2022

20 January 2022

17 January 2022

16 January 2022

15 January 2022

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)