Nicky McCurdy
Nicky McCurdy
See #65.
That looks neat, though I think it would prefer it if the black bars on the length had more equal lengths.
:+1: I agree, I like how lightweight prototypical inheritance is. However, I'm not sure how this would work if Streem were to use static typing or some other sort of...
I think it depends on whether this is meant to be more of a scripting language or an applications language, but if it's more of the latter, I think that...
@matz What's your opinion on doing static typing with type inference? Also, how much will streem focus on performance?
@dajoh Agreed, if you do type inference well it can eliminate almost all the verbosity. Variables won't be able to change types, but I personally feel that's not a very...
@friday raises a good point that the better syntax support in latest makes it more beginner friendly, as setting up tooling for this can be very complex. I think it...
The non-LTS releases are not unstable. They're just not long term support. Non-LTS releases may actually be more stable because they have more active bug fixes, though hopefully anything also...
This project has the license field set to MIT in package.json, so it should be safe to use commercially (this is not legal advice)
It seems to me like the async API does actually work, but I still plan on improving this later.