Introduction to newLISP

Introduction to newLISP

简介:

你会发现newLISP简单易学,功能强大,结合了经典LISP的一些功能和优雅与现代脚本语言的设施,如正则表达式,网络函数,Unicode支持,多任务,和许多其他人。这本书是对语言基础知识的简单明了的描述。

newLISP已被编译成Windows DLL (动态链接库): newLISP.dll。Hans Peter Wickern制作了一个免费的VisualNeo Win插件,可以在VisualNeo Win GUI应用程序构建器中使用newLISP

更短、更高效的代码,例如通过在一个命令中组合函数在许多情况下,更快的性能,例如在嵌套循环的情况下超过350个内置函数功能可以组合在一个命令中正则表达式的伟大使用使用newLISP的VisualNeo应用程序在Wine/Linux下运行良好且快速 (与VBScript相反,经常崩溃)newLISP是很好的测试,所以错误将是罕见的。

英文简介:

You'll find newLISP easy to learn and powerful, combining some of the power and elegance of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, Unicode support, multitasking, and many others. This book is a straightforward and simple description of the basics of the language.

newLISP has been compiled into a Windows DLL (dynamic link library): newLISP.dll. Hans Peter Wickern made a free VisualNeo Win plugin that makes it possible to use newLISP within your VisualNeo Win GUI application builder

shorter and more efficient code, e.g. by combining functions in one commandin many cases, faster performance, e.g. in case of nested loopsmore than 350 built functionsfunctions can be combined in one commandgreat use of regular expressionsVisualNeo applications with newLISP run fine and fast under Wine/Linux (in contrast to VBScript, that often crashes)newLISP is very well tested, so bugs will be rare.

书名
Introduction to newLISP
译名
newLISP 简介
语言
英语
年份
2013
页数
210页
大小
1.25 MB
标签
  • 函数式编程
  • LISP
  • 下载
    pdf iconIntroduction to newLISP.pdf
    密码
    65536

    最后更新:2025-04-12 23:58:00

    ←Clojure for the Brave and True

    →Principles of Programming Languages