Hacker News new | past | comments | ask | show | jobs | submit login

Sure: https://cdn.rawgit.com/root-project/cling/master/www/index.h...

Can’t speak to its quality, but there’s nothing stopping someone from writing a repl from a sufficient compiler API... and “good” is only limited by inference quality and runtime performance. IDEs are pretty snappy at showing you autocomplete as you type regardless of whether the language has a garbage collector. And performance - well, that’s what caching would be for, and an optimized compiler design that only needs to recompile changed code...

I would also point out the “auto” keyword in CPP likely saves folks a lot of typing ;-) I know it and similar inferences changed my mind on the whole static vs dynamic debate...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: