Tag Archive for 'ruby'
RubyAnnotations
dsl
26 October 2006
One of Ruby’s most popular features is its support for
metaprogramming, that is features that act like they change the
language itself - introducing things like new keywords.Although the mainstream curly-brace languages have less support
for metaprogramming in general, one useful feature they do have is
Annotations. Annotations are an important capability for
the language enhancement InternalDslStyle. At […]