Re: Recursion-Loop Macro?

2017-02-13 Thread Lindsay John Lawrence
There is lots of discussion on the mail archive on this topic over the years. http://www.mail-archive.com/picolisp@software-lab.de/msg03860.html There are others. Try searching tail recursion, macros, fexpr. The mail archive has been an excellent source of information on picolisp. I haven't

Re: trouble reading non blocking space etc

2017-02-13 Thread dean
Thank you very much for this! I tried (cd src; make tools) both from the command line...because of "$" and from within Picolisps RPL because of the parens. I looked in src and there is just the utf2.c file. When I do $ (cd src; make tools) from the command line I get... $ (cd src; make tools) ***

Re: trouble reading non blocking space etc

2017-02-13 Thread Alexander Burger
Hi Dean, > 6869 a074 6865 6972 3aa0 686f 7720 6172 6520 796f 750a > hi.their:.how are you. > > The following program... > > (in "/home/me/test_fl.txt" >(until (eof) > (setq Ln (line T)) > (prinl Ln))) > > results in this > > hiനeir:ਯw are you OK, as you noticed in your

trouble reading non blocking space etc

2017-02-13 Thread dean
Hi Here's a test file with it's hex above 6869 a074 6865 6972 3aa0 686f 7720 6172 6520 796f 750a hi.their:.how are you. The following program... (in "/home/me/test_fl.txt" (until (eof) (setq Ln (line T)) (prinl Ln))) results in this hiനeir:ਯw are you I tried this (load