Viewing profile — derw-lang
derw-lang
HN member- Joined
- Sat, Jan 22, 2022, 10:25 PM UTC
- HN karma
- 6
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About derw-lang
No profile information was provided.
Recent public activity
-
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,…
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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…
- story
- story
- story
- story
-
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…
-
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…
-
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…