RE: Feature request/help: evaluating template haskell at runtime

2007-05-23 Thread Simon Peyton-Jones
PROTECTED] On | Behalf Of Rene de Visser | Sent: 20 May 2007 21:30 | To: glasgow-haskell-users@haskell.org | Subject: Feature request/help: evaluating template haskell at runtime | | Hello, | | I am attempting some genetic programming in Haskell. | | Rather than defining my own data type for programs

Feature request/help: evaluating template haskell at runtime

2007-05-20 Thread Rene de Visser
Hello, I am attempting some genetic programming in Haskell. Rather than defining my own data type for programs and writing my own interpreter, I want to use the template haskell expression data types and evaluate them with the rts's byte code interpreter. This gives me a nice fast interpreter