Search found 2 matches
- Sun Apr 10, 2016 11:18 am
- Forum: The Lounge
- Topic: remote lisp - a server side lisp interpreter
- Replies: 6
- Views: 21562
Re: remote lisp - a server side lisp interpreter
I am developing an application for Land Surveyors in BricsCAD. I can accomplish most of what I need from inside using the internal lisp engine, but I will need to be able to hook into BricsCAD from the outside to implement certain features in the future. I am able to use Comtypes in Python to establ...
- Sun Apr 10, 2016 10:06 am
- Forum: The Lounge
- Topic: Hello
- Replies: 2
- Views: 11440
Re: Hello
My introduction to Lisp is through programming in Autolisp for CAD years ago. The common implementation that I use is clisp. I think the key is a good editor. For that I use UltraEdit. I use UltraEdit for all of my lisp and python programming, and you can create a custom tools that will initialize t...