<div><div>Greetings, Erlangers!<br></div><div><br></div><div>If you wanted to incorporate the power of erlang with the simplicity of Lua, but was not satisfied with existing libraries, you can try yet another one!</div><div><br></div><div>It is written as NIF using C++ and a bit of a boost libraries, and wasn't yet heavily tested. But it should perform faster. In theory. I hope so. :-)</div><div><br></div><div>It's still more a prototype, than a solid, production-ready library.</div><div>It lacks some portability (only ubuntu 12.04 was tested).</div><div>But I have an intention to make it buildable at least on recent versions of Scientific Linux.</div><div><br></div><div>Also, it depends heavily on boost libraries.</div><div>The header-only part can be bundled inside, like this repo does: https://github.com/basho/basho_metrics. </div><div>And the boost thread library, which is definitely an overkill here, can be easily replaced with native enif_(mutex|cond)_* functions.</div><div>At the moment, i'm happy with having boost as a dependency, but if it annoys you - you can remove it yourself of course :) Or, probably, I'll do it eventually.</div><div><br></div><div>So, feel free to use/fork/patch/criticize it: https://github.com/chaos-ad/moon</div></div><div><br></div>