"Neil Mitchell" <[EMAIL PROTECTED]> wrote: > > How would a Haskell compiler look like that targets a FPGA? That is, > > compiling down to configware, not to a RTS built on top of it. > > http://www-users.cs.york.ac.uk/~mfn/reduceron2/ > I'm only on page 5 and already drooling.
fact n = 1 (n (==)) 1 (fact (1 (n (-))) (n (*))) looks somewhat suspiciously like forth to me. -- (c) this sig last receiving data processing entity. Inspect headers for past copyright information. All rights reserved. Unauthorised copying, hiring, renting, public performance and/or broadcasting of this signature prohibited. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
