The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Analysis of library dependencies in the Ruby world…

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mauricio Fernández

Posts: 47
Nickname: batsman
Registered: Aug, 2003

Mauricio Fernández is an electrical engineering student
Analysis of library dependencies in the Ruby world… Posted: Oct 11, 2004 5:52 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Mauricio Fernández.
Original Post: Analysis of library dependencies in the Ruby world…
Feed Title: fail unless class << self; self end
Feed URL: http://www.thekode.net/blog/Tech/Ruby/syndication.rss
Feed Description: Ruby babblings.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Mauricio Fernández
Latest Posts From fail unless class << self; self end

Advertisement
I have analyzed the dependencies of over 130 libraries and applications available in the Ruby Production Archive. This represents over 10% of RAA so maybe some conclusions can be drawn… The libraries most depended on are log4r and redcloth. We can see that the dependency chains are quite short, and that in general there are few dependencies. I think the latter is due to the inclusion of several well-known libraries into Ruby’s stdlib in 1.8.

Take a look at the graph and try to extract some more information yourself… It represents only the libraries/applications that depend on, or are needed by, some other.

Read: Analysis of library dependencies in the Ruby world&#8230;

Topic: Doxygen-generated Pages for Ruby Source Code Previous Topic   Next Topic Topic: RubyConf 2004

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use