Skip to content

{ Tag Archives } client

http client in haskell

To try to make sense of this, I decided to write a “simple” http client in Haskell in as many styles as I could think of: it’s a long time since I found so many new concepts while studying a new programming language…

Also tagged , ,

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 , , , ,

blog post with charm

this is a test blog entry, posted with charm! charm is a text-based client which uses the MetaWeblog API to post entries to WordPress powered blogs. it also implements other APIs. I’m wondering if simple ASCII entries like this one will be properly formatted by the WordPress’ Intelligent Text Formatting feature. it would be nice [...]

Also tagged , ,