Johan Sjölén

Results 5 issues of 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: ![image](https://user-images.githubusercontent.com/24361757/74531994-692f0300-4f2e-11ea-8195-4422db1ea2e6.png) 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...