Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdonaldson/stdnext

An opinionated next generation implementation of haxe stdlib
https://github.com/jdonaldson/stdnext

Last synced: about 1 month ago
JSON representation

An opinionated next generation implementation of haxe stdlib

Awesome Lists containing this project

README

        

# StdNext

StdNext is an alternative implementation of the [Haxe](http://www.haxe.org) std
library. It uses compiler techniques like type constraints in order to make
certain functions more flexible.

Normally, these changes could be added directly to the standard library itself.
However, std lib api changes require an extra level of scrutiny and evaluation,
especially given the wide surface area of the haxe target implementations.