mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added ports as self-evaluating
This commit is contained in:
parent
39cb68cfae
commit
0c2106ec05
1 changed files with 1 additions and 0 deletions
1
eval.scm
1
eval.scm
|
@ -28,6 +28,7 @@
|
|||
((string? exp) #t)
|
||||
((vector? exp) #t)
|
||||
((char? exp) #t)
|
||||
((port? exp) #t)
|
||||
((eof-object? exp) #t)
|
||||
(else #f)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue