20,741
edits
 (→Nasal code coupled to the autopilot system:  http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38172.html)  | 
				|||
| Line 208: | Line 208: | ||
    });  |     });  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
Unfortunately, some core developers are opposed to the idea, i.e. avoid *any* Nasal in the fast simulation loop of the FDM, because Nasal execution is slow and non-deterministic. Running it in the fast simulation loop is the last thing we want[http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg38172.html].  | |||
Also see:  | Also see:  | ||