...and other toy languages is interfacing with system calls and libraries written in real EXPERT PROGRAMMING LANGUAGES like C to actually be able to do something useful.
Name:
Anonymous2007-09-12 18:29 ID:bYGHylj4
>>6
Something like this, when using CFFI:
(define-foreign-library libncurses
(:unix (:or "libncurses.so.5" "libncurses.so"))
(t (:default "libncurses")))