Hacker News new | past | comments | ask | show | jobs | submit login

One thing that's not nice in typical Lisp macros: for really complex transformations one needs a code walker. Unfortunately that part has a few problems: no standard code walker, complex api, different ways to access crucial information about the code in various implementations, ...



OCaml has a type-safe AST walker (two actually - one is part of camlp4 and the other called ocaml-ast-analyze).




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: