research #
关于CPS 的更详细的解释 https://www.cnblogs.com/lsgxeva/p/10148511.html
https://github.com/yinwang0/historical/blob/master/cps.ss (CPS)[https://i-blog.csdnimg.cn/blog_migrate/28d7f48d93aadebb1880c22fd7f99051.png]
https://www.cnblogs.com/lsgxeva/default.html?page=116 https://cs.brown.edu/courses/cs173/2012/Videos/ https://github.com/nanne007/notes/blob/master/PL/about-cps/README.md https://jim-mcbeath.blogspot.com/2010/08/delimited-continuations.html https://thzt.github.io/2015/01/18/continuation/ https://deathking.github.io/yast-cn/contents/chapter16.html https://www.zhihu.com/question/61222322 https://courses.cs.washington.edu/courses/cse341/04wi/lectures/15-scheme-continuations.html https://courses.cs.cornell.edu/cs6110/2009sp/lectures/lec15-sp09.pdf https://www.zhihu.com/question/21954238/answer/522888860 https://sq.sf.163.com/blog/article/197476829805641728 https://zhuanlan.zhihu.com/p/49117340 https://www.cnblogs.com/my_life/articles/7364237.html https://print4d.org/blog/2018/10/continuation-implemention
https://bernsteinbear.com/blog/cps/ https://github.com/tekknolagi/plotkin-cps/ https://github.com/edu-ucsd-cse-231/fa12-schemec
https://yuziwen.github.io/cps-converter.html#orge7c93b1
https://the-little-schemer.readthedocs.io/zh-cn/latest/chapter_02.html
(Fixed point and the Y combinator)[https://sighingnow.github.io/programming%20languages/y_combinator.html] https://deathking.github.io/2015/03/21/all-about-y-combinator/
https://sighingnow.github.io/programming%20languages/continuation_passing_style.html https://users.cs.utah.edu/~mflatt/past-courses/cs6520/public_html/s02/cps.pdf https://matt.might.net/articles/by-example-continuation-passing-style/ https://github.com/namin/lambdajam/blob/master/cps-auto.scm https://gist.github.com/chux0519/912ec5e118e191a04a0446f235bb1e0b
https://github.com/Lbqds/notes/blob/a6faf082480ea687c6fd145f701af3962b031e53/functional-programming/algebraic%20effects%20and%20handlers%20--%20part%20I.md?plain=1#L19 https://github.com/QuantumCompiler/CU/blob/f97d613b88127c824f1bd9aafa3fd6c5881c21d2/CSPB%203155%20-%20Principles%20Of%20Programming%20Languages/Notes/Class%20Notes/Lecture%20Notes/Jupyter%20Notebooks/CSP%20And%20Trampolines/CSP%20And%20Trampolines%20-%20Trampolines%20Lecture%20Notes%20II.ipynb https://github.com/jianwen-zhu/2024-fall-ece326-jzhu/blob/144322936ded1574a00d33b3dc6cae98e4942f50/notes/Continuations.ipynb#L44 https://github.com/jianwen-zhu/2024-fall-ece326-jzhu/blob/main/notes/Continuations.ipynb https://github.com/sriram0339/csci3155_notebooks/tree/4d33aeb29ce7e684868a9a39a9cc648c6594c89c?tab=readme-ov-file https://dl.acm.org/doi/pdf/10.1145/317636.317779 https://shonan.nii.ac.jp/archives/seminar/103/wp-content/uploads/sites/122/2016/09/effdel.pdf
https://www.ficapy.com/2021/02/19/recursion-to-iteration4/ https://blog.moertel.com/posts/2013-06-12-recursion-to-iteration-4-trampolines.html
https://course.khoury.northeastern.edu/cs4410/#%28part._testing%29 (Representing Control)[https://dotat.at/tmp/danvy-filinski-mscs92.pdf]