You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
Elm is a wonderful functional programming language.
We have found that Elm is a wonderful way to model business domains, in the spirit of Domain Modeling Made Functional.
I propose the addition of an Elm AST to unist.
This would allow to develop macros and transpilation to other languages (i.e. F# or OCaml).
Expected behaviour
Using something like elm-syntax we should get a unist style elm syntax tree.
This means we don't need a parser.
Alternatives
I've undergone this process outside of the unified ecosystem, but the unified ecosystem offloads many concerns that would otherwise need to be addressed.
The text was updated successfully, but these errors were encountered:
Subject of the feature
Elm is a wonderful functional programming language.
We have found that Elm is a wonderful way to model business domains, in the spirit of Domain Modeling Made Functional.
I propose the addition of an Elm AST to unist.
This would allow to develop macros and transpilation to other languages (i.e. F# or OCaml).
Expected behaviour
Using something like elm-syntax we should get a unist style elm syntax tree.
This means we don't need a parser.
Alternatives
I've undergone this process outside of the unified ecosystem, but the unified ecosystem offloads many concerns that would otherwise need to be addressed.
The text was updated successfully, but these errors were encountered: