Re: Haskell: functional languages vs Lisp
From: Marco Antoniotti (marcoxa_at_cs.nyu.edu)
Date: 05/31/04
- Next message: David Steuber: "Re: Socket Programming"
- Previous message: Christopher C. Stacy: "Re: Haskell: functional languages vs Lisp"
- In reply to: Matthias Buelow: "Re: Haskell: functional languages vs Lisp"
- Next in thread: Julian Stecklina: "Re: Haskell: functional languages vs Lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 10:35:34 -0400
Matthias Buelow wrote:
>> Runtime type errors don't cause frequent problems, and of course it's
>> possible to add static type checking to Common Lisp, at least to a
>> certain degree.
>
>
> "To a certain degree"? How's that supposed to work? Either you have
> static typechecking, or you don't.
Check CMUCL. Also, either you have a dynamic language environment with
data and code equivalence or you don't. How do you expect to have that
in Haskell? Or Ocaml, or any of the admittedly nice "type-inferenced"
languages?
Cheers
-- Marco
- Next message: David Steuber: "Re: Socket Programming"
- Previous message: Christopher C. Stacy: "Re: Haskell: functional languages vs Lisp"
- In reply to: Matthias Buelow: "Re: Haskell: functional languages vs Lisp"
- Next in thread: Julian Stecklina: "Re: Haskell: functional languages vs Lisp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|