Commit graph

6 commits

Author SHA1 Message Date
8584d5ea91 Add wrapper over sbcl's implementation of waitqueue 2014-08-14 16:43:43 +09:00
11f65bdb09 Move swank related code to a new debug module 2014-08-14 16:43:07 +09:00
146d58f591 Add a module system for initialization and update of all kind of modules 2014-01-22 00:16:25 +09:00
f6f7a8a512 Add standard anaphoric macros aif and awhen 2014-01-22 00:12:06 +09:00
3c0b452d24 Add a clock structure and a way to get the current clock time. 2014-01-22 00:12:06 +09:00
9a0872cd33 Add a simple protectable main loop
If an error occurs, a `continue' restart can be invoked to resume the
program execution.
Also, if the main loop is called through the slime repl, it will still
be able to run on the main thread.
2014-01-05 19:31:10 +09:00