Jump to content

Recommended Posts

Posted

Just a quick question, and this may sound a little stupid, but, what is the general program to use for typing up LISP programs?

 

I would normally just use bog-standard Windows Notepad, but are there better programs that anyone would recommend?

Posted

Notepad++ is a freeware that's good for editing LSP files. It uses different colors & fonts to distinguish functions, arguments, and comments, and it keeps track of parentheses for you. Also keeps multiple files open at once, with tabs to select them.

Posted

> qwrtz

 

Notepad++ is useful tool but you can't to debug your programs with it.

 

> Lee Mac

 

I was surprised with those that you do not can to find some simple bugs. Now I know the reason. Study to use Visual LISP Еditor and many problems will disappear. I want will repeat, read Chapter 4 Debugging code with Visual LISP in this Book: http://www.midpointcad.com/au/docs/lakose_The_Visual_LISP_Developers_Bible.pdf . Afralisp article from lpseifert is also good stuff.

Posted

Excellent, thanks for all your help guys.

 

I have started to try using Visual LISP Editor, and it will take some time to get used to, but it seems a hell of a lot better than Notepad :P

 

And yes ASMI - now you know why I sometimes post LISP programs with such simple mistakes in them - hopefully this will now stop the embarassment...

 

Thanks

Posted

I use Vlide & Ultraedit. Ultraedit is a better editor but Vlide is by far the best tool to format & debug lisp.

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