diff options
author | Mario Preksavec <mario@slackware.hr> | 2022-01-07 03:58:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:48 +0700 |
commit | 65a7a4e0156c587f77fd1d94b984011b338004a8 (patch) | |
tree | 40fdd792d9595bfee9fa7a404dd33750761ab55a /development/guile2.0/README | |
parent | 88b85ccef5b9ac72c61f812f4de220bbd63e6d3d (diff) |
development/guile2.0: Added (GNU's extension language library).
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/guile2.0/README')
-rw-r--r-- | development/guile2.0/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/guile2.0/README b/development/guile2.0/README new file mode 100644 index 0000000000000..f7b811dfdb21e --- /dev/null +++ b/development/guile2.0/README @@ -0,0 +1,11 @@ +Guile is the GNU Ubiquitous Intelligent Language for Extensions. + +Guile is an interpreter for Scheme, packaged as a library that you +can link into your applications to give them their own scripting +language. Guile will eventually support other languages as well, +giving users of Guile-based applications a choice of languages. + +This is Guile 2.0 (legacy version) needed by some packages in SBo. +Heavily based on Guile 1.8 and 2.2 SlackBuilds, also found on SBo. + +This package can be installed alongside with Slackware's Guile |