lutil
lutil copied to clipboard
LFE Utility Modules (successor to lfe-utils)
@cadar has one here: - https://github.com/cadar/trace-lfe/blob/master/trace.lfe
@etnt has provided one here: - https://github.com/etnt/lfe_lib/blob/master/src/macros.lfe This should be pulled into the core macro include.
I've recently been benchmarking various prime number functions (in other languages). I need try out several implementations in Erlang/LFE and then use that instead of what has been defined in...
And then move it into `include/core.lfe`. Perhaps look at this for inspiration: - https://github.com/clojure/clojure/blob/clojure-1.6.0/src/clj/clojure/core.clj#L2897
http://blog.lfe.io/announcements/2014/12/14/1645-lutil-050-composition-predicates-core/