Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdonaldson/stdnext
- Owner: jdonaldson
- Created: 2015-07-02T01:35:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T16:35:26.000Z (over 9 years ago)
- Last Synced: 2023-03-11T08:12:58.869Z (almost 2 years ago)
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.