Nasal introduction: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
m (continuation passing style programming in Nasal)
Line 1: Line 1:
Sandbox for starting a beginner's introduction to Nasal scripting:  
Sandbox for starting a beginner's introduction to Nasal scripting:  


Line 33: Line 32:
* [[functional programming in Nasal]]
* [[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: Neural networks in Nasal]]
* [[Howto: Neural networks in Nasal]]
* [[Nasal optimization and efficiency hints]]
* [[Nasal optimization and efficiency hints]]

Revision as of 13:59, 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: