Introduction to newLISP (WikiBooks)

 
0.0 (0)
Introduction to newLISP (WikiBooks)

NewLISP combines parts of the strength and elegance of traditional LISP with the features of a contemporary scripting language, such as regular expressions, network functions, Unicode support, multitasking, and many others.

You'll find newLISP to be both simple to learn and powerful. This book provides a clear and concise explanation of the language's fundamentals.

A Windows DLL (dynamic link library) called newLISP.dll has been created from the newLISP compiler. You can utilize newLISP in your VisualNeo Win GUI application builder thanks to a free VisualNeo Win plugin created by Hans Peter Wickern.

  1. shorter and more efficient code, e.g. by combining functions in one command
  2. in many cases, faster performance, e.g. in the case of nested loops
  3. more than 350 built functions
  4. functions can be combined in one command
  5. great use of regular expressions
  6. VisualNeo applications with newLISP run fine and fast under Wine/Linux (in contrast to VBScript, which often crashes)
  7. newLISP is very well tested, so bugs will be rare.

Similar Programming & Computer Books

Traité de programmation en Common Lisp - Treaty of programming in Common Lisp (Robert Strandh, et al)
This free programming book is intended for graduate students in computer science. It can contribute to the support of several lessons, for example: an introductory...
Introduction à la programmation en Common Lisp - Introduction to programming in Common Lisp (Francis Leboutte)
This free programming guide is written with both Common Lisp beginners and programming beginners in mind; there are no requirements for reading it. Only a small portion of Common...
Tcl/Tk Tutorial (Tutorials Point)
A multi-paradigm, general-purpose system programming language is Tcl. It is a scripting language with the goal of enabling apps to speak to one another. ...
Mastering Perl/Tk (Steve Lidie, et al)
Perl/Tk is a strong programming language that combines the Tk graphical toolkit with Perl, which is mostly used for system management, web development, and database processing. With Perl/Tk, you...
Tcl/Tk for Programmers: With Solved Exercises that Work with Unix and Windows (J. Adrian Zimmer)
The gaps between introductions, thorough manuals, and collections of scripts that address specific issues are filled by this introduction to Tcl/Tk. On both Windows and Unix platforms, there are...
Tcl Programming (Richard Suchenwirth)
This free programming book provides a thorough introduction to the that begins with the fundamentals before broadening its focus to cover the more complex ideas, features, and programming idioms...
Dictionary of Programming Languages (Neal Ziring)
The Dictionary of Programming Languages is an online reference guide to computer coding techniques put together to educate and enhance your understanding of computer science history. Over 120 words...
A Beginner's Guide to Forth (J. V. Noble)
Programming languages of the past have nothing on the Forth programming language. It doesn't resemble C, Java, Pascal, Lisp, Python, etc. at all. ...
Thoughtful Programming and Forth (Jeff Fox)
This book was initially intended to be used in Forth programming classes, where students complete the exercises for each chapter on a computer. ...
Programming Forth (Stephen Pelc)
A full introduction to the Forth programming language may be found in Programming Forth. Written for readers with programming experience but perhaps not prior Forth exposure, it provides thorough...

Others Programming Books by Wikipedia Contributors

Visual Basic for Applications (Wikipedia Contributors)
A short open-source reference guide with pages of examples and a laminated cover will introduce you to the world of Microsoft Office automation in Word, Excel, PowerPoint, and Access....
Visual Basic (Wikipedia Contributors)
This free programming book employs a step-by-step methodology to teach students the Visual Basic language and assist them in comprehending the reasoning behind creating high-quality programs. ...
JPEG - Idea and Practice (WikiBooks)
The Joint Photographic Experts Group (JPEG) developed the JPEG, which is the first global standard for color still image data compression. To encode or decode continuous-tone still images, it...
Serial Programming (Wikibooks)
The field of serial data transmission is a fascinating one, so welcome. This article is a part of a series that will address a variety of topics related to...
Knowing Knoppix (Phil Jones, et al)
The product Knoppix is incredibly intelligent. It exclusively runs Linux off of a CD. There is no installation required. It avoids all of the pre-installed software on your laptop...
The World of Peer-to-Peer (P2P) (Wikipedia Contributors)
A prospective solution for rebuilding networked architectures and, by extension, distributed processing is peer-to-peer (P2P) technology, also known as peer computing. However, the size and dynamism of P2P systems...
Build a Computer from Scratch (Jeff Heaton)
Do you want to discover how to construct a computer system? You can get the precise computer system you require by building your own. This book will walk you...

