[racket] Anyone using Dorodango? Any other movement towards an R6RS package system?

From: Andreas Rottmann (a.rottmann at gmx.at)
Date: Sat Jul 3 09:51:37 EDT 2010

Shriram Krishnamurthi <sk at cs.brown.edu> writes:

>> But I doubt raco could understand a .plt file that was
>> un-base64-encoded to just be a .tar.gz.
>
> There are language implementations that can import directly from zip
> files...  JARs *use* zip, but Python can load directly *from* zip.
>
Just to add a data point: Dorodango's packages are just plain zip files,
and are read directly using Göran Weinholt's zip library, contained in
his `industria' collection [0].

[0] https://code.launchpad.net/~weinholt/scheme-libraries/industria

Regards, Rotty
-- 
Andreas Rottmann -- <http://rotty.yi.org/>


Posted on the users mailing list.