Friday, May 8, 2020

Show HN: Micro-mitten – Research language with compile-time memory management https://ift.tt/2L8kC7e

Show HN: Micro-mitten – Research language with compile-time memory management I've been working on implementing the compile-time approach to memory management described in this thesis (https://ift.tt/2JbFTe9) for some time now - some of the performance results look promising! (Although some less so...) I think it would be great to see this taken further and built into a more complete functional language. https://ift.tt/2AaKQ6W May 8, 2020 at 05:15PM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...