Others Programming Books by Wikibooks.org

Tcl Programming (Richard Suchenwirth)
This free programming book provides a thorough introduction to the that begins with the fundamentals before broadening its focus to cover the more complex ideas, features, and programming idioms...
Calculus (WikiBooks)
This wikibook aspires to provide a top-notch calculus textbook that anyone can utilize to become experts in the subject. Limits, differentiation, and integration are common subjects that are explored...
C Programming (Wikibook)
Nearly all of the most well-known high-level languages used today had their roots in C and were inspired by it. This free programming book provides an in-depth analysis of...
Visual Basic for Applications (Wikipedia Contributors)
A short open-source reference guide with pages of examples and a laminated cover will introduce you to the world of Microsoft Office automation in Word, Excel, PowerPoint, and Access....
Visual Basic (Wikipedia Contributors)
This free programming book employs a step-by-step methodology to teach students the Visual Basic language and assist them in comprehending the reasoning behind creating high-quality programs. ...
Embedded Control Systems Design (Herman Bruyninckx, et al.)
Designing control systems is a difficult assignment for working engineers. It calls for technical expertise, a solid grasp of technological requirements, and strong communication abilities.
JPEG - Idea and Practice (WikiBooks)
The Joint Photographic Experts Group (JPEG) developed the JPEG, which is the first global standard for color still image data compression. To encode or decode continuous-tone still images, it...
Serial Programming (Wikibooks)
The field of serial data transmission is a fascinating one, so welcome. This article is a part of a series that will address a variety of topics related to...
Human Physiology (Wikibooks)
Human physiology, the study of how a healthy body functions, is in charge of explaining how the body's many systems operate.
High School Mathematics Extensions (Zhuo Jia Dai, et al)
This online textbook is intended for teenagers who are generally interested in mathematics between the ages of 14 and 18 but not exclusively. This work introduces a number of...
The World of Peer-to-Peer (P2P) (Wikipedia Contributors)
A prospective solution for rebuilding networked architectures and, by extension, distributed processing is peer-to-peer (P2P) technology, also known as peer computing. However, the size and dynamism of P2P systems...
Algorithms: Fundamental Techniques (Macneil Shonle, et al)
This book explores the design and evaluation of effective algorithms. After providing some fundamental Matic framework, this book discusses:
Java Persistence (Wikibooks)
This book is intended to cover Java persistence or the act of storing data on a persistent storage medium using the Java programming language.
Java Programming (Wikibooks)
This book serves as an introduction to the widely used Java programming language and software platform from Oracle.
3D Rendering: An Introduction (Wikibooks)
The automatic transformation of 3D wireframe models into 2D images with 3D photorealistic effects or non-photorealistic rendering on a computer is known as 3D rendering.
PHP Programming - A Comprehensive Guide to Programming in PHP (Wikibooks Contributors)
This book covers all the information required to build efficient web applications using PHP 5. x's most recent capabilities. Starting with the big picture, you will then delve into...
Data Structures: Fundamental Toolss (Wikibooks)
A specific method of storing and organizing data in a computer so that it can be used effectively is called a data structure.
Write Yourself a Scheme in 48 Hours (Jonathan Tang)
A thorough introduction to the Scheme that covers all of its key components, including abstraction, functional programming, data types, recursion, and semantic programming.
XML - Managing Data Exchange (Wikibooks Contributors)
A popular computer language for building and designing web pages as well as for establishing additional languages with more specialized uses is called eXtensible Markup Language (XML). ...
Web Application Security Guide (Jan Schejbal)
The web application layer is the target of more than 75% of network attacks. For security experts and Web application developers, this book offers specific hacks, tutorials, penetration testing,...

User reviews

There are no user reviews for this listing.
Ratings
Rate this Book
Comments