Colton Donnelly
Colton Donnelly
The `bootloader` crate has been updated to version `0.9.0`. This crate should be used starting with the second blog post.
Are there any plans to provide async compatibility? I think this could be useful for a few things, even opening up the ability for a possible (clean) actor system or...
This issue has been brought up before in #285 and #330 but I think it might be worth revisiting. I think it might be useful to introduce a `full_split` method...
There should be a conversation on how to design generic type variable declarations, as the current system of "all `any` types are the same type variable" would require complex, hard-coded...
Necessary for things like arithmetic which depends on having `Result` available
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...
Infer the *solid* return type of a function