Practical AutoLISP

Practical AutoLISP

Author: Thomas A. Stellman

Publisher: Singular

Published: 1990

Total Pages: 322

ISBN-13:

DOWNLOAD EBOOK

This book should be of interest to advanced users with a need to customize AutoCAD software.


Practical Common Lisp

Practical Common Lisp

Author: Peter Seibel

Publisher: Apress

Published: 2006-11-01

Total Pages: 506

ISBN-13: 1430200170

DOWNLOAD EBOOK

* Treats LISP as a language for commercial applications, not a language for academic AI concerns. This could be considered to be a secondary text for the Lisp course that most schools teach . This would appeal to students who sat through a LISP course in college without quite getting it – so a "nostalgia" approach, as in "wow-lisp can be practical..." * Discusses the Lisp programming model and environment. Contains an introduction to the language and gives a thorough overview of all of Common Lisp’s main features. * Designed for experienced programmers no matter what languages they may be coming from and written for a modern audience—programmers who are familiar with languages like Java, Python, and Perl. * Includes several examples of working code that actually does something useful like Web programming and database access.


Portal to Practical Lisp

Portal to Practical Lisp

Author: Mohammed Ismail Ansari

Publisher: Mohammed Ismail Ansari

Published: 2024-07-28

Total Pages: 71

ISBN-13:

DOWNLOAD EBOOK

Over my last couple of decades of hopping through different programming languages and platforms, and trying to use them to create something for myself, I finally revisited Lisp in its purest form. If I look back, the form of Lisp I have been the most familiar with is Elisp, but all that I create with it only stays within Emacs, and though that is mostly within where I spend my time on computers, being able to take Lisp outside of Emacs opened up a whole new dimension for me.


Essential AutoLISP®

Essential AutoLISP®

Author: Roy Harkow

Publisher: Springer

Published: 2013-12-20

Total Pages: 733

ISBN-13: 1461223504

DOWNLOAD EBOOK

AutoCAD is the most widely used computer-aided design package in the world. Underneath AutoCAD is a powerful computing language called AutoLISP. This language is designed to automate many functions of AutoCAD. This book is a hands-on introduction to AutoLISP and its applications. AutoLISP is a unique and powerful language that allows you to write, debug, and modify programs extremely quickly, once you understand how the language itself works. Part I contains an easy-to-learn pictorial representation for data and code, a tool used to easily solve problems otherwise approached through trial and error method. Essential AutoLISP is the only book in its field that uses the pictorial representation. Part II is devoted to learning how AutoLISP processes the code entered. Part V not only explains the causes of most common error messages and how to solve them, but examines many other errors that don't necessarily give messages.


A Practical Introduction to Fuzzy Logic using LISP

A Practical Introduction to Fuzzy Logic using LISP

Author: Luis Argüelles Mendez

Publisher: Springer

Published: 2015-09-11

Total Pages: 380

ISBN-13: 3319231863

DOWNLOAD EBOOK

This book makes use of the LISP programming language to provide readers with the necessary background to understand and use fuzzy logic to solve simple to medium-complexity real-world problems. It introduces the basics of LISP required to use a Fuzzy LISP programming toolbox, which was specifically implemented by the author to “teach” the theory behind fuzzy logic and at the same time equip readers to use their newly-acquired knowledge to build fuzzy models of increasing complexity. The book fills an important gap in the literature, providing readers with a practice-oriented reference guide to fuzzy logic that offers more complexity than popular books yet is more accessible than other mathematical treatises on the topic. As such, students in first-year university courses with a basic tertiary mathematical background and no previous experience with programming should be able to easily follow the content. The book is intended for students and professionals in the fields of computer science and engineering, as well as disciplines including astronomy, biology, medicine and earth sciences. Software developers may also benefit from this book, which is intended as both an introductory textbook and self-study reference guide to fuzzy logic and its applications. The complete set of functions that make up the Fuzzy LISP programming toolbox can be downloaded from a companion book’s website.


Common LISP

Common LISP

Author: David S. Touretzky

Publisher: Courier Corporation

Published: 2014-02-20

Total Pages: 602

ISBN-13: 048679170X

DOWNLOAD EBOOK

Highly accessible treatment covers cons cell structures, evaluation rules, programs as data, recursive and applicable programming styles. Nearly 400 illustrations, answers to exercises, "toolkit" sections, and a variety of complete programs. 1990 edition.


AutoLISP Programming

AutoLISP Programming

Author: Rod R. Rawls

Publisher: Goodheart-Wilcox Publisher

Published: 1998

Total Pages: 634

ISBN-13:

DOWNLOAD EBOOK

A step-by-step approach provides practical, easy-to-follow instruction for mastering the AutoLISP programming language. Content ranges from basic to advanced programming techniques and includes all AutoLISP functions through Release 14. Complete instructions describe how to create useful and productive routines and programs.


A Practical Guide to AutoCAD AutoLISP

A Practical Guide to AutoCAD AutoLISP

Author: Trevor Bousfield

Publisher: Longman Publishing Group

Published: 1998

Total Pages: 0

ISBN-13: 9780582326736

DOWNLOAD EBOOK

A Practical Guide to AutoCAD AutoLisp introduces all the main functions and commands of the software and takes the user through a programmed, logical sequence of study which is suitable for courses or for distance learning. It assumes a basic knowledge of AutoCAD and covers all releases up to release 14.


Clojure Programming

Clojure Programming

Author: Chas Emerick

Publisher: "O'Reilly Media, Inc."

Published: 2012-03-30

Total Pages: 630

ISBN-13: 1449335357

DOWNLOAD EBOOK

"Clojure programming ... This functional programming language not only lets you take advantage of Java libraries, services, and other JVM resources, it rivals other dynamic languages such as Ruby and Python. With this comprehensive guide, you'll learn Clojure fundamentals with examples that relate it to languages you already know"--Page 4 of cover


AutoCAD Developer's Guide to Visual LISP

AutoCAD Developer's Guide to Visual LISP

Author: N. Poleschuk

Publisher: БХВ-Петербург

Published: 2001

Total Pages: 589

ISBN-13: 1584500913

DOWNLOAD EBOOK

Dealing mainly with means of creating automated workstations (or CAD systems) based on the AutoCAD system this text analyzes the problem of adapting a workplace to fit the concrete plans of the designer from a number of angles, and provides a detailed description of the AutoLISP language. Methods for working in a Visual LISP environment, which allows you to compile and debug programs written in AutoLISP, are provided. And methods for creating user menus including pull-down menus, context menus, on-screen menus, and toolbars and for planning dialog boxes in applications are thoroughly examined. Key features include: a discussion of typical designing and programming tasks of AutoCAD developers and essential problem-solving information and useable example codes; a detailed review of the AutoLISP programming language; use of the Diesel language to create all necessary control elements for user menus; and practical, concise, real-world advice and examples.