Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

core syntaxes are available even if (scheme base) is not imported. #85

Closed
nyuichi opened this issue Mar 28, 2014 · 0 comments
Closed

core syntaxes are available even if (scheme base) is not imported. #85

nyuichi opened this issue Mar 28, 2014 · 0 comments

Comments

@nyuichi
Copy link
Member

nyuichi commented Mar 28, 2014

> (define-library (foo)
*   (define a 1)
*   (export a))
=> #f
> (import (foo))
=> #f
> a
=> 1
> (define-library (bar)
*   (cons 1 2))
error: unbound variable cons
>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant