←back to thread

157 points almusdives | 2 comments | | HN request time: 0.445s | source

Zyme is an esoteric language for genetic programming: creating computer programs by means of natural selection.
1. CodesInChaos ◴[] No.42171874[source]
Adding a toggle between bytecode and (dis)assembly would make help with visualizing what kind of effect mutation has.
replies(1): >>42172226 #
2. almusdives ◴[] No.42172226[source]
You're right - a disassembler would be incredibly valuable; and while I haven’t gotten around to implementing one yet, it’s definitely on my radar. But even the idea of even having an assembler is exciting because it suggests the output programs could be interpretable, enabling us to identify the underlying algorithms that (hopefully) emerge through evolution.