A new release of CL-JSON packed with new features is now available,
thanks to Boris Smilga and Hans Hübner.
* Flexible CLOS decoder
* Greatly improved flexibility in customizing both the decoder and encoder.
* Various other improvements
* Backwards compatible
* Good supply of testcases
* Precise documentation (online)
http://common-lisp.net/project/cl-json
Big thanks to Boris!
Enjoy,
Henrik Hjelte
_______________________________________________
cl-json-announce mailing list
cl-json-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-json-announce
Hi everyone,
I pushed a new version of cl-cairo2 to the GIT repository
http://github.com/tpapp/cl-cairo2/tree/master where it is kept now.
The most important change is that I disposed of the *context* global
variable, and moved context to the first argument, so now you write
(move-to context 0 -2)
instead of
(move-to 0 -2 context)
or
(setf *context*)
(move-to 0 -2)
I know this is an important change in syntax, and may break a lot of
code. I apologize for the inconvenience, but this has been a major
wart on the initial design and I have always wanted to fix it.
Best,
Tamas
_______________________________________________
cl-cairo2-announce mailing list
cl-cairo2-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-cairo2-announce