lorenzo pirro
lorenzo pirro
Hi @kyouko-taiga from what I have seen a solution should be the introduction of a couple of patterns which can be called `AnonymousStructPattern` (which can be reduced to a `TuplePattern`...
Thanks for your complete answer! And sorry I didn't notice that GH post :) , interesting topic.
Hi! First of all congratulations for your great job, it's indeed a good improvement over TS/JS environment in terms of safety (avoiding side effects) and performance thanks to the no...
Hi @voltrevo and thanks for your kind answer. Having multiple isolated runtimes is a good advantage but only if you have a way to preallocate the single runtimes before the...
I've seen that `if s[i] { &r += 1 }` is equivalent to `if s[i] { }` in terms of executions (always 522.7K over stack limit). So (apart that `if...
Hi @kyouko-taiga i am working a bit on this on the [following repo](https://github.com/Metalymph/HyloIntGen.git)! I would like to receive your feedback and If you like it I will complete it as...
Thanks for your answer @kyouko-taiga. Reading from a template is the first idea I had indeed, and yes probably is the best choice to have a single source of truth....
@dabrahams Thanks for the quick answer! So I will focus on other.
Hi, you made me be curios about and I have just played around with [a Clock based basic test](https://github.com/Metalymph/ArrayVsHashed); in `results.me` there's a possible generated result (compiling and executing can...
Thanks a lot for your kind review! I've just updated it, and sorry for the delay