ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

haxe: wirte actionscript on both client and server? Looks nice

(1/2) > >>

urlwolf:
Have you seen this?

haxe.

haXe is a high-level object-oriented programming language mainly focused on helping programers develop Websites and Web applications. haXe has been designed to be easily portable across several platforms. The haXe compiler supports the following platforms :
JavaScript : you can generate a single .js file from a set of haXe classes. You can access browser DHTML API as well as crossbrowser APIs such as Xml, Date or XmlHttpRequest... haXe is one of the best available languages to develop middle and large scale AJAX Web Applications.
Flash : haXe can compile a SWF file for Flash Players 6 to 9. The language has great features and is at the same time both strict and dynamic. Using haXe increases productivity compared to ActionScript. All the Flash APIs are available unchanged in haXe so you will quickly get used to the language, and porting your existing code to haXe will be easy.
Neko : haXe can compile bytecode that runs on the Neko Virtual Machine. An haXe program can then be run into the Apache web server (using mod_neko). This allows you to develop the server-side of your website using haXe. haXe has access to all Neko libraries such as filesystem, network, databases... and much more. Since it can easily be extended with additional libraries, haXe can be used to develop full-fledged desktop applications.
--- End quote ---

Check out types... very nice!

Thoughts?

Nobody seems to be using it out there, but it looks promising.

urlwolf:
You can see how easy it is to make a space invaders game in haxe here:
http://filt3r.free.fr/js/game1/

In less than 100 lines of code. It's french, but it's pretty obvious what everything does:
http://filt3r.free.fr/index.php/2007/12/02/35-haxe-javascript-shoot-em-up-100-lignes-de-code-

tinjaw:
It is quite a way down my list, but haxe is on my list of thing to play with. It looked nice from what I read on their website. However, the more I move from thinking about coding to actually coding I am toying with the idea of just sticking with Python for *everything*. I feel I could be more productive being *very* skillful with Python then somewhat skillful at dozens of languages/frameworks/etc.

kartal:
Has anyone been looking into this lately? I am kind of thinking to look at it more seriously mainly due to flash and javascript stuff.

mouser:
kartal, how about spending the next week making a game with haxe for this: https://www.donationcoder.com/forum/index.php?topic=22922

Navigation

[0] Message Index

[#] Next page

Go to full version