Grim Schjetne
Grim Schjetne
I wish I could make a commitment to this project, but I'm already too thinly spread with my own project. But I'll keep watching the project for sure, hopefully being...
@DanielRosenwasser >But you shouldn't be using namespaces, you should be using modules because that's the way going forward. What does that mean? That namespaces are deprecated, or they will be...
There's no API for it in json-mop. You'll have to parse your JSON response with Yason into a list of hash tables, iterate over it and calling `json-to-clos` with your...
My CL is a bit rusty, but could we specialize on [sequence](http://www.lispworks.com/documentation/HyperSpec/Body/17_a.htm) instead, and kill two birds with one stone?
Do you suppose this is still relevant if we switch to jzon?
I'm not sure whether to put it in the scope of the project or not. With CLOS one can do a method combination with `json-to-clos` and add any validation necessary,...