script for catching up on reading the #commonlisp irc channel. #47
vindarel
started this conversation in
Show and tell: example snippets
Replies: 1 comment
-
bo-tato built his own CIEL with periods inside. You can quickload the library at startup: (eval-when (:compile-toplevel :load-toplevel :execute)
(ql:quickload "periods")) (it adds some start up time, yes, that's why we include useful libraries) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
see this snippet: https://gist.github.com/bo-tato/9df8182150dc49d0943f13635430b647 by @bo-tato (I'd like to see if you have more scripts!)
It uses the
periods
library, that we are evaluating to include in CIEL.Beta Was this translation helpful? Give feedback.
All reactions