borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link

Extract continuations into library #65

Closed borodust closed 7 years ago

borodust commented 7 years ago

It's a bit messy now due to the all tech debt, but continuations are too good to give up on them, so probably need to move the code out of the main tree and refactor it into something maintainable.

P.S.: Last disassemble showed cl-cont generates almost double number of instructions compared to bodge continuations.

borodust commented 7 years ago

Oopsy, no more continuations. cl-flow took over.