Wiki source code of Homoiconicity

Version 1.1 by Nicolas Gregoire on 2012/01/04 23:25

Show last authors
1 Homoiconicity is the property of a programming language where the code and the data are stored in the same format. For example, the following languages are homoiconics :
2
3 * ASM : using bytes stored in memory
4 * Lisp : using lists and theirs sub-types
5 ~* XSLT : using the XML format