Curation by thatbowlerhat 10 months, 4 weeks ago for query Haxe
Original results
-
http://haxe.org/ — found via Mwmbl
Haxe - The Cross-platform Toolkit
If you are currently evaluating Haxe from either a business or technical point of view, you can contact us . We can help you either directly, or by puttin…
-
http://lib.haxe.org/ — found via Mwmbl
Haxelib - the Haxe package manager
Haxe Library Manager A modular, open-source and cross-platform adventure Haxelib is the easiest way to find libraries and code for your Haxe project - an…
-
https://haxe.io/roundups/486/ — found via Mwmbl
Haxe Roundup № 486 | Haxe.io
Julie Games are looking for a Haxe/C# programmer to join their team in Moscow, Russia. Playtika are looking for a Haxe programmer to work at their Minsk b…
-
http://api.haxe.org — found via Mwmbl
top level - Haxe 4.2.5 API
Haxe API documentation version 4.2.5 Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler,…
-
http://api.haxe.org/ — found via Mwmbl
top level - Haxe 4.2.1 API
Haxe API documentation version 4.2.1 Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler,…
-
http://lib.haxe.org/all/ — found via Mwmbl
All Haxelibs
A library of Matchers (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typica…
-
https://api.haxe.org/haxe/Template.html — found via Mwmbl
haxe.Template - Haxe 4.2.5 API
str is parsed into tokens, which are stored for internal use. This means that multiple execute() operations on a single Template instance are more efficie…
-
http://code.haxe.org/ — found via Mwmbl
Learn with Haxe - Community driven Haxe code snippets, examples …
As an alternative to the traditional way of instantiating classes using the new keyword - which is how it's done in most object oriented languages such as…
-
http://api.haxe.org/Xml.html — found via Mwmbl
Xml - Haxe 4.2.5 API
Adds a child node to the Document or Element. A child node can only be inside one given parent node, which is indicated by the parent property. If the chi…
-
http://api.haxe.org/Date.html — found via Mwmbl
Date - Haxe 4.2.5 API
In the context of Haxe dates, a timestamp is defined as the number of milliseconds elapsed since 1st January 1970 UTC. Supported range Due to platform lim…
-
https://haxe.org/manual/lf-externs.html — found via Mwmbl
Externs - Haxe - The Cross-platform Toolkit
We see that externs can define both methods and variables (actually, PI is declared as a read-only property). Once this information is available to the c…
-
http://api.haxe.org/haxe/macro/TypeTools.html — found via Mwmbl
haxe.macro.TypeTools - Haxe 4.2.5 API
This function is mostly inverse to ComplexTypeTools.toType , but may lose some information on types that do not have a corresponding syntax version, such …
-
https://api.haxe.org/Reflect.html — found via Mwmbl
Reflect - Haxe 4.2.5 API
The object o is ignored in most cases. It serves as the this -context in the following situations: (neko) Allows switching the context to o in all cases. …
-
https://haxe.org/manual/std-Json-parsing.html — found via Mwmbl
Parsing JSON - Haxe - The Cross-platform Toolkit
Note that the type of the object returned by haxe.Json.parse is Dynamic , so if the structure of our data is well-known, we may want to specify a type usi…
-
http://api.haxe.org/IntIterator.html — found via Mwmbl
IntIterator - Haxe 4.2.5 API
class IntIterator It is usually not used explicitly, but through its special syntax: min...max While it is possible to assign an instance of IntIterator t…
-
https://haxe.org/manual/macro-type-building.html — found via Mwmbl
Type Building - Haxe - The Cross-platform Toolkit
Their context does have build fields, available from haxe.macro.Context.getBuildFields(). They are not called directly, but are argument to a @:build or …
-
https://www.silexlabs.org/haxe-at-massive-interactive/ — found via Mwmbl
Haxe at Massive Interactive
Haxe at Massive Interactive Philippe Elsass’ speech at the world wide Haxe conference WWX2015 In his talk “Haxe at Massive Interactive”, Philippe Elsass …
-
http://haxe.org/manual/types-enum-constructor.html — found via Mwmbl
Enum Constructor - Haxe - The Cross-platform Toolkit
EnumValue is a special type which unifies with all enum instances. It is used by the Haxe Standard Library to provide certain operations for all enum ins…
-
https://haxe.org/manual/types-abstract-forward.html — found via Mwmbl
Forwarding abstract fields - Haxe - The Cross-platform Toolkit
When wrapping an underlying type, it is sometimes desirable to "keep" parts of its functionality. Because writing forwarding functions by hand is cumberso…
-
https://haxe.org/manual/lf-condition-compilation.html — found via Mwmbl
Conditional Compilation - Haxe - The Cross-platform Toolkit
6.1 Conditional Compilation A compiler flag is a configurable value which may influence the compilation process. Such a flag can be set by invoking the c…
-
http://haxe.org/manual/class-field-property-rules.html — found via Mwmbl
Rules for getter and setter - Haxe - The Cross-platform Toolkit
Visibility of accessor methods has no effect on the accessibility of its property. That is, if a property is public and defined to have a getter, that get…
-
https://lib.haxe.org/documentation/using-haxelib/ — found via Mwmbl
Using Haxelib - Haxelib Documentation
You can specify a version by appending :version to the library name. If no version is specified the set version is used. If a development version is set i…
-
http://haxe.org/manual/macro-limitations-static-extension.html — found via Mwmbl
Static extension (Macros - Limitations) - Haxe - The Cross-platf…
The concepts of static extensions and macros are somewhat conflicting: While the former requires a known type in order to determine used functions, macros…
-
https://haxe.org/manual/lf-pattern-matching-introduction.html — found via Mwmbl
Introduction (Language Features - Pattern Matching) - Haxe - The…
Pattern matching is the process of branching depending on a value matching given, possibly deep patterns. In Haxe, pattern matching is primarily done with…
-
https://marketplace.visualstudio.com/items/haxedevs.haxe — found via Mwmbl
Legacy Haxe 3.2.1 - Visual Studio Marketplace
vscode-haxe Legacy note: This extension supports Haxe 3.2.1 (and perhaps earlier), and while it may work with later versions of Haxe, it is no longer und…
-
http://code.haxe.org/category/principles/everything-is-an-expression.html — found via Mwmbl
Everything is an expression - Principles - Haxe programming lang…
Actually, knowing that blocks are mere expressions, they are not necessarily required for e.g. functions so this is a perfectly valid function definition:…
New results
-
http://haxe.org/ — found via Mwmbl
Haxe - The Cross-platform Toolkit
If you are currently evaluating Haxe from either a business or technical point of view, you can contact us . We can help you either directly, or by puttin…
-
http://lib.haxe.org/ — found via Mwmbl
Haxelib - the Haxe package manager
Haxe Library Manager A modular, open-source and cross-platform adventure Haxelib is the easiest way to find libraries and code for your Haxe project - an…
-
https://haxe.io/roundups/486/ — found via Mwmbl
Haxe Roundup № 486 | Haxe.io
Julie Games are looking for a Haxe/C# programmer to join their team in Moscow, Russia. Playtika are looking for a Haxe programmer to work at their Minsk b…
-
http://api.haxe.org — found via Mwmbl
top level - Haxe 4.2.5 API
Haxe API documentation version 4.2.5 Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler,…
-
http://api.haxe.org/ — found via Mwmbl
top level - Haxe 4.2.1 API
Haxe API documentation version 4.2.1 Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler,…
-
http://lib.haxe.org/all/ — found via Mwmbl
All Haxelibs
A library of Matchers (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typica…
-
https://api.haxe.org/haxe/Template.html — found via Mwmbl
haxe.Template - Haxe 4.2.5 API
str is parsed into tokens, which are stored for internal use. This means that multiple execute() operations on a single Template instance are more efficie…
-
http://code.haxe.org/ — found via Mwmbl
Learn with Haxe - Community driven Haxe code snippets, examples …
As an alternative to the traditional way of instantiating classes using the new keyword - which is how it's done in most object oriented languages such as…
-
http://api.haxe.org/Xml.html — found via Mwmbl
Xml - Haxe 4.2.5 API
Adds a child node to the Document or Element. A child node can only be inside one given parent node, which is indicated by the parent property. If the chi…
-
http://api.haxe.org/Date.html — found via Mwmbl
Date - Haxe 4.2.5 API
In the context of Haxe dates, a timestamp is defined as the number of milliseconds elapsed since 1st January 1970 UTC. Supported range Due to platform lim…
-
https://haxe.org/manual/lf-externs.html — found via Mwmbl
Externs - Haxe - The Cross-platform Toolkit
We see that externs can define both methods and variables (actually, PI is declared as a read-only property). Once this information is available to the c…
-
http://api.haxe.org/haxe/macro/TypeTools.html — found via Mwmbl
haxe.macro.TypeTools - Haxe 4.2.5 API
This function is mostly inverse to ComplexTypeTools.toType , but may lose some information on types that do not have a corresponding syntax version, such …
-
https://api.haxe.org/Reflect.html — found via Mwmbl
Reflect - Haxe 4.2.5 API
The object o is ignored in most cases. It serves as the this -context in the following situations: (neko) Allows switching the context to o in all cases. …
-
https://haxe.org/manual/std-Json-parsing.html — found via Mwmbl
Parsing JSON - Haxe - The Cross-platform Toolkit
Note that the type of the object returned by haxe.Json.parse is Dynamic , so if the structure of our data is well-known, we may want to specify a type usi…
-
http://api.haxe.org/IntIterator.html — found via Mwmbl
IntIterator - Haxe 4.2.5 API
class IntIterator It is usually not used explicitly, but through its special syntax: min...max While it is possible to assign an instance of IntIterator t…
-
https://haxe.org/manual/macro-type-building.html — found via Mwmbl
Type Building - Haxe - The Cross-platform Toolkit
Their context does have build fields, available from haxe.macro.Context.getBuildFields(). They are not called directly, but are argument to a @:build or …
-
https://www.silexlabs.org/haxe-at-massive-interactive/ — found via Mwmbl
Haxe at Massive Interactive
Haxe at Massive Interactive Philippe Elsass’ speech at the world wide Haxe conference WWX2015 In his talk “Haxe at Massive Interactive”, Philippe Elsass …
-
http://haxe.org/manual/types-enum-constructor.html — found via Mwmbl
Enum Constructor - Haxe - The Cross-platform Toolkit
EnumValue is a special type which unifies with all enum instances. It is used by the Haxe Standard Library to provide certain operations for all enum ins…
-
https://haxe.org/manual/types-abstract-forward.html — found via Mwmbl
Forwarding abstract fields - Haxe - The Cross-platform Toolkit
When wrapping an underlying type, it is sometimes desirable to "keep" parts of its functionality. Because writing forwarding functions by hand is cumberso…
-
https://haxe.org/manual/lf-condition-compilation.html — found via Mwmbl
Conditional Compilation - Haxe - The Cross-platform Toolkit
6.1 Conditional Compilation A compiler flag is a configurable value which may influence the compilation process. Such a flag can be set by invoking the c…
-
http://haxe.org/manual/class-field-property-rules.html — found via Mwmbl
Rules for getter and setter - Haxe - The Cross-platform Toolkit
Visibility of accessor methods has no effect on the accessibility of its property. That is, if a property is public and defined to have a getter, that get…
-
https://lib.haxe.org/documentation/using-haxelib/ — found via Mwmbl
Using Haxelib - Haxelib Documentation
You can specify a version by appending :version to the library name. If no version is specified the set version is used. If a development version is set i…
-
http://haxe.org/manual/macro-limitations-static-extension.html — found via Mwmbl
Static extension (Macros - Limitations) - Haxe - The Cross-platf…
The concepts of static extensions and macros are somewhat conflicting: While the former requires a known type in order to determine used functions, macros…
-
https://haxe.org/manual/lf-pattern-matching-introduction.html — found via Mwmbl
Introduction (Language Features - Pattern Matching) - Haxe - The…
Pattern matching is the process of branching depending on a value matching given, possibly deep patterns. In Haxe, pattern matching is primarily done with…
-
https://marketplace.visualstudio.com/items/haxedevs.haxe — found via Mwmbl
Legacy Haxe 3.2.1 - Visual Studio Marketplace
vscode-haxe Legacy note: This extension supports Haxe 3.2.1 (and perhaps earlier), and while it may work with later versions of Haxe, it is no longer und…
-
http://code.haxe.org/category/principles/everything-is-an-expression.html — found via Mwmbl
Everything is an expression - Principles - Haxe programming lang…
Actually, knowing that blocks are mere expressions, they are not necessarily required for e.g. functions so this is a perfectly valid function definition:…