Spotandjake
Spotandjake
I prefer c Sharps `$"Position: {position}` syntax. But I do like in javascript how you have todo `${}` the `${` feels far more intentional similar to your `\(` to me,...
> I think in JS the `${` makes more sense because `` ` ``-strings serve several roles in addition to interpolation, but I think the "intentionality" is already covered when...
> > we haven't confined ourselves to letters just yet over symbol. > > Fair enough; I'm also struggling to think of a better character; Scala has `s` but it's...
Jumping onto this (though this might be better as a separate issue), but we also currently don't have a way to alias a module later on outside of a use...
After some discussion on discord we have come to the conclusion that as `wasm-gc` does not currently support finalization we are not going to add it for now. [Here](https://github.com/spotandjake/grain/tree/spotandjake-finalizers) is...
@vados-cosmonic I mentioned that the bytecodes are distinguishable because of the layer byte which is why what you are mentioning can be done, what I am getting at is providing...
It's more just about clutter, while runtimes are certainly not expected to support every proposal there is always community pressure to support them with regular proposals I think this is...
> Can you explain why we need to distinguish magic numbers? > > `wasm-component` is just a simple binary, and using `.wasi` directly will not be rejected by `wasm-tools`. >...
I have a branch with this all working somewhere I'll try and get a pr up tonight.
I stumbled upon some more cases where this is occurring: ``` module Main from "set" include Set use Set.{ module Immutable as Set } from "array" include Array Array.reduce((argResult, arg)...