Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when executing format #4

Open
jcubic opened this issue Mar 2, 2021 · 1 comment
Open

Error when executing format #4

jcubic opened this issue Mar 2, 2021 · 1 comment

Comments

@jcubic
Copy link
Collaborator

jcubic commented Mar 2, 2021

> (format "1+2=~a" (+ 1 2))
*** ERROR IN (console)@1.2 -- Unbound variable: format
1> (import (srfi 28))
*** ERROR IN (console)@1.2 -- Module not found
(##get-module '_define-library/define-library-expand)
1> (format "1+2=~a" (+ 1 2))
*** ERROR IN (console)@3.2 -- Unbound variable: format
@feeley
Copy link
Collaborator

feeley commented Mar 2, 2021

If you go over to https://gambitscheme.org/try/ you will see that this works in Gambit. For it to work on try.scheme.org the Gambit libraries have to be installed in the lib subdirectory at the web site's root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants