General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Brent Jacobs
ThePrimeTime
comments
Comments by "Brent Jacobs" (@br3nto) on "The BEST Backend Language for You | Prime Reacts" video.
22:44 Ruby should be higher than Python on all those lists. Ruby is actually awesome. It has amazing libraries, it’s super flexible which makes integration with other systems amazing, it has awesome frameworks like Arel, ActiveRecord, ERB, and Rails which make it a breeze to build some amazing stuff very quickly. You can easily make command line tools either by making the file executable, or using libraries like rake. The meta programming functionality is next level. It interoperates with C. So if something is slow, build the parts you need in C instead. It’s a super flexible and concise language.
9