Since 5/5/2012 4:54:47 PM, framlingham has written 1 articles and participated in 3 conversations. framlingham signature: framlingham
framlingham's articles:
Items(1) /1
A Simple Lisp Logo757 (6/15/2008 10:07:26 AM) comp.lang.lisp Hi all you lispers! I had a go at a simple lisp logo, inspired by Xah's version of the twisty lisp logo. http://www.geocities.com/fram_ling_ham/lisp_logos.png or http://www.geocities.com/fram_ling_ham/lisp_lo... framlingham
framlingham's replies:
Items(2) /1
A macro that quotifies its argument339 (3/28/2008 9:58:38 AM) comp.lang.lisp Hello, I want to create a macro that will have this expansion: (qq my-op) => (list 'my-op my-op) This is not quite it, I think: (defmacro qq (e) (list 'list e (symbol-value e))) It's "one level lower", i... eliben(221)
A Simple Lisp Logo757 (6/15/2008 10:07:26 AM) comp.lang.lisp Hi all you lispers! I had a go at a simple lisp logo, inspired by Xah's version of the twisty lisp logo. http://www.geocities.com/fram_ling_ham/lisp_logos.png or http://www.geocities.com/fram_ling_ham/lisp_lo... framlingham(4)