alan
alan copied to clipboard
Autoscalable Programming Language
These can be implemented internally to enable things like `fn map`, etc. This will be necessary to fix fn selection in the compiler. While exposing complex function types to users...
This one will be the most fun :) /s Work on implementing the 2-opcode conditional design originally implemented in #430. The biggest difference between the 2 should be the name...
Hi @alantech! I recently became aware of name clashes in syntax highlighters between your Alan language and the [Alan IF] language (1985–) for which I've been creating various syntax highlighter...
The current approach of hand-testing this functionality is regression-prone and time-consuming. If we could write another test suite that runs in parallel with the BDD tests, that would be great....
It works as-is, but its weird to have closely-related code in two files spanning two major "branches" of the AVM codebase.
This only covers the Rust runtime's RFC needs. An "FFI" for the JS environment would look completely different, so it should be a different RFC.
Infer the *solid* return type of a function
fixes #307 - [x] update compiler's understanding of new conditional opcodes - [ ] update compiler's rewrite phase for conditional execution - [x] update JS runtime's conditional opcodes - [x]...