timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

RFC: jstring #156

Open timotheecour opened 4 years ago

timotheecour commented 4 years ago

incomplete.

links

metagn commented 3 years ago

jstring is a bad name IMO in case there's no consensus on this already (dont know where else to say this), JsString is better. cstring being lowercase makes more sense as it's more primitive and JsString can just be an abstraction over it.