Jump to content

Recommended Posts

Posted

Is it possible to call a lisp from within a lisp? if you can could you explain how

Posted

Put lisp in () example: (c:practice)

Posted

A lisp routine can load another lisp routine and execute functions inside the other routine. The second routine may have to be loaded this way (load"remark.lsp"). I'm not 100% positive on this. Maybe one of our LISP gurus can comment.

Posted

yup your right, i found it in the similar threads

Posted

may i suggest you also use some thing like this aswell

 

(if (findfile "Somesortalfile.lsp)
(load (findfile "somesortafile.lsp))
(progn
(alert "\nCan Not find you file, adjust your search paths")
(exit)
)
)

 

Excuse the format, this thing dosnt tab, when done here

Posted

thanks, ill look into that, still learning the error checking stuff

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