[Larceny-users] directory-files

Felix Klock felixluser at pnkfx.org
Tue Jan 30 17:36:12 EST 2007


On Jan 30, 2007, at 4:21 PM, Sven.Hartrumpf at FernUni-Hagen.de wrote:

> Talking about OS specific functions, I need open-input-pipe
> which seems to be a little more tricky (for performance reasons, I
> cannot use the "file-trick" from above).
> This is what I have so far:
> (define open-input-pipe (lambda (command)
>   (let ((results (process command))) ; format: (input output p-id)
>     (car results))))
>
> process is defined in ./lib/Standard/unix.sch but I cannot use it:
>> (require 'unix)
>
>
> Error: Could not locate library: ffi

Yes, this was broken in 0.93.  The directory paths and file names  
needed to be updated; see changeset:3807

http://larceny.ccs.neu.edu/larceny-trac/changeset/3807

-Felix




More information about the Larceny-users mailing list