HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lindig

no profile record

comments

lindig
·mês passado·discuss
> Instead of regular expressions, Janet’s text wrangling is based around parsing expression grammars. Parsing expression grammars are simpler, more powerful, and more predictable than regular expressions.

I would dispute that this is the case. In PEGs, alternatives are not commutative, unlike in regular expressions. This can lead to quite frustrating debugging. While a valid choice, the advantage over REs is overstated.
lindig
·mês passado·discuss
> native ocaml repl has landed

What does this refer to? Most people use the OCaml `utop` REPL which isn't okay for some printf debugging but nowhere near what a Lisp could do.
lindig
·há 2 meses·discuss
The repository link on that page does not work. Is there a preview?