Actually just three programming languages in a trenchcoat
fork

Configure Feed

Select the types of activity you want to include in your feed.

udpate notes

+5 -3
+4 -3
README.md
··· 37 37 - https://doc.rust-lang.org/reference/ 38 38 - https://github.com/HigherOrderCO/HVM 39 39 - https://www.sciencedirect.com/science/article/pii/S0890540197926432/pdf?md5=30965cec6dd7605a865bbec4076f65e4&pid=1-s2.0-S0890540197926432-main.pdf 40 + - https://www.sciencedirect.com/science/article/pii/S1571066115000705/pdf?md5=3b9f68cbe5525034208dfacfb8b0e099&pid=1-s2.0-S1571066115000705-main.pdf 40 41 - https://arxiv.org/pdf/2504.18920 41 42 - [x] Design the language: Check out the [spec](./spec/)! 42 43 - [x] Read the [book](https://craftinginterpreters.com/) ··· 49 50 - [x] ~~Bytecode generation~~ 50 51 - [x] ~~Virtual machine~~ 51 52 - [x] ~~Garbage collector~~ 52 - - [ ] LLVM code generation (in progress) 53 - - [ ] Testing 54 - - [ ] Standard library 53 + - [x] LLVM code generation 54 + - [ ] Extensive testing 55 + - [ ] Standard library (in progress) 55 56 - [ ] Implement the ecosystem 56 57 - [ ] Formatter 57 58 - [ ] Linter
+1
TODO.md
··· 9 9 * Loosen requirement of pinning identifiers in queries (auto-pin should be better) 10 10 * `yield 'mia` when hitting out of bounds on access operator 11 11 * Rethink tagged template syntax (very ambiguous) 12 + * Fix the memory leaks