Nasal introduction: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (continuation passing style programming in Nasal)
mNo edit summary
Line 30: Line 30:
* [[multiplayer scripting in Nasal]] (mp_broadcast.nas)
* [[multiplayer scripting in Nasal]] (mp_broadcast.nas)
* [[object oriented programming in Nasal]]
* [[object oriented programming in Nasal]]
* [[functional programming in Nasal]]
* [[Howto: Functional programming in Nasal]]
* [[multi threaded programming in Nasal]] (worker threads)
* [[multi threaded programming in Nasal]] (worker threads)
* [[Howto: Continuation-passing style programming in Nasal]] (threading related)
* [[Howto: Continuation-passing style programming in Nasal]] (threading related)

Revision as of 14:34, 16 October 2011

Sandbox for starting a beginner's introduction to Nasal scripting:

At the moment (10/2011) this is more or less a collection of ideas that shall eventually be covered, if you have any other ideas/requests, please feel free to add them here. Also, if you'd like to get involved in updating and improving the existing documentation, please just go ahead, too!

Suggested topics include: