Live data from Hacker News

Viewing profile — rnart

rnart

HN member
Joined
Sat, Jul 13, 2024, 12:08 PM UTC
HN karma
2
Public activity
2 items

About rnart

No profile information was provided.

Recent public activity

  1. comment
    Comment #40953632

    I disagree here. The syntax can be infuriating at first, but once you understand it, Lex/Yacc are rock solid and speed up development significantly.

  2. comment
    Comment #40953610

    Yes, OCaml with its very complex syntax and hundreds of features uses the OCaml equivalents of Lex/Yacc. It is a myth that one cannot use Lex/Yacc in production.