[Prototype-core] Re: $super keyword

2009-01-05 Thread Ryan Gahl

 I personally worry more about relying on non-standard behavior (i.e.
 function decompilation)


 Say what?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: $super keyword

2009-01-05 Thread Ryan Gahl
On Mon, Jan 5, 2009 at 11:23 AM, Ryan Gahl ryan.g...@gmail.com wrote:

 I personally worry more about relying on non-standard behavior (i.e.
 function decompilation)


  Say what?





Oh, do you mean how the $super mechanism enumerates the method names and
whatnot?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: Prototype in French

2009-01-05 Thread Yaffle
А Смысл? В API вроде все по-русски написано, Все равно надо код
смотреть чаще, если что не понятно.
Вот в коде уже есть вопросы зачем

On Jan 5, 6:58 pm, Cyril CHARLIER cyril.charl...@gmail.com wrote:
 Hi all,

 is there a way to translate the API or Doc to French ?

 I started a translation when it was version 1.5... but it will be more
 efficient if it is an official project !

 Any idea to ask it to Andrew or Tobie ?

 thanks to all !

 Cyril

 PS : I make the same message in LinkedIn Discussion sorry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: $super keyword

2009-01-05 Thread Ryan Gahl
Yea, that's what I meant (I read the code when it was released and knew it
was something weird like that).

I agree, 'tis a hack...



On Mon, Jan 5, 2009 at 11:48 AM, kangax kan...@gmail.com wrote:




 On Jan 5, 12:24 pm, Ryan Gahl ryan.g...@gmail.com wrote:
  On Mon, Jan 5, 2009 at 11:23 AM, Ryan Gahl ryan.g...@gmail.com wrote:
   I personally worry more about relying on non-standard behavior (i.e.
   function decompilation)
 
Say what?
 
  Oh, do you mean how the $super mechanism enumerates the method names and
  whatnot?

 No, `$super` relies on parsing return value of
 `Function.prototype.toString` (when extacting argument names - and `
 $super` in particular). This is non-standard functionality. Clients
 are free to return any function representation (including omitting
 argument names) when invoking `toString` on a function object. At
 least one browser (Opera mini) does that : )

 --
 kangax
 



-- 
Ryan Gahl
CEO
Nth Penguin, LLC
http://www.nthpenguin.com
--
WebWidgetry.com / MashupStudio.com
Future Home of the World's First Complete Web Platform
--
Inquire: 1-920-574-2218
Blog: http://www.someElement.com
LinkedIn Profile: http://www.linkedin.com/in/ryangahl

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: Prototype in French

2009-01-05 Thread Sébastien Gruhier
TTD's book is a great book in French 
http://www.eyrolles.com/Informatique/Livre/bien-developper-pour-le-web-2-0-9782212123913
 
  :)


On Jan 5, 2009, at 2:58 PM, Cyril CHARLIER wrote:


 Hi all,

 is there a way to translate the API or Doc to French ?

 I started a translation when it was version 1.5... but it will be more
 efficient if it is an official project !

 Any idea to ask it to Andrew or Tobie ?

 thanks to all !

 Cyril

 PS : I make the same message in LinkedIn Discussion sorry
 

---
http://xilinus.comWeb Application Development, Consulting, Training
http://mapeed.com Markers fusion plugin for your online maps





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Prototype in French

2009-01-05 Thread Cyril CHARLIER

Hi all,

is there a way to translate the API or Doc to French ?

I started a translation when it was version 1.5... but it will be more
efficient if it is an official project !

Any idea to ask it to Andrew or Tobie ?

thanks to all !

Cyril

PS : I make the same message in LinkedIn Discussion sorry
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: Prototype in French

2009-01-05 Thread Simon Charette
Well I might be interested to help you translate the doc to french also.

2009/1/5 Christophe Porteneuve t...@tddsworld.com


 Sébastien Gruhier a écrit :
  TTD's book is a great book in
  French
 http://www.eyrolles.com/Informatique/Livre/bien-developper-pour-le-web-2-0-9782212123913
  :)

 TDD, man.  Although I'm discontinuing the nickname :-)  Also, the book
 is a great French resource, but in its 2nd edition, which is up-to-date
 on 1.6.0.2 (the first edition was geared towards 1.5.0).

 --
 Christophe Porteneuve aka TDD
 t...@tddsworld.com

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---