chelsea1307 Posted July 9, 2009 Posted July 9, 2009 Is it possible to call a lisp from within a lisp? if you can could you explain how Quote
chelsea1307 Posted July 9, 2009 Author Posted July 9, 2009 Put lisp in () example: (c:practice) Quote
ReMark Posted July 9, 2009 Posted July 9, 2009 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. Quote
chelsea1307 Posted July 9, 2009 Author Posted July 9, 2009 yup your right, i found it in the similar threads Quote
flowerrobot Posted July 10, 2009 Posted July 10, 2009 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 Quote
chelsea1307 Posted July 10, 2009 Author Posted July 10, 2009 thanks, ill look into that, still learning the error checking stuff Quote
Recommended Posts
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.