Changes for page Homoiconicity

Last modified by Nicolas Gregoire on 2012/01/05 00:18

From version 1.1 Icon
edited by Nicolas Gregoire
on 2012/01/04 23:25
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Nicolas Gregoire
on 2012/01/04 23:25
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,12 +1,10 @@
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 :
1 +Homoiconicity is the property of a programming language that the code and the data are stored in the same format. For example, the following languages are homoiconics :
2 2  
3 3  * ASM : using bytes stored in memory
4 4  * Lisp : using lists and theirs sub-types
5 -~* XSLT : using the XML format
5 +* XSLT : using the XML format
6 6  
7 7  
8 8  
9 9  
10 10  
11 -
12 -