Haxe Learning (1)

Source: Internet
Author: User

Haxe is mainly usedProgramPut it together for development. For example, if you want to develop flash + PHP applications, that is, the front-end is flash and the backend is Php, then you don't need two development environments. You can use haxe all-inclusive, it is to use haxe to develop flash (Flash 9 is supported), and use haxe to develop PHP. haxe can generate SWF files, PHP files, and JavaScript files. Haha, okay ....

Installation:

1, from the official website (http://haxe.org /? Lang = cn) to download haxe, install Neko before downloading, put haxe and Neko together, and click haxe to install, A motion-twin directory will be generated under your system disk's program files ,,

2. Create a helloworld instance,

Test. HX:

Class test {
Static function main (){
Trace ("haxe test ");
}
}

Compile. hxml

-SwF test.swf
-Main Test

Compile the statement to double compile.hxml. if it succeeds, a test.swf will be generated.

But there is one thing in it: these files must be saved in ANSI format when they are saved. Otherwise, an error will be reported during compilation.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.