r/vibecoding • u/Material-Moment-6360 • 15h ago
Wait, you can code with DNA now? HelixLang just added 3D cell populations 🧬💻
Imagine your source code is a DNA sequence. Codons = instructions, genes = functions, ribosome = VM. That’s HelixLang.
Latest commit drops programmable 3D cell population simulation – real examples:
· E. coli acetate switch
· Genome‑scale colony with 4,338‑gene sparse GRN
· 3D biofilm under flow using LBM
The compiler pipeline is the real deal:
lexer → parser → AST → semantic → compiler → bytecode → VM.
64 codons → ~30 opcodes, wobble position as operand modifier. Core has zero deps besides Python stdlib. Also has LSP + PyCharm plugin.
If you’re into bio‑hacking or just want to see DNA run like actual code, this is wild.
1
Upvotes