Monthly Archives: March 2016

Scheme call/cc iterator step by step

Every time control is called, it resets itself to “resume”, which is next expression to be executed. Next step, we rewrite control function to take numbers from a list. It is done by adding for-each and a lambda function to … Continue reading

Posted in Programming | Leave a comment