Members Area


Recommended Sites:

Related Keywords
tempfiles file upload file sharing free web space online storage share files photo image music mp3 video sharing sharing network file hosting download freeware download
file digger video dig file search find file get file hunt file look for file seek file picture search find picture get picture hunt picture look for picture seek picture find music freeware download
file digger picture dig file search find file get file hunt file look for file seek file picture search find picture get picture hunt picture look for picture seek picture find music freeware download
commentconfig file name shell extension file comment freeware download
file conversion file extension software freeware download
file renaming and file attribute setting freeware download
bearshare turbo 1000 free mp3 p2p file sharing movies video songs music ares sharing file limewire freeware download
bearshare turbo download free mp3 p2p file sharing movies video songs music ares sharing file limewire freeware download
gif file converter into word file freeware download
tif and tiff image file to pdf file freeware download
convert pdf file to word file freeware download
tame file system troupware tame backup system windows file folder program closing close time timed startup background tray freeware download
multiple file search and replace html multiple find replace multiple search replace file replace find search replace html file find and replace text in multiple files freeware download
file name freeware download
get file freeware download
look for file freeware download
fix zip file freeware download
help file freeware download
zip file freeware download
file zip freeware download

Top Freeware Keywords
utility t free freeware download
jad exe freeware download
ico2png t free freeware download
java freeware download
file freeware download
html freeware download
application freeware download
code freeware download
command exe freeware download
tool freeware download
database freeware download
free t free freeware download
download freeware download
windows freeware download
utility freeware download
free freeware download
editor freeware download
list freeware download
protection freeware download
web freeware download
hex freeware download
development freeware download
search freeware download
embedded freeware download
db database freeware download
text freeware download
folder freeware download
activestate freeware download
reference freeware download
information freeware download



newLISP 10.4.3 freeware     Save this freeware to your freeware selection - Saved Freeware

(2 ratings)

Author

Lutz Mueller

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 10, 2012
Downloads 511
Filesize 1.00 MB
Keywords script language, artificial intelligence, program CGI, script, programmer, CGI
Your Rating
  - click to rate
newLISP screenshot
[ View full size screenshot ]

Download newLISP   Save Freeware   Report Spyware

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. ...

Download newLISP   Save Freeware   Report Spyware


File - newLISP freeware - Download Notice

newLISP Free Download - we do not host any newLISP torrent files or links of newLISP on rapidshare.com, depositfiles.com, megaupload.com etc. All newLISP download links are direct newLISP full download from publisher site or their selected mirrors.

File - newLISP freeware - Latest User Reviews

 Write a Review   


File - newLISP freeware - The Latest Versions History

