Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@p @Suiseiseki @jeffcliff @scathach @lispi314
> but you've probably got something really cool if you build your Lisp system such that it's good for talking to the rest of the world pretty easily (plain text, HTML over HTTP, JSON over HTTP
JSON is pretty much the same as S-expressions, so it's pretty easy to just read them in as those and deal with them as you normally would. I've written websocket code for emacs that fires off event handlers, and it just applys it as normal function arguments.