https://github.com/billstclair/cl-loom
Common Lisp client to Loom.cc
https://github.com/billstclair/cl-loom
Last synced: 4 months ago
JSON representation
Common Lisp client to Loom.cc
- Host: GitHub
- URL: https://github.com/billstclair/cl-loom
- Owner: billstclair
- Created: 2011-05-27T01:47:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T14:54:21.000Z (over 12 years ago)
- Last Synced: 2025-03-02T19:43:04.712Z (over 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
cl-loom is a Common Lisp library for accessing the Loom.cc server.
If you wish to use it to simply access https://loom.cc/, you won't
need the loom-perl submodule. If you want to run your own local Loom
module, however, you should do "git submodule init; git submodule
update" in a shell in this directory to load the Loom perl code (or
use the "git-submodule-init" script). It currently works with v110 of
the Loom code. Patrick Chkoreff has since reorganized Loom, but I
haven't yes updated the library to work with the new Loom code.
Bill St. Clair
bill@billstclair.com
26 May, 2011
Update:
CL-Loom now works with the latest Loom install.
Eric O'Connor
ec@rayservers.net