-
Google PR 0Trustworthiness Good
-
Avg. Daily Visitors N/AChild Safety Unknown
-
Avg. Daily Pageviews N/APrivacy Good
Zach Beane Common Lisp
Domain info
Location: | Canada |
Registrant: | REDACTED FOR PRIVACY |
Hosted by: | TUMBLR, INC. |
Registrar: | Tucows Domains Inc. |
Subnetworks: | 74.114.154.18, 74.114.154.22 |
Social Media Activities
- Facebook likes: -
- Twitter mentions: 11
- Google pluses: 2
- LinkedIn mentions: -
- Pinterest pins: -
- StumbleUpon views: -
Web Safety
- This website is malware-free.
- Status ok
Sites associated with the same registrant
Whois
Lispblog.xach.com popular pages to visit
Zach Beane Common Lisp : Lisp stuff on YouTube
Lisp stuff on YouTube If you want to see some neat videos, subscribe to dto, Baggers, and WarWeasle on YouTube. They all regularly post neat graphical stuff done in Common Lisp. If you know any more.....
Zach Beane Common Lisp – Updated package locking behavior with SBCL 1.2.14
SBCL 1.2.14 came out last week. I test all Quicklisp libraries on SBCL, so when there is a change in how SBCL works, it can have an effect on which libraries build and which don’t.
SBCL has had...
Zach Beane Common Lisp
Zach Beane Common Lisp
(table "name" "Alice" "age" 42) => #<TABLE ...>
This is easy enough to define like so:
(defun table (&rest keys-and-values)
;;; loop over keys and values to construct a tabl...