(read-char port) eof question
27 Avr
2008
27 Avr
'08
02:22
According to r5rs the read-char procedure returns the eof object. I asume that eof-object? returns true when called with the eof object returned by the read-char procedure. I have run this tests with string ports and network ports But when I run my program I eventually get the following error: *** ERROR IN ##thread-deadlock-action! -- Deadlock detected It never finds the eof object, is gambit returning the eof object? (I am using v4.2.4) How should I test if a port has reached the end? Thanks, Francisco
Afficher les réponses par date
6624
Âge (en jours)
6624
Dernière activité (en jours)
0 commentaires
1 participants
participants (1)
-
Francisco