Search found 143 matches

by johu
Tue May 14, 2019 12:38 pm
Forum: newLISP newS
Topic: Stable Release newLISP v.10.7.5
Replies: 10
Views: 13982

Re: Stable Release newLISP v.10.7.5

Hello, Lutz.

I finished the translation of manual v.10.7.5

newlisp_manual-10705

There is in here.

Regards,
by johu
Thu Sep 13, 2018 8:46 am
Forum: newLISP newS
Topic: Development release newLISP v.10.7.4
Replies: 19
Views: 19768

Re: Development release newLISP v.10.7.4

Hello Lutz,

I am sorry, the display of my update might have included a delay.

Now, you might be able to see "newlisp_manual-10704.zip".

Regards,
by johu
Tue Sep 11, 2018 11:13 pm
Forum: newLISP newS
Topic: Development release newLISP v.10.7.4
Replies: 19
Views: 19768

Re: Development release newLISP v.10.7.4

Hello, Lutz.

I finished the translation of manual v.10.7.4

newlisp_manual-10704

There is in here.

Regards,
by johu
Thu May 10, 2018 1:12 pm
Forum: newLISP in the real world
Topic: Running an executable on Linux
Replies: 3
Views: 4332

Re: Running an executable on Linux

Hello, Lutz.

I finished translation of the manual v.10.7.1 2018-05-08.

newlisp_manual-10701

There is in here.

Regards,
by johu
Tue Oct 10, 2017 10:59 am
Forum: newLISP newS
Topic: Development release newLISP v.10.7.3
Replies: 7
Views: 10450

Re: Development release newLISP v.10.7.3

Hello, Lutz.

line 2002889 in newlisp_manual v10.7.3
<p>Wen using the <tt>true</tt> flag the <tt>read-key</tt> is non-blocking
  ↓
<p>When using the <tt>true</tt> flag the <tt>read-key</tt> is non-blocking

maybe

Regards,
by johu
Tue Jan 31, 2017 11:17 am
Forum: newLISP newS
Topic: Stable maintenance release newLISP v.10.7.1
Replies: 11
Views: 15640

Re: Stable maintenance release newLISP v.10.7.1

Hello, Lutz. I finished translartions of manuals. newlisp_manual-10701 There is in here . and maybe line 15831 in newlisp_manual v10.7.1 <em>bool-params</em> evaluates to to <em>true</em>, the call arguments are included                 ↓ <em>bool-params</em> evaluates to <em>true</em>, the call arg...
by johu
Sun Feb 21, 2016 7:14 am
Forum: newLISP newS
Topic: newLISP v.10.7.0 Stable Release
Replies: 21
Views: 21090

Re: newLISP v.10.7.0 Stable Release

Hello Lutz, Windows API GetTimeZoneInformation 's return value is Return-value Description    0   Daylight saving time is not used in the current time zone, because there are no transition dates or automatic adjustment for daylight saving time is disabled.    1   The system is operating in the range...
by johu
Fri Feb 19, 2016 9:41 am
Forum: newLISP newS
Topic: newLISP v.10.7.0 Stable Release
Replies: 21
Views: 21090

Re: newLISP v.10.7.0 Stable Release

I understand.

Thank you for the detailed explanation.
by johu
Thu Feb 18, 2016 10:50 am
Forum: newLISP newS
Topic: newLISP v.10.7.0 Stable Release
Replies: 21
Views: 21090

Re: newLISP v.10.7.0 Stable Release

Hello Lutz, I have a question. About now function, Linux version or newLISP in web > (now 0 -2) 540 but, Windows version newLISP v.10.7.0 > (now 0 -2) 600 and Windows version newLISP v.10.6.2 > (now 0 -2) 540 In this connection, the time zone offset in minutes of Japan is 540. Did only Windows versi...
by johu
Fri Jan 22, 2016 9:21 am
Forum: newLISP newS
Topic: newLISP v.10.7.0 Stable Release
Replies: 21
Views: 21090

Re: newLISP v.10.7.0 Stable Release

Hello, Lutz. I finished translartions of manuals. CodePatterns-10604 guiserver_manual-171 newlisp_manual-10700 There are in here . and maybe line 24222 in newlisp_manual v10.7.0 syntax all random functions called subsequenly like                    ↓ syntax all random functions called subsequently l...
by johu
Thu Jul 16, 2015 8:40 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.6.3
Replies: 30
Views: 35412

Re: newLISP Development Release v.10.6.3

Hello, Lutz. For Stable Release, line 2965 in newlisp_manual v10.6.3 to itself, elready existing contexts like MAIN do not require quoting.</p>      ↓ to itself, already existing contexts like MAIN do not require quoting.</p> line 3029 <tt>ACTX</tt>, ot the whole funtion must be preceded by a contex...
by johu
Fri Jan 23, 2015 8:56 am
Forum: newLISP newS
Topic: newLISP stable release 10.6.2
Replies: 20
Views: 20707

Re: newLISP stable release 10.6.2

Thanks Lutz.

I finished translartions of manuals.

newlisp_manual-10602
CodePatterns-10602

There are in here.
by johu
Thu Jan 22, 2015 9:30 am
Forum: newLISP newS
Topic: newLISP stable release 10.6.2
Replies: 20
Views: 20707

Re: newLISP stable release 10.6.2

Hello, Lutz. I am translating the manual to Japanese and have some suggestions. line 23636 in newlisp_manual v10.6.2 Setting the option bit to <tt>0x8000</tt> in <em> int-option </em> will force ↓ Setting the option bit to <tt>0x8000</tt> in <em> regex-option </em> will force And, no problem but lin...
by johu
Tue Dec 09, 2014 3:30 pm
Forum: newLISP in the real world
Topic: Can I create a DAG in newlisp
Replies: 4
Views: 4288

