I am just experimenting , but want to use Dart as a scripting language for a high performance simulation application I\'ve been working on.(think games)
Basically u
I couldn't find any good article on this, only this discussion thread in Dart group. However, there are working demos in the Dart's source code.
Take a look at DartHost implementation in some of these projects - this should give you some idea about how to do it.