Jump to content

Using a scheduler to do With Time Programming in Opusmodus


Recommended Posts

You can add the SCHEDULER library to Opusmodus with quicklisp:

 

1. To do that you need to install the Quicklisp first:

;; Load:
(load "http://beta.quicklisp.org/quicklisp.lisp")

;; To continue, evaluate:
(quicklisp-quickstart:install)

You need to do that only once.

 

2. After the installation drop the file 'Quicklisp Start.lisp' to the 'Extensions' folder.

3. Quit Opusmodus.

4. Start the app.

 

Now you can use the SCHEDULER functions.

 

Update

Quicklisp Start.lisp

Link to comment
Share on other sites

Thanks!

 

Following the extact steps gives me the following output:

> Error: System "scheduler" not found
> While executing: (:internal quicklisp-client::recurse quicklisp-client::compute-load-strategy), in process Opusmodus Extension Initialization(5).

 

Help is welcome! Will search myself too :-)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy