Interpret haskell within haskell.
20 Dec
2002
20 Dec
'02
5:39 a.m.
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 execute the user's function. I'm looking for something similar to the eval command in Python. Thanks, David J. Sankel
8652
Age (days ago)
8652
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Sankel