[Openmcl-devel] TIL that CCL's load function speaks HTTP

Ron Garret ron at flownet.com
Sun Jan 4 18:33:34 PST 2015


This is awesome!

? (load "http://flownet.com/ron/lisp/globals.lisp")
;Loading from URL "http://flownet.com/ron/lisp/globals.lisp"...
"http://flownet.com/ron/lisp/globals.lisp”

If you just want to grab the contents of a URL without EVAL-ing it, use SNARF-URL.

No more need to load drakma to get simple urls!  Woohoo!

rg




More information about the Openmcl-devel mailing list