A guide to Boo's metaprogramming and extensibility features?
Posted
by Mike K
on Stack Overflow
See other posts from Stack Overflow
or by Mike K
Published on 2009-11-01T02:51:09Z
Indexed on
2010/04/20
10:03 UTC
Read the original article
Hit count: 452
I'm interested in learning about Boo's more powerful features such as syntactic macros, parser support (Ometa?), compiler pipeline, etc. My impression is that these areas have been in flux and somewhat under-documented. Are there any good resources for learning about these things other than studying the source code?
© Stack Overflow or respective owner