simple wordpress api lisp client
I like old things, therefore I started to learn Lisp. there isn’t a better way to learn than by doing, so I tried to implement a client for the wordpress api. the result, even if not complete yet, it’s so elegant that I’d like to share it. (require ‘s-xml-rpc) (defpackage :wp (:use :cl :cl-user :s-xml-rpc)) [...]
Also tagged client, lisp, s-xml-rpc, sbcl, wordpress