Javascript comes actually at second place, and it is my firm
believe that Javascript is a rather bad language, especially as
far as a “prototype” programming language (and also for it being
so restricted to the www area).
But the fact that there is so much code about it, that flash games
are ubiquitous, simply means that the WWW is an incredibly
important area.
The WWW is the strategical key element for at least the next 10
years to come for ANY programming language. And this is my
assumption not only based on github, but by the rise of another
quite ugly language (PHP).
Javascript comes actually at second place, and it is my firm
believe that Javascript is a rather bad language
I find Javascript a rather beautiful language, its prototypes and open
objects are similar to Ruby and its singleton classes in power. It’s
the DOM that makes Javascript ugly.
I find Javascript a rather beautiful language, its prototypes and open
objects are similar to Ruby and its singleton classes in power. It’s
the DOM that makes Javascript ugly.
I agree. You can even extend core classes in Javascript as per Ruby (*).
There is a book “Javascript: The Good Parts” which expands on the clean
and elegant aspects of Javascript.
As for Ruby being top on github: that just demonstrates that the Ruby
community makes a lot of use of github, possibly because github itself
is written in Ruby. Maybe python users have their own preferred ways of
sharing code?
Maybe python users have their own preferred ways of sharing code?
Well, where? And Perl? And PHP?
Perl has CPAN, don’t know about PHP. Before there was github there was
sourceforge as a general open source repository. Python seems to have
the Python Package index http://pypi.python.org/pypi/
Github first became popular with the Ruby crowd, and really exploded
when Rails started using it for source code maintenance. That’s also
probably why JavaScript is the second most popular language,
The killer feature of course is the addition of ‘social’ open source
features.
On Mon, 22 Jun 2009 20:21:37 +0900, Brian C. wrote:
community makes a lot of use of github, possibly because github itself
is written in Ruby. Maybe python users have their own preferred ways of
sharing code?
Many Python users may prefer bzr or mercurial as their VCS, since both
are written in Python.
–Ken
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.