Post #1401912
2026-02-05 15:48 UTC
@mlevison
I'm personally also somewhat in favor of code generation for example for data marshalling/unmarshalling, parsing etc.
But that's deterministic specific generators then, either existing (lex, yacc and successors, for example), or in house/ad hoc.
Replies (1)
-
@project1enigma@chaos.social 2026-02-05 15:49
@mlevison Or using higher level languages where this can be done as libraries supporting domain specific languages instead. (There is stuff like Boost.Spirit for C++, though that still feels less natural than say parser combinators for Haskell)