I added this language to the CoffeeScript wiki’s long-maintained page List of languages that compile to JS. Anyone curious about alternative languages or looking for design inspiration might want to check out the other Clojure-like languages on that page.
When I go here, Chrome pops up to say this might be phishing and was I looking for darklang.com. Is that just cause I’m part of Darklang, or is that happening to everyone?
Looks neat, but why would I want to use this vs. just using Javascript? Fennel, for example, puts in some pretty good work papering over some of Lua’s flaws. Advantages Dak has that I’ve noticed so far from skimming the tour:
= for comparison rather than ===
if’s are expressions that return a value
A little syntactic sugar around async, loops, cases, one or two other places
Ah, you can destructure lists and dicts, that’s nice
You get to write macros
Not sure I’m compelled yet, but the site also makes it quite clear that it’s early days yet. So, neat little language, hope it finds a nice niche!
I added this language to the CoffeeScript wiki’s long-maintained page List of languages that compile to JS. Anyone curious about alternative languages or looking for design inspiration might want to check out the other Clojure-like languages on that page.
When I go here, Chrome pops up to say this might be phishing and was I looking for darklang.com. Is that just cause I’m part of Darklang, or is that happening to everyone?
Doesn’t happen to me
Love to see a compile-to-js language that embraces js instead of fight it.
Looks neat, but why would I want to use this vs. just using Javascript? Fennel, for example, puts in some pretty good work papering over some of Lua’s flaws. Advantages Dak has that I’ve noticed so far from skimming the tour:
=
for comparison rather than===
async
, loops, cases, one or two other placesNot sure I’m compelled yet, but the site also makes it quite clear that it’s early days yet. So, neat little language, hope it finds a nice niche!
because lisps are fun?
some folks like to choose fun sometimes
Heresy! Fun is forbidden.
Great! I’ve been looking for something like this.