By reboltutorial
via reboltutorial.com
Published: Jul 06 2009 / 13:10
Rebol is a meta-circular language based on its Homoiconicity property.
From Wikipedia:
In computer programming, homoiconicity is a property of some programming languages, in which the primary representation of programs is also a data structure in a primitive type of the language itself, from homo meaning the same and icon meaning representation.
That’s why there’s no need of a complex Reflection API as you can just use rebol standard functions to get the meta-structure of your Objects. This is how.
Add your comment