Search Results

0
votes

Why does Ruby seem to have fewer projects than other programming languages?

I find Ruby very attractive in several ways, but it has some issues holding it back. The biggest I think is that Python already covers much of the same ground, has a larger library of proj …
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 …