A language is pretty much ready when it has a compiler, some examples, and similar. (Obviously not all languages compile, but there should be working tools to build/run the code.)
But it is only "done" when it has good examples and a decent standard library. Too often languages don't have a decent interface to legacy/C code, and without that I'm probably not going to touch them.
3 comments
[ 5.9 ms ] story [ 23.2 ms ] threadBut it is only "done" when it has good examples and a decent standard library. Too often languages don't have a decent interface to legacy/C code, and without that I'm probably not going to touch them.