Apparently, yes. Easiest problem to solve, huh? :)
Thanks
On 2/11/07, Kevin Ryde <[EMAIL PROTECTED]> wrote:
"Alex Gittens" <[EMAIL PROTECTED]> writes:
>
> guile> (probably-prime? 13)
> : In expression (probably-prime? 13):
> : Unbound variable: probably-prime?
Is it called `prime?' rather tha
"Alex Gittens" <[EMAIL PROTECTED]> writes:
>
> guile> (probably-prime? 13)
> : In expression (probably-prime? 13):
> : Unbound variable: probably-prime?
Is it called `prime?' rather than `probably-prime?' ?
___
Guile-user mailing list
Guile-user@gnu.or
Hi,
I'm trying to get SLIB to work with Guile. I've installed it and made
the links as recommended in the Guile manual, and ran mklibcat. When I
attempt to run the example code in the manual:
guile> (use-modules (ice-9 slib))
guile> (require 'primes)
guile> (probably-prime? 13)
I get the followi