Join Nostr
2024-09-04 15:01:16 UTC

Reid :blobcathappy: on Nostr: ngl, it sometimes gets kinda annoying that if you (load ...) a source file it ...

ngl, it sometimes gets kinda annoying that if you (load ...) a source file it inherits all (import ...)s from the environment that loaded it, but if you load a compiled file it doesn't inherit any imports at all, because it just leads to inconsistent ass behaviour where you run the thing interpreted, everything works, then you compile and everything starts complaining about unbound procedures