Hacker News new | ask | show | jobs
by dmaz 5125 days ago
I do like Python but haven't used it for anything more than a few thousand lines.

The dynamic nature puts many errors into the runtime stage and increases verification complexity. Can be limited by static code checking, but grows cumbersome.

1 comments

What do you use for longer programs?
Go if possible, C++ otherwise.