Re: Verrazano/CFFI R.I.P.?



Just interesting, how do you deal with the following issues?
- fixnums usually cannot represent full 32-bit numbers, so bignums will be used instead in many cases (very ineffective);
- pointer arithmetic, mixing pointer<->arrays, pointer<->uint conversion;
- malloc() / free() memory management;
... probably many other things like these ...


?
.