Version Date Released Status Release Notes
10.4.3 May 10, 2012 New Release Additions and changes:
· A new set function union works like (unique (append ... )).
· Two new predicates even? and odd? test the parity of integers.
· The new prob-t function returns the one-tailed probablitiy of a Student's t statistic to be equal or greater than the observed value.
· The new prob-f function returns the probablitiy of F statistic to be equal or greater than the observed value.
· The new crit-t function calculates the critical value of Student's t for a given one-tailed probability.
· The new crit-f function calculates the critical value of F for a given probability level.
· The prob-z and crit-z functions now handle probabilities less than 0.5 for negative Z-values.
· The new corr function calculates a Pearson product-moment correlation coefficient between two variables.
· The new stats function calculates some basic statistics for a data vector.
· The new t-test function performs a Sudent's t-test for dependent and independent date samples.
10.4.1 Apr 10, 2012 New Release Additions and changes:
· A new set function union works like (unique (append ... )).
· Two new predicates even? and odd? test the parity of integers.
· The new prob-t function returns the one-tailed probablitiy of a Student's t statistic to be equal or greater than the observed value.
· The new prob-f function returns the probablitiy of F statistic to be equal or greater than the observed value.
· The new crit-t function calculates the critical value of Student's t for a given one-tailed probability.
· The new crit-f function calculates the critical value of F for a given probability level.
· The prob-z and crit-z functions now handle probabilities less than 0.5 for negative Z-values.
· An additional true flag in the char function can turn on 8-bit byte value translation instead of multibyte UTF-8 translation in UTF-8 enabed versions of newLISP.
· A true flag in the file? forces the return value to the name string of the file, if it exists.
· newlispdoc now outputs a UTF-8 meta tag in
10.4.0 Feb 17, 2012 New Release Additions and changes:
· import now has a second syntax to specify return and parameter value data types. This new extended API usese libffi. This extension to the current foreign functions interface is available in all standard binary installs of newLISP.
· The extended callback API allows specifying return and parameter value data types. Like the extended import, the enhanced callback syntax uses libffi.
· The now time function now returns the GMT offset with opoposite signs, positive for east and negative for west of the UCT Meridian. The day-of-the-year number now starts with 1 instead of offset 0. Both changes make now more ISO 8601 compliant.
· Bit 11 - hex 0x400 - in the last field of sys-info is set for extended FFI enabled versions requiring libffi.
· The speed of read-line, when used with a file handle, has been increased many times to the same speed as when used with STDIN.
10.4.1 Feb 17, 2012 New Release Additions and changes:
· import now has a second syntax to specify return and parameter value data types. This new extended API usese libffi. This extension to the current foreign functions interface is available in all standard binary installs of newLISP.
· The extended callback API allows specifying return and parameter value data types. Like the extended import, the enhanced callback syntax uses libffi.
· The now time function now returns the GMT offset with opoposite signs, positive for east and negative for west of the UCT Meridian. The day-of-the-year number now starts with 1 instead of offset 0. Both changes make now more ISO 8601 compliant.
· Bit 11 - hex 0x400 - in the last field of sys-info is set for extended FFI enabled versions requiring libffi.
· The speed of read-line, when used with a file handle, has been increased many times to the same speed as when used with STDIN.
10.4.10 Jan 13, 2012 New Release Additions and changes:
· import now has a second syntax to specify return and parameter value data types. This new extended API usese libffi. This extension to the current foreign functions interface is available in all standard binary installs of newLISP.
· The extended callback API allows specifying return and parameter value data types. Like the extended import, the enhanced callback syntax uses libffi.
· The now time function now returns the GMT offset with opoposite signs, positive for east and negative for west of the UCT Meridian. The day-of-the-year number now starts with 1 instead of offset 0. Both changes make now more ISO 8601 compliant.
· Bit 11 - hex 0x400 - in the last field of sys-info is set for extended FFI enabled versions requiring libffi.
· The speed of read-line, when used with a file handle, has been increased many times to the same speed as when used with STDIN.
10.3.10 Dev Jan 13, 2012 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 "char" "char") -> pair
· (struct 'comp "pair" "int") => comp
· (pack comp (pack pair 1 2) 3) => "0102000003000000"
· (unpack comp "0102000003000000") => ((1 2) 3)

Imported functions can now be default functors:
· (define myprintf:myprintf (import "libc.dylib" "printf"))

· All makefile_mingwdll* tweaked for MinGW gcc 4.6.2. But binaries are still
10.3.9 Dev Dec 27, 2011 New Release · struct' function for extended FFI usage now working for 32 and 64 bit
· struct 'foo "char" "int" "short int")
Foo can now be used as a data type in the extended FFI API:
· import "thelib" "afunc" "foo" "foo") ; takes ans returns a struct foo
· unpack foo (afunc (pack foo 1 2 3))) => returns a list with 3 numbers
· The additional syntax forms of 'pack' and 'unpack' take care for packing
· and unpacking wirth the correct number of pad bytes to make align
· structures on different Architectures.
· See qa-special-tests/qa-libffi for an example.
Accept data lists in struct packing just like in traditional 'pack':
· struct 'pair "int" "int") => pair
· pack pair 1 2) => "0100000002000000"
· pack pair '(1 2)) => "0100000002000000"
Nested structure now can be packed:
· struct 'pair "char" "char") => pair
· struct 'comp "pair" "short int") => comp
10.3.5 Dev Nov 10, 2011 New Release · 'invert' over-allocated memory
· Fixed a crash bug in purgeSpawnList()
· icmp6.h include for cygwin in nl-sock.c (thanks KOSH)
· The creation of a communications channel between and parent process and 'spawn'ed child processes for usage with the message API of 'send' and 'receive', is now optional: (spawn [true])
· If the'send' or 'receive' is used on the child process spawned, the optional flag must be set to 'true'.
· The fakes versions on 'spawn', 'sync' and 'abort' in Win32 have been taken out.
· The newLISP shell "newlisp-x.x.x/util/nls" now works on MS Windows too.
· The link feature using util/link.lsp did no works with 64-bit versions of newLISP.
· In the MinGW compile of nl-sock.c the include file wspapi.h has been replaced with ws2spi.h. This file is part of the normal MinGW install.
10.3.4 Oct 7, 2011 New Release Bug fixes:
· Fixed broken memory sharing for data sizes greater than 4084 bytes. This affected the built-in functions spawn and share for memory transfers greater than 4084 bytes.
· When in debug or trace mode, error messages caysed by the debugged source are now printed to the console. Debugging is not interruped and can continue. As previously, the return value of the failing function will be 0 or nil depending on the function causing the exception.
· Return values from library callbacks not work correctly under some circumstances. This did not affect the example programs opengl-demo.lsp and win32-demo.lsp.

