Open
Description
Issue by thestinger
Thursday Oct 17, 2013 at 02:38 GMT
For earlier discussion, see rust-lang/rust#9898
This issue was labelled with: A-an-interesting-project, E-hard in the Rust repository
It shouldn't re-compile and re-run the entire input so far with each new addition, and should be able to recover from a compilation error or failure. This should likely be implemented in a separate repository until it's solid and has a working test suite.
A good basis for the design would be the cling REPL for C++ built on top of libclang using LLVM's JIT compiler.