Search found 143 matches

by johu
Fri Dec 23, 2011 10:15 am
Forum: newLISP newS
Topic: newLISP development release v.10.3.9
Replies: 9
Views: 6710

Re: newLISP development release v.10.3.9

Hello, Lutz. A new function, struct is fine. By the way, symbol 'struct is used at functions' example of bind and unify in User Manual and Reference v.10.3.9 and also at Destructuring nested lists in Code Patterns in newLISP And I wish to add struxt at Importing libraries' table in User Manual and R...
by johu
Thu Dec 01, 2011 10:32 am
Forum: newLISP newS
Topic: newLISP development release v.10.3.7
Replies: 5
Views: 4774

Re: newLISP development release v.10.3.7

For new release, in newlisp_manual.html

Code: Select all

<pre>
(until (send pidB (string "greetings from " A)))
</pre>
is

Code: Select all

<pre>
(until (send B (string "greetings from " A)))
</pre>
Maybe, already it might have been corrected.
by johu
Thu Sep 22, 2011 9:56 am
Forum: newLISP newS
Topic: newLISP Maintenance Release v10.3.3
Replies: 11
Views: 26053

Re: newLISP Maintenance Release v10.3.3

Hello, Lutz.

I updated the manual translated to Japanese.

newlisp_manual-10303
CodePatterns-20110920

There are in here.

Thanks,
by johu
Tue Sep 13, 2011 9:31 am
Forum: newLISP in the real world
Topic: about Japanese Manuals
Replies: 6
Views: 2504

Re: about Japanese Manuals

Thank you and I saw the release schedule. And I have a suggestion in Code Patterns in newLISP. The exsample of Scanning text uses http://newlisp.digidep.net/scripts/. Its url consists of following: <a href="10x10.lsp">10x10.lsp</a> 29-Dec-2007 14:53 1.0K newLisp Script <a href="3angle.lsp">3angle.ls...
by johu
Mon Sep 12, 2011 12:46 pm
Forum: newLISP in the real world
Topic: about Japanese Manuals
Replies: 6
Views: 2504

Re: about Japanese Manuals

Hello, Lutz.

I updated the manual translated to Japanese for rev 7.

newlisp_manual-10302

There are in here.

Thanks,
by johu
Sun Sep 04, 2011 8:52 am
Forum: newLISP in the real world
Topic: about Japanese Manuals
Replies: 6
Views: 2504

Re: about Japanese Manuals

Thanks, Lutz. I used joh at first. But the place where could not use 3 characters' name for the registration was increased, I changed johu . Therefore, I use johu recently. Joh is for old friends, maybe. Then, both are correct. I don't care these. And I registered johu in this forum, so it might be ...
by johu
Sat Sep 03, 2011 10:56 am
Forum: newLISP in the real world
Topic: about Japanese Manuals
Replies: 6
Views: 2504

about Japanese Manuals

Hello, Lutz.

I updated the manual translated to Japanese.
  • newlisp_manual-10302
    CodePatterns-20110810
    guiserver_manual-144
There are in here.
In newlisp_manual-10302, rev is 3.

And in guiserver.lsp,
  • wioth → with
maybe.

Thanks,
by johu
Thu Jul 21, 2011 9:06 am
Forum: newLISP newS
Topic: newLISP stable maintenance release v.10.3.2
Replies: 5
Views: 4356

Re: newLISP stable maintenance release v.10.3.2

Thank you, Lutz.

I posted the Japanese translation of manual in my SkyDrive.

Please download newlisp_manual-10302 from here. 
by johu
Tue May 31, 2011 1:16 pm
Forum: newLISP newS
Topic: new documentation revisions
Replies: 7
Views: 8061

Re: new documentation revisions

Thanks for the information, Lutz.

I update Manual and CodePatterns translation, too.

http://cid-23a9a25e1aec3626.office.live ... -10300.zip

http://cid-23a9a25e1aec3626.office.live ... 110530.zip

Regards,
by johu
Sun May 01, 2011 5:51 am
Forum: newLISP in the real world
Topic: destructive functions & trees
Replies: 5
Views: 2537

Re: destructive functions & trees

According to the manual, http://www.newlisp.org/downloads/newlisp_manual.html#pass_big newLISP passes parameters by value copy. Variable's lst in function destruct is not x , but the copy of x . Then x is not changed. And according to the same chapter in manual. http://www.newlisp.org/downloads/newl...
by johu
Wed Apr 13, 2011 9:41 am
Forum: newLISP in the real world
Topic: About "Code Patterns in newLISP"
Replies: 6
Views: 2330

Re: About "Code Patterns in newLISP"

Thanks Lutz for the online.
by johu
Tue Apr 12, 2011 9:25 am
Forum: newLISP in the real world
Topic: About "Code Patterns in newLISP"
Replies: 6
Views: 2330

Re: About "Code Patterns in newLISP"

Thank you, Lutz. I finished to translate "Code Patterns in newLISP" into Japanese. http://cid-23a9a25e1aec3626.office.live.com/self.aspx/.Public/CodePatterns-20110411.zip And I'm sorry,, I forgot to show a point to be corrected. Pre-processing the request <pre>newlisp httpd-conf.lsp -http -d 80 -w /...
by johu
Mon Apr 11, 2011 9:19 am
Forum: newLISP in the real world
Topic: About "Code Patterns in newLISP"
Replies: 6
Views: 2330

