DawDavis
DawDavis
## OVERVIEW This PR aims to bring a receiver-alike functionality to Tengo, allowing for getters, setters, mutators, and more. Overall, the change makes it much easier to use some OOP...
This is not my idea - just breaking out an issue from #894 This should have an associated target milestone and individual issues for each peripheral and each platform. I...
Proposal to add defer keyword, which would allow for similar functionality as in Go, obviating the need for `finally`, and for most types of destructor. Rendered proposal [here](https://github.com/DawDavis/haxe-evolution/blob/defer/proposals/0000-defer.md)
When building a haxe project that include the concurrent library against the HashLink target, I get the following error: `/haxe/lib/haxe-concurrent/5,1,3/src/hx/concurrent/Future.hx:13: characters 1-64 : Unsupported recursive type` Steps to reproduce: Haxe-concurrent...