|
|
|
|
|
by 16s
4602 days ago
|
|
This is the same reason I re-wrote a lot of my Python code in C++ many years ago. Distributing one self-contained, statically linked executable just works and even the most clueless user can download and run it. But I still use a lot of Python and I'm sure this guy still uses a lot of Ruby. Everything has its place. |
|