kerf1
kerf1 copied to clipboard
How can we help?
I've been playing with Kerf for the last few days and really enjoy the syntax and the performance. I'm planning on developing an elixir client library for it as soon as I have a couple of days available.
How can I help revive interest around the project?
Build things, tell people about what you build.
You can contact me at [email protected] or post here and I'll help you.
From another email I sent when asked about building library support:
support for "external" stuff was good. the binary builds -fPIC and -rdynamic so you can literally call the binary as a library and so forth. other api things as well: https://github.com/kevinlawler/kerf1/tree/master/api FFI in the manual p 47 https://github.com/kevinlawler/kerf1/blob/master/manual/refmanual.pdf https://github.com/kevinlawler/kerf1/blob/master/src/main.c#L574
i don't know if this is a complete list of hooks. we had lots of such things