On Mon, Oct 4, 2010 at 5:41 PM, Kamil Shakirov <[email protected]> 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 <[email protected]>
>>>  ;;;
>>>
>>> +(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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to