There are some examples of homoiconicity in other languages here:
http://c2.com/cgi/wiki?HomoiconicExampleInManyProgrammingLanguages
(being TCL, Joy and Io)
 
Also worth noting is the recent work by Ola Bini on Ioke. 

Another interesting homoiconic language was Apple's Dylan language - which 
transitioned from leading parentheses and prefix expressions (both 
S-Expressions) to  infix expressions and a more C-like syntax:
http://en.wikipedia.org/wiki/History_of_the_Dylan_programming_language#The_roots_of_changing_the_syntax_from_lisp_way_to_an_infix_one
 
I wonder what would be required for a modification to the clojure reader in 
order to do this...

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to