Skip to Content.
Sympa Menu

patterns-discussion - [patterns-discussion] Homoiconicity Pattern Language?

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

[patterns-discussion] Homoiconicity Pattern Language?


Chronological Thread 
  • From: "Mike Beedle" <beedlem AT e-architects.com>
  • To: <patterns-discussion AT cs.uiuc.edu>
  • Subject: [patterns-discussion] Homoiconicity Pattern Language?
  • Date: Sat, 14 Aug 2004 03:07:38 -0500
  • Importance: Normal
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/patterns-discussion>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>



http://c2.com/cgi/wiki?HomoiconicLanguages

Homoiconicity is perhaps the deepest and most fundamental property
of a computer language -- one that can be attributed to bring forth
the most adaptability and or life resemblance.

Perhaps it is best understood in the form of a pattern language.

Does anyone know an existing pattern language for Homoiconicity?

mb

(defvar e8 (make-simple-lie-algebra "e8"
#(#(1 -1 0 0 0 0 0 0)
#(0 1 -1 0 0 0 0 0)
#(0 0 1 -1 0 0 0 0)
#(0 0 0 1 -1 0 0 0)
#(0 0 0 0 1 -1 0 0)
#(0 0 0 0 0 1 -1 0)
#(0 0 0 0 0 0 1 -1)
#(0 0 0 0 0 0 1 +1)
#(1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2))))






Archive powered by MHonArc 2.6.16.

Top of Page