Re: Interpret haskell within haskell.

2002-12-20 Thread Bill Harrison
www.cse.ogi.edu/~wlh/index.html Cheers, Bill Message: 1 Date: Thu, 19 Dec 2002 21:39:56 -0800 (PST) From: David Sankel <[EMAIL PROTECTED]> Subject: Interpret haskell within haskell. To: [EMAIL PROTECTED] I was wondering if there is any project that aims to interpret haskell within haskell.

RE: Interpret haskell within haskell.

2002-12-20 Thread Simon Marlow
> I was wondering if there is any project that aims to > interpret haskell within haskell. > > Is it feasable that a program can import a user's .hs > file that has something like: > > greeting :: String > greeting = "Something" > > port :: Int &g

Interpret haskell within haskell.

2002-12-19 Thread David Sankel
I was wondering if there is any project that aims to interpret haskell within haskell. Is it feasable that a program can import a user's .hs file that has something like: greeting :: String greeting = "Something" port :: Int port = 32 + 33 And the program can parse and exe