[zeromq-dev] [PATCH] zguide: taskvent.lisp, taskwork.lisp and tasksink.lisp
Kamil Shakirov
kamils80 at gmail.com
Mon Oct 4 12:59:27 CEST 2010
On Mon, Oct 4, 2010 at 5:41 PM, Kamil Shakirov <kamils80 at gmail.com> wrote:
>>> diff --git a/examples/Common Lisp/build.lisp b/examples/Common Lisp/build.lisp
>>> index 5b7e89d..0eec089 100644
>>> --- a/examples/Common Lisp/build.lisp
>>> +++ b/examples/Common Lisp/build.lisp
>>> @@ -5,6 +5,12 @@
>>> ;;; Kamil Shakirov <kamils80 at gmail.com>
>>> ;;;
>>>
>>> +(in-package :cl-user)
>>> +
>>> +(eval-when (:compile-toplevel :load-toplevel :execute)
>>> + (require :split-sequence)
>>> + (require :zeromq))
>>> +
>>
>> This trick will work only with SBCL. Best solution IMO is to build
>> zguide package (you name it).
>
> Sure, system definition would be better. Here I just followed the same
> 'compile' script way. Clozure CL worked here as well.
>
Could it be better just build only one executable image from system
definition including all examples and then pass an an example name as
the parameter to run it? Each example has its own package.
Sounds like a more lispy way :)
--
--wbr
More information about the zeromq-dev
mailing list