@abcdw I recently thought about rewriting my bencode parser using accumulators/generators from srfi-158, maybe you can take a look
Top-level
@abcdw I recently thought about rewriting my bencode parser using accumulators/generators from srfi-158, maybe you can take a look 3 comments
@abcdw looks interesting and I think nrepl spec mentions something about streaming response so maybe it could be used for that @krevedkokun Yep, I saw something related to streaming, but if it will be practical, we can update the implementation later, should not be a big deal. |
@krevedkokun Just to practice srfi-158 or for some technical reason?