0
votes
Favorite (non-esoteric) Programming Language
Python...
I programmed primarily in C/C++ at work, with some Perl to facilitate the build process. Once I learned Python I haven't had as much use for Perl. I'm playing a bit with Ruby, as it has …
1
vote
What are the biggest differences between Python and Ruby from a philosophical perspective
They're both really pretty interesting beasts that solve the same problems. Python feels a little more mature, and runs faster currently, but there is a lot of momentum in the Ruby community.
…
0
votes
Why is Perl the best choice for most string manipulation tasks?
Perl was the go-to language for a long time. The problem is it can be pretty messy and difficult to maintain (some people can write Perl that avoids this, but it is very easy to wrote ugly code). I …
