bogdan's recent activity

  1. Comment on What is your favourite programming language? in ~comp

    bogdan
    Link
    Racket for the sheer amount of thought and engineering that has gone into it. The community is wonderful and the standard library is feature-packed but consistent. Everything is well documented...

    Racket for the sheer amount of thought and engineering that has gone into it. The community is wonderful and the standard library is feature-packed but consistent. Everything is well documented and cross-platform-ness is heavily emphasized (this is also a minus in certain cases, because to do platform-specific stuff (eg. fork(2)) you need to either use the ffi or use an external package). It's also consistently among the fastest dynamic programming languages out there.

    4 votes