User contributions for C++DSUCKER

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

26 August 2025

15 August 2025

14 August 2025

12 August 2025

11 August 2025

  • 12:3512:35, 11 August 2025 diff hist +1,539 N DtCreated page with "Dt is a real computation language, capable of solving differential equations to infinite precision. it is also rather confusing. == Specification == {| class="wikitable" |+ Caption text |- ! What !! Explanation |- | <code>λ func vars:</code> || Define a function func with variable vars. also indents the block |- | <code>Δ func vars</code> || Apply a function with vars as input and set each variable to (prev * (1 - Δt) + new * Δt) |- | <code>Η func vars</code> ||..."
  • 10:1310:13, 11 August 2025 diff hist 0 m R + SNo edit summary
  • 10:1210:12, 11 August 2025 diff hist +34 R + SNo edit summary

10 August 2025

8 August 2025

6 August 2025

2 August 2025

31 July 2025

30 July 2025

28 July 2025

4 July 2025

3 July 2025

2 July 2025

1 July 2025

22 June 2025

24 May 2025

17 May 2025

4 May 2025

25 April 2025

  • 14:5714:57, 25 April 2025 diff hist +364 N Relative TOGA/InterpretersCreated page with "== C++ implementation == <pre> #include <iostream> #include <array> #include <stdint.h> // Define the instruction #define F(a,b) p += a; A[p] ^= true; if (A[p]) {goto b;} int main() { std::array<bool,65536> A; A.fill(false); uint16_t p; // Write code here, or Look at the example F(-1,l0) l0: F(0,l1) l1: F(0,l1) } </pre>" current
  • 14:4814:48, 25 April 2025 diff hist +693 N Relative TOGACreated page with "{{infobox proglang |name=Relative TOGA |author=User:C++DSUCKER |year=2025 |memsys=tape |dimensions=one-dimensional |class=Turing complete |majorimpl=Relative TOGA/Interpreters }} Relative TOGA is a OISC with the instruction: <code>p += a; *p ^= true; if (*p) {goto b;}</code> We notate this as <code>a,b;</code>, Where b can also be a label. == Examples == Move by N <pre> N,l0; l0: 0,l1;..." current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)