Lennart Augustsson

Results 103 comments of Lennart Augustsson

I don't have access to docker, but maybe something like this: ``` FROM debian:stable-slim RUN apt-get update && apt-get install -y \ build-essential \ curl \ gcc \ git \...

I think it should be in primitive-mhs. I will probably move bytestring&co out of base to bytestring-mhs etc.

I don't know how GitHub organisations work. But it sounds good. 🙂

How are you planning to deal with the fact that the package is full of MagicHash?

I think we should do `primitive-mhs`. MicroHs now has the MagicHash extension and pretends to have unboxed tuples and sums. It can also fake having `data Int = I# Int#`,...

Yes, it would be nice. Supporting the 64 bit types on 32 bit platforms could be an option in config.h, with a 50% increase in memory consumption if you opt...

This has been implemented.

I don't think there are any guarantees if you use apply_sp in a threaded setting. I asked about this, and you said there was going to be no multi threading....

I agree that there should be no deadlock here. I'll fix that. I need to scan the StablePtr table for MVars.

I think apply_sp could be written in Haskell for GHC and exported with foreign export.