DEV Community

Discussion on: The Programming Language That Changed My Life!

Collapse
 
combinatorylogic profile image
combinatorylogic

Yes, these two are doing it right, and is a very unfortunate myth that you need S-expressions in order to do an AST-level metaprogramming comfortably.

I even demonstrated it with a C syntax, just for giggles: github.com/combinatorylogic/clike

Thread Thread
 
gypsydave5 profile image
David Wickes

You have my attention 😄

Thread Thread
 
combinatorylogic profile image
combinatorylogic

Feel free to browse that project and everything else there, pretty much all the stuff I'm working on is related to static metaprogramming one way or another. Also, take a look at the generated docs and a small tutorial