Hacker News new | ask | show | jobs
by spacemanmatt 1543 days ago
> how do you communicate between two Lisp processes on two different machines?

Same as every other language: you pick a protocol and use it on both sides. Many of us already have enough JSON in play that it makes sense to start there.