IntelliJ Java IDE
The moose likes Ruby and the fly likes [Practical Ruby Gems - Question] Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Ruby
Reply Bookmark "[Practical Ruby Gems - Question]" Watch "[Practical Ruby Gems - Question]" New topic
Author

[Practical Ruby Gems - Question]

Prabhakar Chaganti
author
Ranch Hand

Joined: Nov 30, 2004
Posts: 50
Hi David,

How would you compare gems to the standard python packaging format of eggs?

thanks
prabhakar


Packt Author Page (http://www.packtpub.com/author_view_profile/id/120)
David Berube
author
Greenhorn

Joined: Jun 18, 2007
Posts: 26
They very similar; Python Eggs were essentially a reply to RubyGems, and embody most of the same features; versioning, dependencies, archiving, etc. RubyGems might be slightly more mature than Python Eggs - the Python Eggs dev site lists it as "close to beta quality" - but I definitely wouldn't use either as a reason to choose a language.

Both take essentially the same problem and solve it in more or less the same way.

Take it easy,

David Berube
 
 
subject: [Practical Ruby Gems - Question]
 
Threads others viewed
Difference between gems and plugins
Newbie can't run Ruby in debug, help!
Default values for static variables
Plugins and Gems
Ruby 1.8 and MySql problem
IntelliJ Java IDE