Friday, January 17, 2025

Show HN: Compile C to Not Gates https://ift.tt/3g9mwBv

Show HN: Compile C to Not Gates 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. This language, as poor as it sounds, is RICH. Today I completed my compiler from C to FlipJump. It takes C files, and compiles them into flipjump. I finished testing it all today, and it works! My key interest in this project is to stretch what we know of computing and to prove that anything can be done even with minimal power. I appreciate you reading my announcement, and be happy to answer questions. More links: - The flipjump language: https://ift.tt/7VuqHrL https://ift.tt/oCyJQb8 - c2fj GitHub: https://ift.tt/4eTWMjn https://ift.tt/IiT4Xoy January 18, 2025 at 01:16AM

No comments:

Post a Comment

Show HN: MCP Server for Tally – Create and Manage Forms with Claude https://ift.tt/JOfDkWh

Show HN: MCP Server for Tally – Create and Manage Forms with Claude I've built an MCP server for Tally that bridges the gap between thei...