Daniel Holden
Daniel Holden
Hey sorry I have no real idea what this error is about but after a quick googling it appears the latest version of MacOS Mojave doesn't support profiling or something...
You can sort of use gdb as a poor man's repl: https://www.hackerschool.com/blog/5-learning-c-with-gdb Yeah I think a web framework would be a good challenge to see how up-to-it cello really is...
I'm not a web developer so I know the exact details. If anyone has more insight into this issue I'd love to know more! Probably wrapping `libevent` in a Cello...
That's awesome! I do have some vague plans for regex but a proper regex engine isn't that trivial to implement. Like I mentioned above I have a vanilla C parser...
@edsiper That sounds awesome. I'd love to give that a play with! Tell me if there is anything I can help with. @tekknolagi dyad looked interesting, although there are probably...
Hi Pygy, Thanks for helping with the benchmarking. The other language files also have some single `int` field in the object created in them for the same reason - we...
Yes I think this is an important feature. But it is also quite a large project so I might not find the time to do it alone. Currently there are...
Okay perhaps it is better to switch around the other languages to require some level of indirection rather than allowing Lua not to have to allocate the integer data. I.E...
There are a few details [here](http://libcello.org/reference/show). The semantics of the function match closely that of [scanf](http://www.cplusplus.com/reference/cstdio/scanf/), except it is designed to work with Cello objects rather than raw C types.
Are you running `make bench` to run the bencmarks? The Cello binary needs to be compiled without debug information using the `-DCELLO_NDEBUG` flag.