Retropikzel
Retropikzel
Thank you very much! :)
I think this might also be similar. main.scm: (import (scheme base) (scheme write) (foo)) (display "The value of bar is: ") (display bar) (newline) foo.sld: (define-library (foo) (import (scheme base))...
What is it supposed to do? I think some time back I tried to fix it and changed it into "rm -rf" and it wiped out my /usr/local/bin.
I'll take a better look to understand the code more, so excuse me if I'm asking something that is obvious. Can you elaborate more why is the C header parsed?...
I've started work on dynamic C FFI. https://github.com/Retropikzel/Gauche/tree/ext-ffi I need to add testing and clean up the code. Then I will make pull request and we can discuss the details...
Most implementations also have flags for adding directories into the beginning of load path and at the end of load path. Imagine your foo directory was in ~/libraries. Then you...