Haxe is a high-level cross-platform programming language and compiler that can produce applications and source code for many different computing platforms...
25 KB (2,370 words) - 08:02, 3 November 2024
Enumerated type (section Haxe)
2021. "haxe/Either.hx at development · HaxeFoundation/haxe". Github. 7 November 2021. "Language Features". Haxe - The Cross-platform Toolkit. Haxe Foundation...
34 KB (4,434 words) - 15:35, 28 September 2024
products include:[citation needed] MTASC - fast ActionScript 2 compiler Haxe - multi-platform language similar to ActionScript 3 NekoVM - VM-based runtime...
21 KB (1,967 words) - 02:54, 8 November 2024
featured in the game. The game was quickly assembled using a pre-made flash-to-haxe pipeline. The prototype contained only a handful of music tracks and lacked...
19 KB (1,740 words) - 06:16, 8 November 2024
Source code editors for Erlang Go to this page: Comparison of IDE choices for Haxe programmers Java has strong IDE support, due not only to its historical and...
83 KB (876 words) - 22:04, 25 September 2024
January 23, 2016. "Haxe 2.4.0 - Haxe - The Cross-platform Toolkit". Haxe - The Cross-platform Toolkit. Retrieved 2017-09-12. "Manual - Haxe - The Cross-platform...
22 KB (2,055 words) - 09:26, 24 June 2024
Scheme, Self, AWK, HyperTalk Influenced ActionScript, ArkTS, AssemblyScript, CoffeeScript, Dart, Haxe, JS++, Opa, TypeScript JavaScript at Wikibooks...
95 KB (9,317 words) - 23:14, 1 November 2024
(programming language) Hamilton C shell Harbour Hartmann pipelines Haskell Haxe Hermes High Level Assembly (HLA) High Level Shader Language (HLSL) Hollywood...
28 KB (1,314 words) - 13:52, 6 November 2024
Lazy initialization (section Haxe)
Banana Apple Number of instances made: 2 Banana Apple This example is in Haxe. class Fruit { private static var _instances = new Map<String, Fruit>();...
25 KB (2,794 words) - 13:01, 25 October 2024
Variant type (COM) "Cyclone: Tagged Unions". "Using Enums - Haxe - The Cross-platform Toolkit". Haxe Foundation. "Nim Manual". nim-lang.org. Retrieved 2020-01-23...
24 KB (3,223 words) - 05:38, 28 May 2024
BeanShell, C#, Chapel, Clojure, ECMAScript, Fantom, Gambas, Groovy, Hack, Haxe, J#, Kotlin, PHP, Python, Scala, Seed7, Vala, JavaScript, JS++, ArkTS Java...
72 KB (6,610 words) - 15:31, 3 November 2024
FlashDevelop. Haxe is an open source, high-level object-oriented programming language geared towards web-content creation that can compile SWF files from Haxe programs...
147 KB (12,562 words) - 20:57, 7 November 2024
language compiler, created at Facebook, extending PHP with static types. The Haxe programming language compiler. HOL Light, a formal proof assistant. Infer...
38 KB (4,144 words) - 16:22, 8 November 2024
scripting language, or to target NekoVM by compiling another language (such as Haxe) to NekoVM bytecode. Neko has a compiler and a virtual machine (VM) with...
6 KB (483 words) - 10:00, 23 April 2023
String interpolation (section Haxe)
language - Syntax". groovy-lang.org. Retrieved 2021-06-20. "Haxe - Manual - String interpolation". Haxe - The Cross-platform Toolkit. Retrieved 2017-09-12. https://docs...
22 KB (2,210 words) - 02:55, 16 October 2024
complete and then move onto a more commercially viable title. Pope used the Haxe programming language and the NME framework, both open-source. He was able...
53 KB (4,675 words) - 03:37, 29 September 2024
List of unit testing frameworks (section Haxe)
This is a list of notable test automation frameworks commonly used for unit testing. Such frameworks are not limited to unit-level testing; can be used...
186 KB (6,720 words) - 00:53, 1 November 2024
notable use of MoonScript is the video game distribution website Itch.io. Haxe supports compiling to some Lua targets, including Lua 5.1-5.3 and LuaJIT...
50 KB (5,301 words) - 16:16, 8 November 2024
Foreach loop (section Haxe)
In computer programming, foreach loop (or for-each loop) is a control flow statement for traversing items in a collection. foreach is usually used in place...
41 KB (4,062 words) - 07:04, 4 September 2024
including: ATS Ceylon Clean Coq C++ Elm Dart Flow F# F* Free Pascal Haskell Haxe Hope Idris Java (16 for product types, 17 for sum types) Kotlin Limbo Language...
17 KB (2,095 words) - 15:37, 15 October 2024
include Ada, ActionScript, C++, Common Lisp, C#, Dart, Eiffel, Fortran 2003, Haxe, Java, JavaScript, Kotlin, Logo, MATLAB, Objective-C, Object Pascal, Perl...
70 KB (7,809 words) - 21:02, 6 November 2024
Yes No Floored rem Yes No Truncated Data.Fixed.mod' (GHC) No Yes Floored Haxe % Yes No Truncated HLSL % Yes Yes Undefined J | Yes No Floored Java % Yes...
46 KB (3,331 words) - 06:09, 23 October 2024
Foundation. Gosu, an extensible type-system language compiled to Java bytecode Haxe, a cross-platform statically typed language that targets Java and the JVM...
18 KB (1,394 words) - 17:51, 4 November 2024
Major implementations Adobe Flash Player, Adobe AIR, Apache Flex, Scaleform GFx Influenced by HyperTalk, JavaScript, Java Influenced Haxe, TypeScript...
40 KB (4,783 words) - 02:56, 28 September 2024
Ĥ, a character in the Esperanto language .hx, the file extension for the Haxe programming language HX (convoy), a convoy code used during World War II...
909 bytes (139 words) - 18:36, 7 November 2024
languages such as Prolog, Erlang, Dylan, Scala, Nemerle, Rust, Elixir, Nim, Haxe, and Julia. They are also available as third-party extensions to JavaScript...
32 KB (3,881 words) - 10:58, 21 October 2024
Examples of anonymous functions (section Haxe)
are all equivalent: f x y = x + y f x = \y -> x + y f = \x y -> x + y In Haxe, anonymous functions are called lambda, and use the syntax function(argument-list)...
61 KB (7,400 words) - 02:52, 31 October 2024
function - HaskellWiki". wiki.haskell.org. Retrieved 2022-01-14. "Lambda". Haxe - The Cross-platform Toolkit. Retrieved 2022-01-14. "Functions - JavaScript...
30 KB (2,283 words) - 13:14, 19 October 2024