Members Area


Recommended Sites:

Related Keywords
asp scripts freeware download
php scripts freeware download
c++ scripts freeware download
c scripts freeware download
ftp scripts freeware download
scripts freeware download
asp.net scripts freeware download
scripts menu freeware download
execute scripts freeware download
daily scripts freeware download
coldfusion scripts freeware download
website scripts freeware download
free scripts freeware download
record scripts freeware download
twitter scripts freeware download
ancient scripts freeware download
additional scripts freeware download
free php scripts freeware download
html-based scripts freeware download
drupal chat scripts 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
application freeware download
html 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 for Linux 10.4.3 freeware     Save this freeware to your freeware selection - Saved Freeware


Author

Lutz Mueller

Website Lutz Mueller - newLISP for Linux homepage
OS Linux
Date Released May 10, 2012
Downloads 183
Filesize 1.00 MB
Keywords script language, artificial intelligence, program CGI, script, programmer, CGI
Your Rating
  - click to rate - you will be first!
newLISP for Linux screenshot
[ View full size screenshot ]

Download newLISP for Linux   Buy Full Version   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 for Linux   Buy Full Version   Save Freeware   Report Spyware


Financial scripts - newLISP for Linux freeware - Download Notice

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

Financial scripts - newLISP for Linux freeware - Latest User Reviews

 Write a Review   


Financial scripts - newLISP for Linux 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.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.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.
10.3.2 Jul 21, 2011 New Release Additions:
· Quoted strings now can contain unicode characters encoded using u.... , where .... are four hex digits e.g.: "u03b1u03b2u3b3" for the Greek letters "αβγ" (aplha, beta, gamma). When reading the string, newLISP will translate it to UTF8 encoded characters on UTF8 enabled versions.

Other improvements:
· Better error message on self-referential list changes.
· Improved error messages in implicit indexing.
· Recognize MBCS characters in MS Windows pathnames.
· Siginificant speedup in functions: filter, index, clean, exists and for-all
· Significant speedup on series when second argument is a function.
· Significant speedup on find-all when the third argument is used.
· Better memory management and speed improvements for map.
· A new version of json.lsp module now processes backslashed characters as of JSON spec

Bug fixes:
· Fix for filter, index, clean, exists and for-all when handling empty list elements ().
10.3.1 May 20, 2011 New Release · This development release fixes bugs and makes efficiency improvements.
10.3.0 Feb 8, 2011 New Release · This stable release introduces runtime switching between internet protocols IPv4 and IPv6, adds other miscellaneous features and fixes a few bugs.
10.2.18 Jan 8, 2011 New Release · extend' will take an un-initialized variable and create a list or string depending on the second argument (similar to 'push'). Before a variable
· in the first argument had to be initialized to a string or list.
· Added path for Fedora Linux in mysql.lsp
· PCRE was not configured correctly for utf8 when using configure-alt.
· pcre-config.h now includes config.h when using configure-alt to build.
· Builds with the standrad configure where never affected.
· versions.
· Added a "divert" option to 'net-listen'. In this case a IPPROTO_DIVERT
· option is added to a raw socket. 'net-receive-from' and 'net-send-to' are used to serve the divert-socket returned by 'net-listen'. The interface address is given as an empty string for INADDR_ANY.
· newLISP must be run in superuser mode to be able to create divertSocket.
· Some internal cleanup for p_first(), p_last()
· Bug fixes for modules/json.lsp
· Fixed cell leaks when 'ref', 'ref-all' failed with error in compareFunc()


Most popular financial scripts freeware downloads in Other

PyQt4 for Mac OS X 4.9.1 freeware download


... be published and appear as JavaScript objects to scripts embedded in HTML pages. The QtXml module implements SAX and DOM interfaces to Qt's XML parser. The QtXmlPatterns module implements XQuery and XPath support for XML and custom data models. The phonon module implements a multimedia framework that enables the use ...
Details   Download   Save Freeware

PyScripter Portable 2.5.3 freeware download


... · Call Tips · Command History · Execute scripts without saving them Integrated Python Debugging: · Remote Python Debugger · Call Stack · Variables Window · Watches Window · Conditional breakpoints · Debugger hints · Post-mortem analysis · Can run or debug files without first saving them Editor ...
Details   Download   Save Freeware

newLISP 10.4.3 freeware download


... with networking, regular expression, advanced math, simulation, statistics, financial, HTTP, and XML functions built right into it. ... classic Statistics functions · Bayesian Statistics functions · Financial functions · Date and time functions · I/O ... · Very fast load time for CGI and scripts · Uses only very essential UNIX libs found ...
Details   Download   Save Freeware

Editra 0.7.01 freeware download


... (synchronized) views of the same file · Run Scripts (Launch Plugin) · Session Saving · Source Control Management (Project Plugin) · Syntax Highlighting (60+ Languages) · Tabbed Windows · Themeable Icons · Transparency Support · Undo/Redo · Unicode Support · Vi Keybinding Support · Word Wrap · Workspace View Management ...
Details   Download   Save Freeware

Karrigell 3.1.1 freeware download


... code and to maintain. To achieve this, Karrigell scripts are essentially normal Python scripts, run in a namespace that provides all the ... to use "Karrigell services", which are pure Python scripts where functions map urls. Associated with the built-in ... have the same clean structure as all Python scripts. ...
Details   Download   Save Freeware

Walnut 1.0.255 freeware download


... * Specification of simulations through platform independent Python scripts (although we also support VBA Basic and other scripts on Windows, while 'scripting' in C++ is also possible). For the Windows platform, we currently also have a feature-rich browser or shell in ...
Details   Download   Save Freeware

Developer's Tips & Tricks 1.2.1.3 freeware download


... Script, BASIC (Visual, Just), Perl, Phyton, .INI files, Scripts, SQL, XML and much more) - Code Snippets (Tips) manager (create, delete, rename, edit, syntax properties, etc...) - Import Tip from external file capability - Graphics Tips support (pictures) - *NEW* Full Drag and Drop support for both dragged files and ...
Details   Download   Save Freeware

Keynote Internet Testing Environment 4.0 freeware download


... asynchronously downloaded content with point and click ease. Scripts can be shared as benchmarks and to perform triage among all the web application life cycle groups, including Web developers, QA professionals, performance analysts and Web operations teams. Just register with your email address and name and you are ready to ...
Details   Download   Save Freeware

UDAV 0.7.1.2 freeware download


... changing and plotting. Also it can execute MGL scripts, setup and rotate graphics and so on. FEATURES: · Wide spectrum of graphics. At this moment (MathGL v.1.9) more than 55 general types of graphics are supported. · There are smoothed lightning, transparency, TeX symbols and formulas, arbitrary curvelinear ...
Details   Download   Save Freeware

SourceMonitor 3.2.7.230 freeware download


... within a standard Windows GUI or inside your scripts using XML command files. * Exports metrics to XML or CSV (comma-separated-value) files for further processing with other tools. ...
Details   Download   Save Freeware