diff options
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 3f3a5658fb..df4bf7f438 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -197,8 +197,7 @@ features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast stand alone binary executables. Bigloo enables full connections between -Scheme and C programs, between Scheme and Java programs, and -between Scheme and C# programs.") +Scheme and C programs and between Scheme and Java programs.") (license gpl2+))) (define-public hop |