Hacker News
- Nim CPS: compile-time continuations https://github.com/nim-works/cps 3 comments
- Nim CPS: compile-time continuations https://github.com/nim-works/cpsv 3 comments
- Compiler Fuzzing in Continuous Integration: A Case Study on Dafny [pdf] https://www.doc.ic.ac.uk/~afd/papers/2025/ICST-Industry.pdf 2 comments
- The Essence of Compiling with Continuations (1993) [pdf] https://dl.acm.org/doi/pdf/10.1145/173262.155113 10 comments
- Compilers for continuous integration of Fortran projects https://fortran-lang.discourse.group/t/which-compilers-are-available-for-ci-with-github-hosted-runners-all-but-nagfor/7554 17 comments
- Compiling without continuations (2017) https://dl.acm.org/doi/10.1145/3062341.3062380 3 comments
- Compiling with Continuations, Continued (2007) [pdf] http://research.microsoft.com/en-us/um/people/akenn/sml/CompilingWithContinuationsContinued.pdf 8 comments
- How to compile with continuations http://matt.might.net/articles/cps-conversion 27 comments
- Compiling To Javascript In Continuation Passing Style, Can We Optimize? http://jlongster.com/2012/05/11/cps-optimizations.html 29 comments
- How to compile with continuations http://matt.might.net/articles/cps-conversion 3 comments
- How to compile with continuations http://matt.might.net/articles/cps-conversion/ 3 comments
Lobsters
- Simon Peyton Jones - Compiling without continuations https://www.youtube.com/watch?v=LMTr8yw0Gk4 6 comments compilers , programming , video
- Runtime-Compiled C++—“Edit and Continue”++ for MS VC++, gcc, Clang/LLVM : Standard C++ http://isocpp.org/blog/2013/03/runtime-compiled-c-edit-and-continue-for-ms-vc-gcc-clang-llvm 26 comments cpp
- Compiler Fuzzing in Continuous Integration: A Case Study on Dafny https://www.doc.ic.ac.uk/~afd/papers/2025/ICST-Industry.pdf 2 comments compilers
- A flake for continuously compiling PDF's on MD file changes using pandoc and nix https://gist.github.com/rasmus-kirk/c56267f2256a5b1326eefdcb2da33d92 8 comments nixos
- Violence against minorities continues across Bangladesh, President dissolves Parliament | A list compiled by Bangladesh Hindu Buddhist Christian Unity Council shows scores of attacks against minorities across the country as mobs burn and loot temples, houses and businesses. https://theprint.in/world/violence-against-minorities-continues-across-bangladesh-president-dissolves-parliament/2210752/ 14 comments worldnews
- My first rust project - a C-ish compiler. And why I'll continue using rust. https://github.com/pcineverdies/dummy_cc 7 comments rust
- I've begun making court level compilations of Carlos Alcaraz; this is part 1. I'll continue to make this series for the remainder of his career. Hope you guys enjoy it :) https://www.youtube.com/watch?ab_channel=RazOls&v=lNcWtz9kjS4 9 comments tennis
- Most fascinating thing about the Ukraine war is the sheer number of top strategic thinkers who warned for years that it was coming if we continued down the same path. No-one listened to them and here we are. Small compilation 🧵 of these warnings, from Kissinger to Mearsheimer. https://twitter.com/RnaudBertrand/status/1498491107902062592 3 comments nato
- AMD GCN GPU Target Continuing To Improve For The GCC 10 Compiler https://www.phoronix.com/scan.php?page=news_item&px=AMD-GCN-GCC10-Constructors 14 comments linux_gaming
- PLDI 2017 - Simon Peyton Jones - Compiling without continuations https://www.youtube.com/watch?v=LMTr8yw0Gk4 8 comments haskell
- Compiling without continuations - Microsoft Research https://www.microsoft.com/en-us/research/publication/compiling-without-continuations/ 4 comments compsci
- Why is static-single assignment preferred over continuation passing style in many industry-used compilers? https://cs.stackexchange.com/questions/74794/why-is-static-single-assignment-preferred-over-continuation-passing-style-in-man 12 comments compsci
- continuous compilation of the sbt build https://gist.github.com/paulp/895ba644174b8a2bf39126787218078b 6 comments scala
- Microsoft Continues To Be Interested In The Clang Compiler http://blogs.msdn.com/b/vcblog/archive/2015/09/25/rejuvenating-the-microsoft-c-c-compiler.aspx 19 comments linux
- Firefox 21 is the first release where off-thread compilation for IonMonkey was enabled. This moves most of the compilation to a background thread, so that the main thread can happily continue executing JavaScript code. https://blog.mozilla.org/javascript/2014/01/23/the-monkeys-in-2013/ 4 comments programming
- How to compile with continuations http://matt.might.net/articles/cps-conversion/ 12 comments programming
Lambda the Ultimate
- Continuation-Passing C: Compiling threads to events through continuations http://www.pps.jussieu.fr/~kerneis/research/files/cpc-2010.pdf 14 comments Implementation
- Compiling with Continuations, Continued http://research.microsoft.com/~akenn/sml/CompilingWithContinuationsContinued.pdf 7 comments Implementation , Lambda Calculus
- Retrospective: The Essence of Compiling with Continuations http://www.ccs.neu.edu/scheme/pubs/pldi-fsdf.pdf 5 comments Theory
- Compiling with Continuations http://www.cup.org/Titles/416/0521416957.html 3 comments Misc-Books