zlacker

[parent] [thread] 1 comments
1. Quadma+(OP)[view] [source] 2026-02-05 00:38:46
Imagine if high level coding worked like: write a first draft, and get assembly. All subsequent high level code is written in a repl and expresses changes to the assembly, or queries the state of the assembly, and is then discarded. only the assembly is checked into version control.
replies(1): >>6510+fp
2. 6510+fp[view] [source] 2026-02-05 04:19:06
>>Quadma+(OP)
Or the opposite, all applications are just text files with prompts in them and the assembly lives as ravioli in many temp files. It only builds the code that is used. You can extend the prompt while using the application.
[go to top]