tomhee

↗ HN profile [ 61.2 ms ] full profile
Karma
73
Created
January 17, 2025 (1y ago)
Submissions
0
  1. Hi! I've been working on the flipjump project, a programming language with 1 opcode: flip (invert) a bit, then jump (unconditionally). So a bit-flip followed by more bit-flips. It's effectively a bunch of NOT gates.…