haXe and Neko Portable is a fully functional Open Source development platform by Nicolas Cannasse that compiles a single Object Oriented programming language (haXe) into Flash, Javascript, PHP, Neko and more; haXe enables full source code reuse and communication between different platforms, while Neko in particular offers much more speed for server applications than for example PHP or Perl. For more info, see http://haxe.org/.
I just created a very alpha version for haXe and Neko Portable, to be found at http://www.cosix.com/haXeNekoPortable, but I have some issues that I need advice on:
1. The "application" just sets the environment; this conflicts with PortableApps regulations in that an application has to reset to the previous environment settings after it finishes. The only way to solve this I think is to make it a resident (taskbar ?) app. I simply have no experience with that.
2. To solve issue 1., I have a second application that does the missing job: it restores the previous environment settings. It has to be run by hand though before the portable app is removed...
3. I need some help with the launchers. Both 1. and 2. launchers are .BAT files at the moment, so I can't turn this into a "real" PortableApp package yet.
4. I need some advice how to store and restore the original environment settings. Both 1. and 2. launchers only contain a remark on this, but do not have this functionality yet...
I hope that someone here can give me some pointers. As a portable application, it works perfectly, but I would like to beef it up to standards.
Thanks in advance,
--
-Martijn Loots