@abcdw @otterz creating a very large linked-list like this would be very slow though, and the reverse->list
function is an O(n) operation.
It might be better to write to a string port instead, and then return the string when (char-ready? port)
returns #f
.
@ramin_hal9001 @otterz Sounds very reasonable to me! Thank you for the idea, I guess I will use it in the implementation :)