In the previous chapter, you were introduced to AutoLISP, AutoCAD's macro and programming language. You learned that you can take advantage of this powerful tool without really having to know anything ...
This hardware badge is a computer programmed with Lisp. You can write your own programs right on the badge using the built-in keyboard, as long as you know Lisp. If there’s one thing we really like to ...
Lisp is one of those programming languages that seems to keep taunting us for not learning it properly. It is still used for teaching functional languages today. [Adam McDaniel] has an obvious ...
Lisp (historically, LISP) is a family of computer programming languages with a long history and a distinctive, fully parenthesized Polish prefix notation. Originally specified in 1958, Lisp is the ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Sometimes an AutoLISP program needs to open an existing file, because you want to either read data from it or add data to it. To demonstrate this kind of file management and to show you a little more ...