Jump to content

Running a lisp in another lisp??


neekcotrack

Recommended Posts

I how would I run a lisp in another lisp?

 

I tryed this but did not work.

 

(defun C:Run ()

(command "Run2"))

 

Run is the first lisp and run2 is the second lisp.

 

Thanks for the help.

Link to comment
Share on other sites

Just a bit extra the lisp run2 must already be loaded for it to work.

 

In a large application we wrote calls to other lisps to save recoding the same thing over and over these were contained in a master lisp that was loaded on startup. (mainly to do with layer handling)

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...