Sciweavers

DLS
2007

An adaptive package management system for scheme

13 years 6 months ago
An adaptive package management system for scheme
This paper presents a package management system for the Scheme programming language. It is inspired by the Comprehensive Perl Archive Network (CPAN) and various GNU/Linux distributions. It downloads, installs, and prepares source codes for execution. It manages the dependencies between packages. The main characteristic of this system is its neutrality with respect to the various Scheme implementations. It is neutral with respect to the language extensions that each Scheme implementation proposes and with respect to the execution environment of these implementations. This allows the programmer to blend, within the same program, independent components which have been developed and tested within different Scheme implementations. ScmPkg is available at: http://hop.inria.fr/hop/scmpkg Categories and Subject Descriptors D.2.11 [Software Engineering]: Software Architectures—Languages; D.2.12 [Software Engineering]: Interoperability—Interface definition languages; D.3.2 [Programming Lang...
Manuel Serrano, Erick Gallesio
Added 18 Oct 2010
Updated 18 Oct 2010
Type Conference
Year 2007
Where DLS
Authors Manuel Serrano, Erick Gallesio
Comments (0)