ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Ruby executable

(1/1)

dironman:
Link to make your ruby script into executable.

http://www.erikveen.dds.nl/rubyscript2exe/index.html

I tried Ruby recently, and I like it! Ruby is like the crazy Uncle who will let you do what ever you want.



mouser:
Ruby is like the crazy Uncle who will let you do what ever you want.
--- End quote ---
:lol:  :lol:  :lol:  :lol: :lol:  :lol:  :lol:  :lol: :lol:  :lol:  :lol:  :lol: :lol:  :lol:  :lol:  :lol: :lol:  :lol:  :lol:  :lol:

ps.
very nice find.  :Thmbsup:

mouser:
there are a lot of nice features of ruby, no doubt about it.
though i did decide it wasn't my perfect language: https://www.donationcoder.com/forum/index.php?topic=4341.0

dironman:
Also, here is a Python, Ruby, Java, C++ shoot out that I found very interesting.
Too bad perl wasn't included in this comparison.

http://dmh2000.com/cjpr/

Link to side by side comparison
http://www.dmh2000.com/cjpr/cmpframe.html

C++ vs Java
Java garbage collection is the big productivity gain
Java is significantly slower than C++
C++ is (much) harder to code correctly than any of the others
Java vs Python/Ruby
Python/Ruby interpreted execution and dynamic typing are big productivity gains over Java.
Python/Ruby are slower than Java
Python/Ruby programs need less extraneous scaffolding (cleaner code)
There are two important tradeoffs : [interpreted vs. compiled] and [static vs. dynamic typing]
Python vs. Ruby nearly equivalent
--- End quote ---

Navigation

[0] Message Index

Go to full version