newLISP Stable Release v.10.5.4

Started by Lutz, October 01, 2013, 08:44:01 AM

Previous topic - Next topic

Lutz

This stable release fixes bugs and adds two new call patterns to the t-test function.



Files and release notes: http://www.newlisp.org/index.cgi?page=Downloads">http://www.newlisp.org/index.cgi?page=Downloads

johu

#1
Hello, Lutz.



I finished translartions of manuals.



CodePatterns-10504

newlisp_manual-10504



There are in https://skydrive.live.com/?cid=23a9a25e1aec3626&sc=documents&id=23A9A25E1AEC3626!1450">here.



And,

line 26186 in newlisp_manual
Quotemoderatly significant. With a probability <tt>p = 0.021 (2.1%)</tt> the null hypothesis



moderately significant. With a probability <tt>p = 0.021 (2.1%)</tt> the null hypothesis

Regards,

Lutz

#2
Thank you very much Johu.



All translations and corrections are online now.:



http://www.newlisp.org/newlisp_manual-jp.html">http://www.newlisp.org/newlisp_manual-jp.html

http://www.newlisp.org/manual_frame-jp.html">http://www.newlisp.org/manual_frame-jp.html

http://www.newlisp.org/CodePatterns-jp.html">http://www.newlisp.org/CodePatterns-jp.html

xytroxon

#3
Sanning the the inprogress - newlisp-10.5.5.tgz      14-Oct-2013 11:17

the following 48 suspect spelling errors were detected...



---------------



newlisp manual



artifial

bject

bufffer

clusteranalysis

comforming

controllling

cript

decription

defininitions

divisable

dsitribution

effectiviely

everage

floationg

freedmom

guarenteed

hyothesis

incorrecttly

informaton

intercative

libary

namspace

numer

ocurring

otation

partions

probablity

proteced

recived

signficant

specifed

speified

stntax

successfull

suport

teminal

ther

unifcation



--------------------



Code Patterns



decribed

folllowing

fuctions

hundered

intitialized

libray

proramming

receved

registerd

wil



------------------



-- xytroxon
\"Many computers can print only capital letters, so we shall not use lowercase letters.\"

-- Let\'s Talk Lisp (c) 1976

Lutz

#4
Thanks for the corrections. Now online:



http://www.newlisp.org/downloads/newlisp_manual.html">http://www.newlisp.org/downloads/newlisp_manual.html

http://www.newlisp.org/downloads/CodePatterns.html">http://www.newlisp.org/downloads/CodePatterns.html







Ps: in case you check again, some are false positives because of embedded HTML for bolding or underlining letters.

xytroxon

#5
Sorry, I didn't have time to verify them all.



I just found my old Win 98 script* that I "lost" when I moved to Win 7 in 2010. The "jargon" word exclusion list may need adjustment.



-- xytroxon



*  Written in some obscure futuristic language called "newLISP" ;o)
\"Many computers can print only capital letters, so we shall not use lowercase letters.\"

-- Let\'s Talk Lisp (c) 1976

Lutz

#6
yes, it's things like this:


<p>For a description of the JSON format (<u>J</u>ava<u>S</u>cript <u>O</u>bject <u>N</u>otation)

rickyboy

#7
Please pardon me if someone already caught these typos in the manual.



accepts mult-line statements



argumment



whole expression is evaluates in big integer mode



a multi-chracacter string



as strings without without the preceding



to resolve a function's application polymorphously.   [rickyboy]



separator between between namespace



the the empty string



matix- [rickyboy]



userdefined



a buit-in function



in milli seconds



For each openport



net-connnect



for the timout to expire



when starting remode nodes



MAC OS X



When custom configured packets contains zeros



recieved



If no signal handler is speified



reset tratment of signal 2 to startup conditions



Students's t test



In the second syntax, the functions performs



Prosac
(λx. x x) (λx. x x)

FossilizedCarlos

#8
Hello all,



Hope all is well. I installed newLISP on a debian system, and it will not load...


newlisp: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory

I was curious as to where newLISP looks for this file, as I have created a symbolic link to it, and I still receive the same message.



Thanks!

Carlos

Lutz

#9
It probably looks for it in either /usr/local/lib or /usr/lib. You could use ldd /usr/bin/newlisp to find out. Perhaps you need to run ldconfig (as root) to configure library paths as found in /etc/ld.so.conf.

Lutz

#10
Thanks again for corrections:



http://www.newlisp.org/downloads/newlisp_manual.html">http://www.newlisp.org/downloads/newlisp_manual.html

rickyboy

#11
The following typos are still there:



argumment → argument



matix- → matrix-
(λx. x x) (λx. x x)

Lutz

#12
Thanks, fixed:



http://www.newlisp.org/downloads/newlisp_manual.html">http://www.newlisp.org/downloads/newlisp_manual.html

xytroxon

#13
Tracked down some more spelling errors in the in-progress newlisp-10.5.5.tgz   06-Nov-2013



===================

newlisp_manual.html

-----------------



Arithmetik -> Arithmetic



The following operators, functions and predicates work on big integers:

 Arithmetik operators: + - * / ++ -- %.



-----------------



recieved -> received



wait until status messages are recieved for each of the child processes.



======================

CodePatterns.html

-----------------



evaluater's -> evaluator's



This way variables can be set in the evaluater's environment, and messages can be routed to other processes.



-----------------



fuctions -> functions



Other fuctions could be added to the namespace, e.g. for initializing the sum.



-----------------



recieved -> received



message does not appear before all recieved messages are reported by process identified with B.



======================

newLISPdoc.html

-----------------



descrption -> description



create a file containing a @index and a @descrption link:



-----------------



messsage -> message



parameter: str-message - The messsage string to be printed.



;; @param <str-message> The messsage string to be printed.



-----------------



specificaton -> specification



 Between the tag link specificaton and description is exactly one space:

 

===================

MemoryManagement.html

----------------------



becuase -> because



does not need to evaluate its arguments 3 and 4 becuase they are constants,

 

----------------------



newsly -> newly



Any newsly created result expression is destined to be destroyed later



----------------------



simlar -> similar



evaluateLambda(func, args) works simlar to evaluateFunc(func



----------------------



-- xytroxon
\"Many computers can print only capital letters, so we shall not use lowercase letters.\"

-- Let\'s Talk Lisp (c) 1976

Lutz

#14
Many thanks Xytroxon, everything is updated and online.