1. 9
  1.  

  2. 3

    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.

    1. 3

      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?

      1. 1

        Doesn’t happen to me

      2. 2

        Love to see a compile-to-js language that embraces js instead of fight it.

        1. 2

          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!

          1. 3

            because lisps are fun?

            some folks like to choose fun sometimes

            1. 2

              Heresy! Fun is forbidden.

          2. 1

            Great! I’ve been looking for something like this.