Hacker News new | ask | show | jobs
by eru 4282 days ago
Thanks! Another trick I've seen used is `naked' avoiding recursion in your code, and relying on combinators implemented in some optimized lower level code. Would that work with PureScript?
1 comments

Yes - in fact, that's the approach we encourage for working with immutable arrays: https://github.com/purescript/purescript-arrays