Johan Sjölén
Johan Sjölén
https://github.com/tarballs-are-good/cl-algebraic-data-type The cl-adt library compiles down to structs, we should be able to write a TEMPLATE form for defdata. This is half a feature request, half a "I'll do it...
Saving the constructor types along with constructor name and arity would allow for features such as automatically deriving definitions for `Functor` (`fmap`), `Foldable` (`fold`), or what have you[0]. Either we...
Hi! It would be nice if the structures (%promise, etc.) were part of the public API (probably re-named without the %-prefix). Right now there's no 'correct' way to define methods...
Hi :-)! I'm rather sure that there's a couple of bugs in your reductions for loops and blocks, at least they don't match the paper! Consider this:  Now consider...
Hi, Consider these lines from `dma_alloc`: ```lua -- Skip allocation forward pointer to suit alignment chunk.used = lib.align(chunk.used, align) -- Need a new chunk to service this allocation? if chunk.used...