tomhee
- Karma
- 73
- Created
- January 17, 2025 (1y ago)
- Submissions
- 0
- Show HN: Compile C to Not Gates (github.com)
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.…