Other addtions and changes:
· On MS Windows newlisp.dll is now installed in windows/system32 or what the main 32-bit DLL directory may be on a specific Windows platform.
· From newLISP library a new function newlispCallback can be imported to register callback functions called from the library back into the controlling parent.
10.3.3 Sep 23, 2011 New Release Bug fixes:
· Fixed broken memory sharing for data sizes greater than 4084 bytes. This affected the built-in functions spawn and share for memory transfers greater than 4084 bytes.
· When in debug or trace mode, error messages caysed by the debugged source are now printed to the console. Debugging is not interruped and can continue. As previously, the return value of the failing function will be 0 or nil depending on the function causing the exception.
· Return values from library callbacks not work correctly under some circumstances. This did not affect the example programs opengl-demo.lsp and win32-demo.lsp.

Other addtions and changes:
· On MS Windows newlisp.dll is now installed in windows/system32 or what the main 32-bit DLL directory may be on a specific Windows platform.
· From newLISP library a new function newlispCallback can be imported to register callback functions called from the library back into the controlling parent.


Most popular file freeware downloads in Other


Adobe Photoshop SDK CS6 freeware download


... work. And with more efficient editing, processing, and file handling, there's no slowing you down. Developers will need to meet the requirements before proceeding with converting a plug-in conversion: * Adobe Photoshop CS4 Windows * Adobe Photoshop CS4 SDK * Microsoft Visual Studio 2005 Professional Edition (64 bit ...
Details   Download   Save Freeware

File Identity Builder 2.0 freeware download


File Identity Builder as a development tool that will allow you to create file identities from characters, or determine the identity by ... ever wondered what number compilers put into EXE files that give them that wonderful MZ header? Well, ... who want to simplify their development using Random File Access. ...
Details   Download   Save Freeware

XVI32 2.54 freeware download


... built-in script interpreter. * Easily works with huge files. Try to open a 60 MB sized text file with some other hex editor (not to speak ... If you don't have such a huge text file, use my freeware tool RndFile to create one * XVI32 allows to edit files up to 2 GB (enough virtual memory provided, ...
Details   Download   Save Freeware

cURL 7.26.0 freeware download


... HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTMP and RTSP. curl supports ... cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Curl is free and open software that compiles under a wide variety ...
Details   Download   Save Freeware

JabRef for Linux 2.8 Beta 2 freeware download


... an open source bibliography reference manager. The native file format used by JabRef is BibTeX, the standard LaTeX bibliography format. JabRef runs on the Java VM (version 1.5 or newer), and should work equally well on Windows, Linux and Mac OS X. Features Advanced BibTeX editor Detailed editing ...
Details   Download   Save Freeware

ResEdit 1.5.11 freeware download


... version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++. To open a file which uses Win32 API symbolic constants, you will also need Win32 header files (usually coming with you compiler). If you ... Server 2003 SP1 Platform SDK to get these files. Features * Importing rc files generated ...
Details   Download   Save Freeware

Doxygen for Linux 1.8.1 freeware download


... (in $mbox{LaTeX}$) from a set of documented source files. There is also support for generating output in ... to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by ...
Details   Download   Save Freeware

HDFView x64 2.8 freeware download


... for browsing and editing NCSA HDF4 and HDF5 files. HDFView allows users to browse through any HDF4 and HDF5 file; starting with a tree view of all top-level objects in an HDF file's hierarchy. HDFView allows a user to descend through the hierarchy and navigate among the file's data objects. The content of a data object ...
Details   Download   Save Freeware

PyScripter Portable 2.5.3 freeware download


... based · Full support for encoded Python source files · Brace Highlighting · Python source code utilities ... Python keywords · Parameterized Code Templates · Accept files dropped from Explorer · File change notification · Converting line breaks (Windows, Unix, ... · Syntax highlighting of HTML, XML and CSS files · Split view file editing · Firefox-like search ...
Details   Download   Save Freeware

winGlade 3.4.1 freeware download


... produce code for events, but rather an XML file that is then used with an appropriate binding (such as gtkada for use with the Ada programming language). Glade comes in three versions, one for GTK+ 1 and two for GTK+ 2. Glade is free software distributed under the GNU ...
Details   Download   Save Freeware