| 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]
|
|
|