Am 30.06.2013 18:36, schrieb bearophile: > David: > >> Crazy idea... CTFE is basically done with a D interpreter isn't it? >> Can't this be used as library to implement a REPL? > > In a REPL you want persistent state too. CTFE deletes its state once > it's done. Yeah I know, but having a complete D interpreter as basis, this shouldn't be too hard to implement.