Closed justinethier closed 9 years ago
Not exactly sure what is going on here, but reading from a non-port should be an error:
huski> (read-line 1) : (1) huski> (read 1) : (1)
An error message was being displayed, but it was unreadable. Fixed that up to use TypeMismatch / NumArgs errors as appropriate.
Not exactly sure what is going on here, but reading from a non-port should be an error: