Civet the CoffeeScript of TypeScript v0.4.20
I've spent the past few months building a language that is 99% compatible with CoffeeScript and 99% compatible with TypeScript. Essentially a reimagined CoffeeScript for 2022 that finished ES6s partially completed features, adds TypeScript support, and keeps the niceties of CoffeeScript. Example features: - Const assignment shorthand user := getUser() --- const user = getUser() - Parens optional and braceless nesting if x > 0 return --- if (x > 0) { return } - &fn shorthand nums.map &+1 --- nums.map($=>$+1) And a heck-ton more: https://github.com/DanielXMoore/Civet A big…
What it does
In the maker’s words, at launch
I've spent the past few months building a language that is 99% compatible with CoffeeScript and 99% compatible with TypeScript. Essentially a reimagined CoffeeScript for 2022 that finished ES6s partially completed features, adds TypeScript support, and keeps the niceties of CoffeeScript. Example features: - Const assignment shorthand user := getUser() --- const user = getUser() - Parens optional and braceless nesting if x > 0 return --- if (x > 0) { return } - &fn shorthand nums.map &+1 --- nums.map($=>$+1) And a heck-ton more: https://github.com/DanielXMoore/Civet A big milestone today: v0.4.20, parser hit 5kloc, and >666 tests. Please share your thoughts, feelings, hopes, and dreams. Thank you for coming to my Ted Talk.
Does the same job
all alternatives →
- DCDecaffeinate converts CoffeeScript projects to modern JS2017 · github.com · ▲361
- WBWeb-based CoffeeScript REPL/console2012 · larryng.github.com · ▲36


- ACa compiler from Python syntax to JavaScript syntax (like CoffeeScript)2010 · pyxc.org · ▲32
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, December 2022
the whole month →
- OC
Life & fun · 2022 · obsidian.md
- PS
Commerce · 2022 · mprimi.github.io

Use generative AI to create future-facing videos
AI · 2022 · studio.d-id.com

- IW
Dev tools · 2022 · sqlfordevs.com