Re: Can I create a DAG in newlisp

For example: (setq dag '((a c) (b c) (c d) (c g) (d e) (d f))) (setq dag2 '((a b) (b c) (b d) (b e) (g d) (c e) (d e) (e f))) (define (search-pre lst) (letex (_x (args 0)) (if (replace nil (map (fn (x) (match '(? _x) x true)) lst)) $it "start"))) (define (search-next lst) (letex (_x (args 0)) (if (r...
by johu
Wed Apr 09, 2014 12:09 pm
Forum: newLISP newS
Topic: newLISP stable release 10.6.0
Replies: 6
Views: 10934

Re: newLISP stable release 10.6.0

Hello, Lutz.

I finished translartions of manuals.

newlisp_manual-10600
guiserver_manual-161
CodePatterns-10507

There are in here.

Regards,
by johu
Thu Apr 03, 2014 9:31 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.5.8
Replies: 2
Views: 7873

Re: newLISP Development Release v.10.5.8

Hello, Lutz. For Stable Release, line 17430 in newlisp_manual v10.6.0 of <tt>macro</tt> is identical to the syntax of <a href="# define ">define-macro</a>.                           ↓ of <tt>macro</tt> is identical to the syntax of <a href="# define-macro ">define-macro</a>. line 19545 as in TCP/IP ...
by johu
Tue Feb 18, 2014 10:30 am
Forum: newLISP newS
Topic: newLISP in a browser
Replies: 115
Views: 132706

Re: newLISP in a browser

Hello, Lutz. For Stable Release or Development version, in newlisp_manual.html line 1430 newLISP code and JavaScript code together. Bot languages can call                      ↓ newLISP code and JavaScript code together. But languages can call line 7309 <table border="0" cellpadding="1" width="95%" ...
by johu
Fri Dec 13, 2013 9:45 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.5.6
Replies: 9
Views: 14382

Re: newLISP Development Release v.10.5.6

Thank you for response, Lutz.

And I'm sorry, my explanation was not enough and using bold-tags had been wrong.

Then, I will be more careful.
by johu
Thu Dec 12, 2013 11:50 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.5.6
Replies: 9
Views: 14382

Re: newLISP Development Release v.10.5.6

Hello, Lutz. Anaphoric if is great! I finished the translartion of v.10.5.6's manual. newlisp_manual-10506 And, line 15481 <p><tt>if</tt> also sets the anaphoric syztem variable <tt>$it</tt> to the value system? line 25238-25247 <p>All members in <em>list</em> are sorted in ascending order. Anything...
by johu
Sun Nov 24, 2013 12:03 am
Forum: newLISP newS
Topic: newLISP Development Release v.10.5.5
Replies: 18
Views: 18098

Re: newLISP Development Release v.10.5.5

Hello, Lutz.

I finished the translartion of v.10.5.5's manual.

newlisp_manual-10505

And in 10.5.5's manual,

line 2796
to the name-space which owns the that symbol.</p>
line 9160
but probabilities are compounded using the Chi&sup2; method.
Are these OK?

Regards,
by johu
Sat Oct 05, 2013 2:43 am
Forum: newLISP newS
Topic: newLISP Stable Release v.10.5.4
Replies: 21
Views: 25370

Re: newLISP Stable Release v.10.5.4

Hello, Lutz. I finished translartions of manuals. CodePatterns-10504 newlisp_manual-10504 There are in here . And, line 26186 in newlisp_manual moderatly 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%)</t...
by johu
Thu Jul 11, 2013 8:55 am
Forum: newLISP newS
Topic: newLISP Stable Release v.10.5.3
Replies: 3
Views: 8587

Re: newLISP Stable Release v.10.5.3

Hello, Lutz. I finished translartions of manuals. guiserver_manual-152 newlisp_manual-10503 There are in here . And I have a suggestion. As the version of guisever is 1.52, gs:run-shell takes 3 arguments. Till then (for example, version 1.50), gs:run-shell took 2 arguments. At both v.1.50 and v.1.52...
by johu
Sat Jun 29, 2013 7:09 am
Forum: newLISP newS
Topic: newLISP Development release 10.5.2
Replies: 4
Views: 9382

Re: newLISP Development release 10.5.2

Hello, Lutz. For the manual of Maintenance Release. line 6548 <td>calculate distances to cluster centroids or other data points</td>    ↓ <td>calculates distances to cluster centroids or other data points</td> line 6553 <td>partion a data set into clusters</td>    ↓ <td>partitions a data set into cl...
by johu
Thu Jun 06, 2013 1:17 pm
Forum: newLISP newS
Topic: newLISP Development release 10.5.1
Replies: 2
Views: 7595

Re: newLISP Development release 10.5.1

Hello, Lutz. For the manual of Maintenance Release. line.4564 <td>returns the number of UTF-8 characters in a a string</td> ↓ <td>returns the number of UTF-8 characters in a string</td> line.5037 <p>Decimals start with a digit. Hexadecimals start with <tt>x</tt>:.</p> ↓ <p>Decimals start with a digi...
by johu
Wed May 22, 2013 11:48 am
Forum: newLISP newS
Topic: newLISP Stable Release v.10.5.0
Replies: 10
Views: 29921

Re: newLISP Stable Release v.10.5.0

Hello, Lutz.

I finished translartions of manual and CodePatterns.

CodePatterns-10500
guiserver_manual-150
newlisp_manual-10500

There are in here.

Regards,