Re: Translating circular Haskell code to lisp
- From: akopa <akopa.gmane.poster@xxxxxxxxx>
- Date: Wed, 28 May 2008 17:12:17 -0700 (PDT)
On May 28, 6:19 pm, Matthew D Swank <akopa.gmane.pos...@xxxxxxxxx>
wrote:
I am working throughhttp://www.haskell.org/tmrwiki/
WhyAttributeGrammarsMatter in lisp
oh yeah:
(defun foldr (fun init seq)
(reduce fun seq :initial-value init :from-end t))
--
"You do not really understand something unless you can explain it to
your
grandmother." -- Albert Einstein.
.
- References:
- Translating circular Haskell code to lisp
- From: Matthew D Swank
- Translating circular Haskell code to lisp
- Prev by Date: Translating circular Haskell code to lisp
- Next by Date: Re: Cells compared to Flow-Based Programming
- Previous by thread: Translating circular Haskell code to lisp
- Next by thread: Re: Translating circular Haskell code to lisp
- Index(es):
Relevant Pages
|
|