Passing DBs through continuations
remy.wang
Passing DBs through continuations
1–10 of 19 posts
Re: Passing DBs through continuations
#2Re: Passing DBs through continuations
#3Long before AI psychosis, there was FP psychosis, clinically defined as the intense psychological response to understanding functional programming concepts like recursion, higher order functions, monads, or in this case, continuation passing style.
Re: Passing DBs through continuations
#4Re: Passing DBs through continuations
#5Re: Passing DBs through continuations
#6isn't this https://clojure.org/reference/transducers ?
Transducers are specialized to data transformation pipelines, continuations are a form of control flow from which you can derive a lot of cool things (exceptions, time travel debugging etc).
Re: Passing DBs through continuations
#7Long before AI psychosis, there was FP psychosis, clinically defined as the intense psychological response to understanding functional programming concepts like recursion, higher order functions, monads, or in this case, continuation passing style.
Not sure what the AI one gives you at a personal level.
Re: Passing DBs through continuations
#8Long before AI psychosis, there was FP psychosis, clinically defined as the intense psychological response to understanding functional programming concepts like recursion, higher order functions, monads, or in this case, continuation passing style.
Re: Passing DBs through continuations
#9Long before AI psychosis, there was FP psychosis, clinically defined as the intense psychological response to understanding functional programming concepts like recursion, higher order functions, monads, or in this case, continuation passing style.
At least FP psychosis leaves you more educated and with more tools in your box. Not sure what the AI one gives you at a personal level.
Re: Passing DBs through continuations
#10CPS 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.