Hacker News new | ask | show | jobs
by convolvatron 1544 days ago
> Honest question: how do you communicate between two Lisp processes on two different machines?

using continuations with sexps is insanely powerful

send (+ 1 3 (lambda (x) `(handle-response, x)))