Email or username:

Password:

Forgot your password?
Top-level
Nikita Domnitskii

@abcdw I recently thought about rewriting my bencode parser using accumulators/generators from srfi-158, maybe you can take a look

3 comments
Andrew Tropin

@krevedkokun Just to practice srfi-158 or for some technical reason?

Nikita Domnitskii

@abcdw looks interesting and I think nrepl spec mentions something about streaming response so maybe it could be used for that

Andrew Tropin

@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.

Go Up