fponticelli / thx.core

Super-charged standard library for Haxe.
http://thx-lib.org
MIT License
124 stars 43 forks source link

Usability in Macro Context #194

Closed 0b1kn00b closed 8 years ago

0b1kn00b commented 8 years ago

Would I be free to unpick, for example, fp.List so that it works in the macro context? right now it chokes on the fn when used. What's your policy there?

fponticelli commented 8 years ago

Go for it. fn is a nice convenience but if it gets us into troubles (macros in macros) it is ok to remove its usage from the lib. It still has a lot of value for library users.

0b1kn00b commented 8 years ago

pull request #195