No.507
I know Python but Ruby seems more interesting.
No.508
I'm more of a Ruby guy
No.509
Kinda like Python more.
Its syntax appeals to me more and I think making C modules is easier.
No.627
>>626I've been very interested in Lua for a while. I might look into it more now.
No.628
>>626It has less libraries available than Python though.
And for embeddable, easy C-interoperability langs, I'd rather go with Guile.
No.629
I know mainly Python and a bit of Ruby. I think Ruby is a little confusing in how many ways there are to do the same thing since i learned Python first.
No.630
>>628>less libraries available than PythonThis is, to me, irrelevant. Porting C libraries to lua is so easy you could do it in a day or two, depending on the size of the library.
No.632
Ruby all the way. Ruby is a very well designed language, the deeper you learn it, the more you see how everything connects, which is the opposite of most languages where the deeper you learn it the more you get caught up in idiosyncrasies.
Potentially the best scripting language would be Coffeescript, they got everything right. But its not a standalone language, its just a transpiler to Javascript.
No.633
Ruby, It's Syntax is nicer but I believe Python has a larger community with bigger support.
( But that doesn't make up for how soykaf it feels to program in it )
No.733
Greatly prefer Python, if only for the massive support and great libraries. The only time I use Ruby is to write Metasploit modules (ergo, not by choice), and I just don't care for how loose the language feels. Also it's slow.
No.734
>>733I thought Python was supported for Metasploit modules for the last few years? Maybe I was misinformed.
No.735
>>734You can hack stuff together with Python using msgrpc, but it's un-intuitive and being that Metasploit is already written in Ruby, using Ruby just makes sense to me in this case.