guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Loading R6RS Libraries


From: Noah Lavine
Subject: Loading R6RS Libraries
Date: Mon, 15 Nov 2010 01:18:55 -0500

Hello all,

I encountered some behavior I didn't expect, and I'm not sure if it's
intended or not. The following code works fine:

(use-modules (rnrs base))

However, the next two lines both give errors:

(use-modules (rnrs base (6)))
(use-modules (rnrs base 6))

I didn't expect this because the manual refers to an '(rnrs base (6))'
library. Is this what's supposed to be happening?

Thanks,
Noah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]