Re: [Web-SIG] JavaScript libraries

2005-05-10 Thread Christopher Lenz
Am 03.05.2005 um 04:11 schrieb Ian Bicking: > The Javascript development community is young in other ways. Public > repositories and basic open source project management practices are > uncommon. We're still getting over a stage where everything is > presented as recipes instead of working code;

Re: [Web-SIG] JavaScript libraries

2005-05-10 Thread Carlos Ribeiro
On 5/10/05, Christopher Lenz <[EMAIL PROTECTED]> wrote: > Personally, I think that the recipe/cookbook style still works best > for JavaScript. Unlike other so-called "scripting" languages like > Python or Ruby, which have long grown to be powerful general purpose > languages, JavaScript really is

Re: [Web-SIG] JavaScript libraries

2005-05-10 Thread Ian Bicking
Christopher Lenz wrote: > Am 03.05.2005 um 04:11 schrieb Ian Bicking: > >> The Javascript development community is young in other ways. Public >> repositories and basic open source project management practices are >> uncommon. We're still getting over a stage where everything is >> presented as

Re: [Web-SIG] JavaScript libraries

2005-05-10 Thread Johnny deBris
Carlos Ribeiro wrote: >On 5/10/05, Christopher Lenz <[EMAIL PROTECTED]> wrote: > > >>Putting together a whole library or application is actually >>discouraged by the properties and restrictions of the language: no >>importing of external modules, no proper namespacing, etc. You really >>have to