Mads Andreas Elvheim
Mads Andreas Elvheim
Guile does a rather stupid assumption that `sizeof(void*) == sizeof(long)` which breaks things like numbers.c. In other words, 64-bit builds can break if this equality doesn't hold, depending on how...
@JL2210 Thanks a lot for the suggestion. It's a bit more complicated however. Guile depends on the GNU MP bignum library which uses "long" in its public API, which becomes...
@JL2210 This is somewhat embarrassing.. I have to apologize; I usually manage but I'm not really great at git nor do I have a lot of experience with contributing to...
You do.. whatever you want, I guess? Just to clear up some misunderstandings here, because I have no idea what you're asking for. In my spare time, I just happened...
If you want to get your Guile source code files from the guile ftp server, sure why not. Just know that the git tags with the version-naming are *exactly* the...