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

picrin segfaults #308

Closed
KeenS opened this issue Oct 1, 2015 · 1 comment
Closed

picrin segfaults #308

KeenS opened this issue Oct 1, 2015 · 1 comment

Comments

@KeenS
Copy link
Member

KeenS commented Oct 1, 2015

https://twitter.com/SaitoAtsushi/status/649597871172423680?lang=ja

@dcurrie
Copy link
Contributor

dcurrie commented Dec 26, 2015

It's odd... when I try this I get:

e$ picrin
> (import (srfi 1))
#undefined
> (every = '(1 2) '(1 2))
error: uninitialized global variable: unknown
> ^D

In fact, I don't seem to be able to import into the repl at all:

e$ picrin
> read
#<proc 0x109bbe2c0>
> bitwise-and
error: uninitialized global variable: unknown
> (import (srfi 60))
#undefined
> bitwise-and
error: uninitialized global variable: unknown
> ^D

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

3 participants