Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One important characteristic of this `readline(const char*)` call is that it blocks. So, if you're trying to write a REPL for a language that uses green threads for concurrency - I'm looking at you, GNU Smalltalk - then DON'T. At least not from the main thread.


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

Search: