[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

call-with-input-file




This may be as intended, but in case it's not: with-input-from-file restores the old input port, but call-with-input-file doesn't. It seems like they both should. (I've looked at the source, so I understand why it's happening; I'm just asking whether or not the two really should behave differently.)