3/27 Howdy, I just released the first beta of iGMonkey, a powerful
javascript framework designed to make it easy to query, retrieve,
manipulate, transform, and compare HTML and XML documents. Right now
iGMonkey targets the Google Homepage API
platform (http://www.google.com/apis/homepage but I plan to extend
it to support others, such as Firefox's Greasemonkey
plugin (http://greasemonkey.mozdev.org If you hack javascript or
Google Homepage Modules, please check it out and let me know what you
think:
http://www.csua.berkeley.edu/~dans/igmonkey
P.S. OB Dieter says, ``Touch my monkey! Touch him! Love him!''
-dans
\_ Re: map() and foreach(): did you ever look at prototype.js? A lot
of this sort of functionality is in there already.
\_ Yes, I have. I plan to push some of my code back to
prototype.js. prototype.js' map function is a crippled map that
only takes a one argument function and one list. iGMonkey's
map is a true generalized map that takes an n argument function
and n lists. Don't get me wrong, I like prototype.js. Also,
prototype.js' goal seems to be to make javascript work like
ruby, which is fine, if that's what you want. Furthermore,
prototype.js is monolithic, as far as I know, there's no way to
pick and choose just the bits of functionality you want from it.
I am working on a real #include function for javascript to make
iGMonkey more component based. Hopefully the prototype.js folks
will find this useful. -dans
\_ That's it? That's your "I'm going to change the world" project?
\_ I don't believe I said I was working on a world changing
project. That said, most change is a gradual thing. Sure, if
you're the leader of a major world power you can demolish a
country on the other side of the world for shits and giggles
(oh and because its leader was a bad man), and do it in days.
Notably, the real change, i.e. the reconstruction effort usually
takes longer. If Linus declared that the aim of Linux was total
world domination in his original 1993 usenet announcement, I'm
sure you'd have written him off as a kook. But here we are 13
\_ You've already been written off as a kook.
years later, and Linux has changed the world. To me, starting
small is the only sensible way to single-handedly launch a
project. With hard work and a lot of luck, ambitious small
projects grow up into big world-changing projects, which is to
say that big projects and big ideas don't pop out of people's
heads fully formed like Athena. And to respond to the snark in
your comment, what have you written lateley? -dans |