dumblob
dumblob
Any news on this? There has been significant changes to the code base in the mean time...
I'm not sure what you mean with "toolchain". Pocketlang seems to be 100% dependent on the Wren "toolchain" - so why not to allow FFI into Wren ecosystem? And if...
Thanks for clarification! Yes, I got confused by the sentence you quoted (maybe this could be clarified in the readme?). Regarding the need for a "toolchain" it's kind of implied...
A seamless minimal FFI could look like this: https://slightknack.dev/blog/ffi-hard/ .
Ok, so if I understand it correctly, the direction is not AOT (ahead of time) but rather runtime "metaprogramming". Correct?
Any plans for flow analysis to actually eliminate 95% of all garbage collection calls and use `malloc()` with corresponding `free()` instead?
@ThakeeNathees the state of the art analyzer of that kind is IMHO the one used in [Lobster](http://strlen.com/lobster/ ). Feel free to take a look at it - I myself was...
You're right my time is very limited and I prefer to rather not maintain it than to accept badly reviewed PRs. I should probably write about this in the readme...
Sounds good to me. I'm very busy unfortunately (see all the PRs waiting for thorough review - would you help with that?), so if you want this to happen, please...
Thanks for the report. Could you please paste the SQL code to a formatted paragraph (using 3 consecutive bacticks on a pre-paragraph line and another 3 on a post-paragraph line)?...