From dc1cedba237515ac39a6b90445c81f61430cceb7 Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Tue, 29 Oct 2019 09:56:20 +0100 Subject: [PATCH] Fix favicon + add more targets --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 576f4a4..8bd6109 100644 --- a/index.html +++ b/index.html @@ -194,11 +194,11 @@

Try Haxe - The Haxe Playground

- Haxe is an awesome language that compiles to Javascript, Flash, C++, PHP, Neko, Java, C# and Python. - It thus allows to write applications that target native iOS, Android as well as traditional browsers (HTML5 or SWF), servers and desktops (Mac, PC or Linux). + Haxe is an awesome language which compiles to JavaScript, C++, C#, Java, JVM, Python, Lua, PHP, Flash and allows access to each platform native capabilities. Haxe has its own VMs (HashLink and NekoVM) but can also run in interpreted mode. + It thus allows to write applications that target native iOS, Android but also runs in browsers (HTML5), servers and desktops (Mac, PC or Linux).

- The source code of try-haxe is available on GitHub. + The source code of try-haxe is available on GitHub.