picrin icon indicating copy to clipboard operation
picrin copied to clipboard

picrin segfaults

Open KeenS opened this issue 10 years ago • 1 comments

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

KeenS avatar Oct 01 '15 14:10 KeenS

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

dcurrie avatar Dec 26 '15 18:12 dcurrie