libguile/README.md

8 lines
385 B
Markdown
Raw Normal View History

2024-01-06 04:33:34 +01:00
# libguile
GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C.
GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs.
Install the guile package if you'd like to add extensibility to programs that you are developing.