On Thursday 08 February 2007, Mislav Marohnić wrote: > On 2/8/07, Alexander Presber <[EMAIL PROTECTED]> wrote: > > How is the state of affairs in introducing Dean Edwards Base > > inheritance to prototype? There are some tickets on inheritance, > > but one especially for that? > > I tried to introduce Base to Prototype once. It was when my level of > JavaScript knowledge was so high I thought I can handle it all. > > My first task was to "decompile" Base into Prototypish code in order > actually *understand* it. I'm ashamed to say that I failed at that > first step, thus realizing I have much to work until I reach the > "Edwards" level. Hence my involvement with Prototype. > > Months later I'm still kinda reluctant to face Base source again. > But, I'm building my strength up to it.
Dean has explained the use of Base on his blog http://dean.edwards.name/weblog/2006/03/base The code accompanying "Pro JavaScript Techniques" by John Resig has a slightly commented version of Base.js (Chapter 3) http://www.apress.com/book/supplementDownload.html?bID=10163&sID=4026 For something entirely different, Alex Arnell has an inheritance implementation that (purportedly) plays well with Prototype http://twologic.com/projects/inheritance/ In case anyone was interested... Michael -- Michael Schuerig mailto:[EMAIL PROTECTED] http://www.schuerig.de/michael/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
