newLISP 10.3.10 Dev
A scripting language for developing web applications and programs
newLISP is a LISP-like scripting language that will help you in: programming for the internet, system administration, text processing, gluing other programs together, etc. newLISP is a scripting LISP for people who are fascinated by LISP's beauty and power of expression, but who need it stripped down to easy-to-learn essentials. newLISP is small on resources like disk space and memory but has a deep, practical API.
newLISP 10.3.10 Dev full details
| File Size: | 1.00 MB |
|---|---|
| License: | Freeware |
| Price: | FREE |
| Released: | 2012-01-13 |
| Downloads: | Total: 197 | This Month: 4 |
| Publisher: | Lutz Mueller |
| Publisher URL: | http://www.newlisp.org/ |
Download newLISP 10.3.10 Dev
Save newLISP to My Stuff
newLISP - Windows 7 Download awards
newLISP 10.3.10 Dev full description
newLISP is a LISP-like scripting language that will help you in: programming for the internet, system administration, text processing, gluing other programs together, etc. newLISP is a scripting LISP for people who are fascinated by LISP's beauty and power of expression, but who need it stripped down to easy-to-learn essentials. newLISP is small on resources like disk space and memory but has a deep, practical API.
LISP is an old language born, grown, and standardized in times very different from today, times when programming was for highly educated people who engineered programs. newLISP is LISP reborn as a scripting language: pragmatic and casual, simple to learn without requiring you to know advanced computer science concepts.
Like any good scripting language, newLISP is quick to get into and gets the job done without fuss. It has all of the essential elements that made LISP famous: symbol processing, lists, anonymous functions (lambda expressions), and S-expressions as a simple syntax for both data and program.
newLISP can do things you typically do with scripting languages.
newLISP has a modern relevant API (Application Programming Interface) with networking, regular expression, advanced math, simulation, statistics, financial, HTTP, and XML functions built right into it. newLISP modules are available that let you connect newLISP to databases, mailservers, and more.
FEATURES:
A Modern Built-In API:
· Indexing into nested lists and implicit indexing
· Nested associations
· Regular expressions PCRE
· Pattern matching with match and unify
· Networking functions: TCP/IP, UDP, HTTP, ICMP
· XML functions
· Advanced Math and classic Statistics functions
· Bayesian Statistics functions
· Financial functions
· Date and time functions
· I/O transparent over local files or remote files via HTTP
· Name spaces (contexts) for programming in modules
· FOOP Functional Object Oriented Programming. See example
· Distributed computing support with remote evaluation and HTTP file API.
· Cilk-style API for multiprocessor support
Expandable API:
· Import functions from C libraries
· Modules for MySQL, SQLite, Zlib, Crypto, Postscript etc.
· Document generation support for user written modules: newLISPdoc
Complete Documentation:
· Users Manual and Reference
· Cookbook for common solutions Code Patterns in newLISP
· Introductions, e.g.: Introduction to newLISP
· Training videos; see Documentation page
Advanced Automatic Memory Management:
· ORO memory management
· Synchronous for repeatable processing times in real-time tasks
· Fast and lower on resources
Multiprocessing:
· UNIX forks (not on Win32)
· Semaphores
· Shared memory
· Local domain UNIX sockets for fast IPC (not on Win32)
· Cilk-style multiprocessing API
· Actor messaging API for process inter communication
Distributed Computing Support:
· Net-eval function for remote evaluation on multiple network nodes
· HTTP and net-eval server modes built-in (no code required)
· Most file operations can take URLs
64-bit support:
· 64-bit standard for integers and some file operations in the standard 32-bit versions
· LP64 Memory model support makefiles for LINUX, MacOS X and SOLARIS, TRU64
Small and portable:
· Only around 200KB in size (depending on platform and compile flavor)
· Very fast load time for CGI and scripts
· Uses only very essential UNIX libs found on the smallest systems
· Makefiles for FreeBSD, NetBSD, OpenBSD, Mac OS X, LINUX, SOLARIS, TRU64, Win32.
Embeddable:
· Shared library versions for all Platforms (.so, .dylib, .dll)
International:
· Unicode - UTF-8 support compile flavors
Enterprise:
· Well documented
· Support via responsive community
· Modules in isolated namespaces
· Automatic generation of source code API documentation using newLISPdoc utility (similar to javadoc).
LISP is an old language born, grown, and standardized in times very different from today, times when programming was for highly educated people who engineered programs. newLISP is LISP reborn as a scripting language: pragmatic and casual, simple to learn without requiring you to know advanced computer science concepts.
Like any good scripting language, newLISP is quick to get into and gets the job done without fuss. It has all of the essential elements that made LISP famous: symbol processing, lists, anonymous functions (lambda expressions), and S-expressions as a simple syntax for both data and program.
newLISP can do things you typically do with scripting languages.
newLISP has a modern relevant API (Application Programming Interface) with networking, regular expression, advanced math, simulation, statistics, financial, HTTP, and XML functions built right into it. newLISP modules are available that let you connect newLISP to databases, mailservers, and more.
FEATURES:
A Modern Built-In API:
· Indexing into nested lists and implicit indexing
· Nested associations
· Regular expressions PCRE
· Pattern matching with match and unify
· Networking functions: TCP/IP, UDP, HTTP, ICMP
· XML functions
· Advanced Math and classic Statistics functions
· Bayesian Statistics functions
· Financial functions
· Date and time functions
· I/O transparent over local files or remote files via HTTP
· Name spaces (contexts) for programming in modules
· FOOP Functional Object Oriented Programming. See example
· Distributed computing support with remote evaluation and HTTP file API.
· Cilk-style API for multiprocessor support
Expandable API:
· Import functions from C libraries
· Modules for MySQL, SQLite, Zlib, Crypto, Postscript etc.
· Document generation support for user written modules: newLISPdoc
Complete Documentation:
· Users Manual and Reference
· Cookbook for common solutions Code Patterns in newLISP
· Introductions, e.g.: Introduction to newLISP
· Training videos; see Documentation page
Advanced Automatic Memory Management:
· ORO memory management
· Synchronous for repeatable processing times in real-time tasks
· Fast and lower on resources
Multiprocessing:
· UNIX forks (not on Win32)
· Semaphores
· Shared memory
· Local domain UNIX sockets for fast IPC (not on Win32)
· Cilk-style multiprocessing API
· Actor messaging API for process inter communication
Distributed Computing Support:
· Net-eval function for remote evaluation on multiple network nodes
· HTTP and net-eval server modes built-in (no code required)
· Most file operations can take URLs
64-bit support:
· 64-bit standard for integers and some file operations in the standard 32-bit versions
· LP64 Memory model support makefiles for LINUX, MacOS X and SOLARIS, TRU64
Small and portable:
· Only around 200KB in size (depending on platform and compile flavor)
· Very fast load time for CGI and scripts
· Uses only very essential UNIX libs found on the smallest systems
· Makefiles for FreeBSD, NetBSD, OpenBSD, Mac OS X, LINUX, SOLARIS, TRU64, Win32.
Embeddable:
· Shared library versions for all Platforms (.so, .dylib, .dll)
International:
· Unicode - UTF-8 support compile flavors
Enterprise:
· Well documented
· Support via responsive community
· Modules in isolated namespaces
· Automatic generation of source code API documentation using newLISPdoc utility (similar to javadoc).
newLISP 10.3.10 Dev download tags
newLISP 10.3.10 Dev Windows 7 release notes
New Release
· Repeating ffi 'callback' with the same symbol will just return the old
· address but not redefine the callback or return nil (as in 10.3.9).
· examples/opengl-demo-ffi.lsp now also working with extended callback API
· on 32-bit and 64-bit.
· Huge speed improvement in 'read-line' with file handle parameter,
· now as fast as STDIN. For file and pipe operations.
'struct's returned by the extended FFI will now be unpacked automatically. Nested structures will be unpacked recursively too:
· (struct 'pair quot;charquot; quot;charquot;) -> pair
· (struct 'comp quot;pairquot; quot;intquot;) => comp
· (pack comp (pack pair 1 2) 3) => quot; 01 02 00 00 03 00 00 00quot;
· (unpack comp quot; 01 02 00 00 03 00 00 00quot;) => ((1 2) 3)
Imported functions can now be default functors:
· (define myprintf:myprintf (import quot;libc.dylibquot; quot;printfquot;))
· All makefile_mingwdll* tweaked for MinGW gcc 4.6.2. But binaries are still
[ newLISP release history ]
· Repeating ffi 'callback' with the same symbol will just return the old
· address but not redefine the callback or return nil (as in 10.3.9).
· examples/opengl-demo-ffi.lsp now also working with extended callback API
· on 32-bit and 64-bit.
· Huge speed improvement in 'read-line' with file handle parameter,
· now as fast as STDIN. For file and pipe operations.
'struct's returned by the extended FFI will now be unpacked automatically. Nested structures will be unpacked recursively too:
· (struct 'pair quot;charquot; quot;charquot;) -> pair
· (struct 'comp quot;pairquot; quot;intquot;) => comp
· (pack comp (pack pair 1 2) 3) => quot; 01 02 00 00 03 00 00 00quot;
· (unpack comp quot; 01 02 00 00 03 00 00 00quot;) => ((1 2) 3)
Imported functions can now be default functors:
· (define myprintf:myprintf (import quot;libc.dylibquot; quot;printfquot;))
· All makefile_mingwdll* tweaked for MinGW gcc 4.6.2. But binaries are still
[ newLISP release history ]
newLISP for Windows 7 - Copyright information
All newLISP reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of newLISP full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for newLISP license key is illegal and prevent future development of newLISP. Download links are directly from our mirrors or publisher's website, newLISP torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of newLISP full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for newLISP license key is illegal and prevent future development of newLISP. Download links are directly from our mirrors or publisher's website, newLISP torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post newLISP review
Windows 7 newLISP related downloads
Aurel Basic is Basic like programming language able to produce GUI Win32 programs. Based on simply ...
Test Script Runner is a software platform designed to provide a script based mechanism for Automatic Regression Testing. The software ...
... for creating, testing, debugging and running perl and cgi scripts, directly or through associated html documents. It ...
Apex SQL Script converts databases to scripts, .net exe's and deployment packages. Apex SQL Script creates insert scripts from any Microsoft SQL Server ...
... is a handy tool designed for protecting PowerShell Scripts. It is extremely easy to use, you just ...
My Account
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- DOSBox 0.74
- Java Runtime Environment 64bit 6.29
- Java Runtime Environment 6.29
- BlueJ 3.0.7
- Texmaker 3.2.2
- DOSBox Portable 0.74
- cURL 7.21.7
- JAR Maker 0.9.0
- Mono for Android 1.0.0.10158
- MPLAB 1.0.0.1
- Adobe Photoshop SDK CS5
- Geany 0.21
- ArgoUML 0.32.2
- HxD 1.7.7.0
- Airplay SDK 4.4.1
- Visual Paradigm for UML Standard Edition 8.3 B20110930
- BioSig for Octave and Matlab 2.52
- VBScript Maker 07.08.05.11
- XN Resource Editor Portable 3.0.0.1 B7600
- Portable SmartGit 2.1.7
Popular Tags
development
sql server
sql tools
edit
sql
vb net
code protection
editor
sql tool
programming
obfuscation
java
database
visual studio
tool
file
visual
net
software protection
windows
software
visual basic
view
dll
html
obfuscator
xml
code security
decompiler
uml
Popular Windows 7 Software
- Turbo C++ 3.0
- Turbo Pascal 7.0
- DOSBox 0.74
- Java Runtime Environment 64bit 6.29
- Java Runtime Environment 6.29
- Free Pascal 2.6.0
- Microsoft .NET Framework 4 4.0.30319.1
- Notepad++ 5.9.8
- Visual Basic 6.0 HelpVistaXPDiamond 2.0.0.0
- BlueJ 3.0.7
- Easy Code for MASM 1.04.0.0006
- Microsoft .NET Framework 3.5 SP 1
- Adobe Flash Player Debugger 11.1.102.55 Bet
- Delphi XE2
- MyEclipse 10.0
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.





