Y
Hacker News
new
|
ask
|
show
|
jobs
by
Scarbutt
2107 days ago
This is why languages like Ocaml are really nice to work with for this stuff.
1 comments
didibus
2106 days ago
Does OCaml have a good parsing DSL build in?
link
Scarbutt
2106 days ago
Yes, it's called Ocaml ;)
link
Nekorosu
2106 days ago
Could you elaborate on your point?
link
Scarbutt
2106 days ago
Ocaml's strong static typing with type inference and pattern-matching (with exhaustivity checking) suite this kind of work quite well, there's plenty of literature around for it.
link