Suminda Sirinath Salpitikorala Dharmasena

Results 136 comments of Suminda Sirinath Salpitikorala Dharmasena

Perhaps: 1. nectar-lang can use MIT instead of *GPL. 2. Integration to front ends for TS, PS, CS, Elm, etc. use their compiler to transpile to JS and Nectar takes...

It is not easy but perhaps if you track memory usage effects it might be possible.

See https://github.com/Microsoft/dafny and perhaps https://www.fstar-lang.org/

My Bad. It is Koka - http://rise4fun.com/Koka/tutorial/guide through the above languages also has effects.

Also http://rise4fun.com/SLAyer and other reasearch projects at http://rise4fun.com/ has some relavence. Also Nim has effect system which track memory related items: http://nim-lang.org/docs/manual.html#effect-system

Also this might be of interest for static analysis: http://flix.github.io/ I feel static whole program analysis you might be able to get rid of GC. Starting point would be escape...

It will be easy if you just give the code snippert so it can be copied and pasted into your build file for common build systems.

Yes. But either one round trip (floatXX/decimalXX/intXX -> string -> floatXX/decimalXX/intXX & string -> floatXX/decimalXX/intXX -> string) implementations will to.

I am also interested in a `to_char` implementations which is super fast. Ideally faster than the [Dragonbox](https://github.com/jk-jeon/dragonbox) algorithm.

What if someone creates the issue directly without using Uttranace? In this case, there could be multiple matching issue threads. When this happens, the comments should be merged when displaying...