Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PESchoenberg/grsp

Open more actions menu

grsp - Useful Scheme functions.

DOI

Overview:

Some useful functions for GNU Guile Scheme programs.

Dependencies:

Installation:

  • Assuming you already have GNU Guile running on your system, get grsp, unpack it into a folder of your choice and cd into it.

  • grsp installs as a GNU Guile library. See GNU Guile's manual instructions for details concerning your OS and distribution, but as an example, on Ubuntu you would issue, given that [version] represents the version of your GNU Guile installation (for example, 2.2 or 3.0):

    sudo mkdir /usr/share/guile/site/[version]/grsp
    
    or
    
    sudo cp *.scm -rv /usr/share/guile/site/[version]/grsp
    
    or
    
    sudo cp *.scm -rv /usr/local/share/guile/site/[version]/grsp
    

and that will do the trick.

Uninstall:

  • You just need to remove /usr/share/guile/site/]version]/grsp and its subfolders.

  • There are no other dependencies.

Usage:

  • Should be used as any other GNU Guile library; programs using grsp should be written and compiled as any regular Guile program.

  • See the examples contained in the /examples folder. These are self-explaining and filled with comments.

Credits and Sources:

Please let me know if I forgot to add any credits or sources.

License:

  • LGPL-3.0-or-later.

About

Some useful functions for GNU Guile Scheme programs.

Topics

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.