Live data from Hacker News

Viewing profile — derw-lang

derw-lang

HN member
Joined
Sat, Jan 22, 2022, 10:25 PM UTC
HN karma
6
Public activity
18 items

About derw-lang

No profile information was provided.

Recent public activity

  1. comment
    Comment #32798517

    String untagged unions (value types) are currently supported by Derw, e.g type Fish = "Salmon" | "Trout". I will most likely add some way of handling types composed of other types,…

  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #31135911

    As part of Derw, I've added an English output generator[0], with the idea that the output could be used to improve error messages or help developers understand unfamiliar syntax, p…

  11. comment
    Comment #30939211

    My main side-project site right now is Derw, a programming language like Elm but with Typescript interop. The homepage is https://derw-lang.github.io/ , and there's a PR open to im…

  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #30422316

    Roughly, Reason is OCaml, Derw is more like Haskell/Elm. Derw wears the Elm influence proudly, with similar design decisions and goals, and similar standards for tooling. Reason is…

  17. comment
    Comment #30420485

    Derw[0], an ML-family language that targets TypeScript or JavaScript. The aim is to have a language similar to Elm, but can do interop with TS a lot easier. I'm mostly excited that…

  18. comment
    Comment #30041440

    Nice, simple and easy to use! I implemented a copy in Derw[0] here[1], with a link back to yours, of course. [0] - https://derw-lang.github.io/ [1] - https://derw-lang.github.io/ex…