i'm getting into HAXE. I do really love the agnostic core language, but as soon as i run into a "complex" piece of software i need to use the designed language lib (flash.lib, or js.lib, etc).
Plus i always need lots of external libraries (tweening, image processing, etc, etc) that are all language specific.
Any hints on how i should approach the problem? Is there a "safe" agnostic libraries list?
How would you develop an application that should run on flash player but also on a javascript vm?