logoalt Hacker News

DevelopingElktoday at 5:28 AM1 replyview on HN

CPS is a way of embedding imperative computation into an FP language. I think they built a mini compiler for their binary relation language, which is then Jitted by Julia.


Replies

IsTomtoday at 11:48 AM

I'd rather compare CPS to goto than regular imperative computation.