Re: About "Code Patterns in newLISP"

Thank you, Lutz. And I found some points to be corrected when reviewing. <li>'push' and 'pop'</li> <li>Accessing lists</li> ↓ <li>'push' and 'pop'</li> <li>'extend'</li> <li>Accessing lists</li> Using 'net-peek' ' net-peek returns the number of characters pending to read. (delete a apostrophe ahead ...
by johu
Sat Apr 09, 2011 8:36 am
Forum: newLISP in the real world
Topic: About "Code Patterns in newLISP"
Replies: 6
Views: 2330

About "Code Patterns in newLISP"

Hello, Lutz. I have translated "Code Patterns in newLISP" to Japanese and I'm reviewing it. Now I have some suggestion. Evaluating remotely The parameter p is nil when no result was received during the last 100 micro seconds, The parameter p is nil when no result was received during the last 1000 mi...
by johu
Tue Mar 08, 2011 9:57 am
Forum: newLISP in the real world
Topic: Another challenge
Replies: 3
Views: 2339

Re: Another challenge

A shortcut in newLISP ?
Though my understanding might be different, I try :

Code: Select all

(for (i 1 5) (extend x (map (curry list i) '("a" "b" "c" "d"))))
or

Code: Select all

(for (i 1 5) (extend '() (map (curry list i) '("a" "b" "c" "d"))))
by johu
Mon Feb 28, 2011 10:19 am
Forum: newLISP in the real world
Topic: This week's challenge
Replies: 15
Views: 4920

Re: This week's challenge

Belatedly, I try by using dolist. (define (grouped-list lst (func (fn (x y) (= (x 0) (y 0))))) (sort lst) (local (res tmp) (dolist (x lst) (unless (or (not tmp) (func x (tmp -1))) (push tmp res -1) (setq tmp '())) (push x tmp -1)) (push tmp res -1))) This is used as following: > (grouped-list l) (("...
by johu
Mon Feb 07, 2011 11:17 am
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7928

Re: newLISP Stable Release 10.3.0

I sorry that I update a wrong name.

Now there is corrected version in
http://cid-23a9a25e1aec3626.skydrive.li ... -10300.zip
by rev 2010-02-06.

Maybe, 2010 is 2011 .

Regards,
by johu
Sun Feb 06, 2011 5:54 am
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7928

Re: newLISP Stable Release 10.3.0

I am sorry that I have released a wrong version, remained parse-date.

Now there is corrected version in
http://cid-23a9a25e1aec3626.skydrive.li ... -10300.zip
by johu
Sat Feb 05, 2011 9:44 am
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7928

Re: newLISP Stable Release 10.3.0

Thank you for online, Lutz.

And in http://www.newlisp.org/downloads/CodePatterns.html

Allthough newLISP has a second,
Although newLISP has a second,


Regards,
by johu
Fri Feb 04, 2011 10:27 am
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7928

Re: newLISP Stable Release 10.3.0

Thank you for release 10.3, Lutz. I finished translating manual of v.10.3 into Japanese. http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10300.zip By the Way, the version of Code Patterns in newLISP is v10.2. It might be scheduled to be updated. Then, I have some su...
by johu
Sun Jan 09, 2011 5:20 am
Forum: newLISP newS
Topic: newLISP development release v.10.2.18
Replies: 3
Views: 3475

Re: newLISP development release v.10.2.18

Thank you, Lutz.

I am glad to see that binary contents are operated in UTF8-enabled newLISP.

Regards,
by johu
Sat Jan 08, 2011 9:17 am
Forum: newLISP in the real world
Topic: Converting decimal to hexadecimal
Replies: 4
Views: 1938

Re: Converting decimal to hexadecimal

Thanks for improving function, Electrifiedspam.
And, Yes, it is better for your purpose.
I would like to use simply format only.
Sorry,
by johu
Sat Jan 08, 2011 9:07 am
Forum: newLISP newS
Topic: newLISP development release v.10.2.18
Replies: 3
Views: 3475

Re: newLISP development release v.10.2.18

Thank you for great works, Lutz. I finished translating manual of v.10.2.18 into Japanese. http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10218.zip Also, current version rev-22. http://cid-23a9a25e1aec3626.skydrive.live.com/self.aspx/.Public/newlisp%5E_manual-10208...
by johu
Sun Jan 02, 2011 11:32 pm
Forum: newLISP in the real world
Topic: Converting decimal to hexadecimal
Replies: 4
Views: 1938

Re: Converting decimal to hexadecimal

> (define (hexs n w) (if w (format (string "%0" w "X") n) (format "%X" n))) (lambda (n w) (if w (format (string "%0" w "X") n) (format "%X" n))) > (hexs 255) "FF" > (hexs 128 4) "0080" > Additionally, > (bits 0x7F) "1111111" > (bits 128) "10000000" > (int "011" 0 2) 3 > (int "011" 0 8) 9 > (int "01...
by johu
Sat Dec 18, 2010 2:53 pm
Forum: Whither newLISP?
Topic: newLisp without collateral effects
Replies: 23
Views: 15053

Re: newLisp without collateral effects

Thank you, Lutz.

I know the difference between quoted and unquoted in map, also apply.