Y
Hacker News
new
|
ask
|
show
|
jobs
by
drng
1483 days ago
GHC (with GHCI) gives you this for Haskell. After moving from Haskell to C++ work, I really miss the interactive feedback loop (among many other things).
1 comments
kldx
1483 days ago
Have you tried
https://root.cern/cling/
? It works great in a jupyter notebook for quick prototyping of C++.
link