Civet: A Superset of TypeScript
31–40 of 237 posts
Re: Civet: A Superset of TypeScript
#32Re: Civet: A Superset of TypeScript
#33Really redminds me of coffeescript, lots of special syntax that doesn't really help readability? I have a hard time understanding the motivation of this project other than syntactic sugar-maxxing JS/TS.
Re: Civet: A Superset of TypeScript
#34Looking at the examples, 1/5th of it looked neat, which probably would be best to submit a proposal for |> to the typescript committee rather than write another alienation.
This is a solution looking for a problem to solve. It introduces an alternative and does so as a superset; which is not only dangerous to existing code bases, but also silly.
Re: Civet: A Superset of TypeScript
#35Am I the only one that really dislikes the syntax choices here?
Kinda feels like someone was forced to work in Typescript and really wanted to scratch their own itch.
Re: Civet: A Superset of TypeScript
#36Re: Civet: A Superset of TypeScript
#37Civet. Kopi luwak coffee. It's CoffeeScript. I wrote a bunch of CoffeeScript back in the day, and everyone I've spoken to about it feels the same, that it was a bad idea in hindsight, and a language dead end. The language was only syntactic sugar, and by not bringing anything else to the table, was unconvincing for ports and support in other ecosystems. It now seems that most codebases have been decaffeinated though.…
Over time, JavaScript evolved to the point where the few quality of life improvements offered by CoffeeScript no longer justified learning an entirely new syntax.
Re: Civet: A Superset of TypeScript
#38Re: Civet: A Superset of TypeScript
#39Just dont….
Re: Civet: A Superset of TypeScript
#40Civet. Kopi luwak coffee. It's CoffeeScript. I wrote a bunch of CoffeeScript back in the day, and everyone I've spoken to about it feels the same, that it was a bad idea in hindsight, and a language dead end. The language was only syntactic sugar, and by not bringing anything else to the table, was unconvincing for ports and support in other ecosystems. It now seems that most codebases have been decaffeinated though.…
I think everyone mostly agrees that CoffeeScript was a dead end, but I think it drove at lot of innovation at the time. Hopefully Civet can do the same, even if it ends up being another dead end.