Difference between revisions of "JavaScript"

From Spherical
Jump to: navigation, search
(created)
 
(add Higher-order programming)
 
Line 6: Line 6:
 
* [[JavaScript/OOP Primer|OOP Primer]], a more thorough tutorial by Kamatsu which discusses Object-Oriented Programming in JavaScript in depth and the use of the ''Spheritype'' library to make it easier.
 
* [[JavaScript/OOP Primer|OOP Primer]], a more thorough tutorial by Kamatsu which discusses Object-Oriented Programming in JavaScript in depth and the use of the ''Spheritype'' library to make it easier.
 
* [[JavaScript/Advanced OOP|Advanced OOP]], a not-yet-written guide to using more advanced OOP theory and knowledge.
 
* [[JavaScript/Advanced OOP|Advanced OOP]], a not-yet-written guide to using more advanced OOP theory and knowledge.
 +
* [[JavaScript/Higher-order programming]], a tutorial regarding using advanced functional programming techniques in JavaScript.
 
* [[DaVince scripting tutorial]], a tutorial by [[User:DaVince|DaVince]] on the finer points of scripting for Sphere with JavaScript.
 
* [[DaVince scripting tutorial]], a tutorial by [[User:DaVince|DaVince]] on the finer points of scripting for Sphere with JavaScript.
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Latest revision as of 00:40, 15 June 2013

Disambiguation pageDisambiguation

This disambiguation page lists articles associated with the same title.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
JavaScript is the primary scripting language used in Sphere projects. This wiki contains the following JavaScript tutorials, some regarding JS in general and others for Sphere's particular JS API:
  • Simple OOP, a no-nonsense introduction to Object-Oriented Programming in JavaScript by Tunginobi.
  • OOP Primer, a more thorough tutorial by Kamatsu which discusses Object-Oriented Programming in JavaScript in depth and the use of the Spheritype library to make it easier.
  • Advanced OOP, a not-yet-written guide to using more advanced OOP theory and knowledge.
  • JavaScript/Higher-order programming, a tutorial regarding using advanced functional programming techniques in JavaScript.
  • DaVince scripting tutorial, a tutorial by DaVince on the finer points of scripting for Sphere with JavaScript.