I'm sure this question has been asked before, (but unf. the Haskell archives aren't searchable without downloading each month seperately), so I hope nobody minds me asking again. Is there any way to get metadata or reflection capabilities in Haskell? cheers
Hi Srinivas Nedunuri
I'm sure this question has been asked before, (but unf. the Haskell archives aren't searchable without downloading each month seperately), so I hope
You can search here: http://www.mail-archive.com/haskell@haskell.org/
nobody minds me asking again. Is there any way to get metadata or reflection capabilities in Haskell? I do not know of any Java-like reflection capabilities in Haskell. However, "Scrap Your Boilerplate" (search google) and Generic Haskell can do a lot of the same stuff reflection can do in Java. Think of it as compile-time reflection.
/Mads
cheers
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
Dear Srinivas Nedunuri, Mensaje citado por Srinivas Nedunuri <nedunuri@cs.utexas.edu>:
I'm sure this question has been asked before, (but unf. the Haskell archives aren't searchable without downloading each month seperately), so I hope nobody minds me asking again. Is there any way to get metadata or reflection capabilities in Haskell?
Being a (somehow) related language, I would like to point out that Maude has full reflection capabilities, see http://maude.cs.uiuc.edu/ Best regards, Salvador. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
participants (3)
-
Mads Lindstrøm -
slucas@dsic.upv.es -
Srinivas Nedunuri