▲ | mjburgess 4 days ago | |
algebraic datatypes (tagged unions + pattern matching); compiled, garbage collected (you dont really need memory management for a compiler), statically typed with inference | ||
▲ | hibikir 3 days ago | parent | next [-] | |
Yeah, the same reasons Scala has a built in parser combinator module in the standard library: Just easy to use with those features in the language | ||
▲ | fuzztester 3 days ago | parent | prev [-] | |
thanks. |