I'd love to see the output of the compiler. What assembly it generates with some standard functions (Fib, fac, tree generation, tree traversal, etc). I've wanted something like this for some time.
If anyone knows how and can make this happen I'd like to see this on some godbolt-esq site.
If the output comes out nice and the argument passing semantics is sensable I'll try and rewrite my OS kernel in this. I want to do it in JS or something similar as it would be a great teaching tool to students as the language is very simple and they need no other testing utilites then their web browser.
If anyone knows how and can make this happen I'd like to see this on some godbolt-esq site.