Re: Learning Lisp

2017-06-15 Thread Jimmie
functions on arrays/lists, Numpy like stuff. It seems to be a great fit for a lot of what I would like to do. But if native performance with numbers on arrays/lists isn't sufficient. I can always call into C. Again thanks for the links and suggestions and an amazing tool to work with. Jimmie Houchin

Subscribe

2017-04-21 Thread Jimmie Houchin
Hello Jimmie Houchin <jlhouc...@gmail.com> :-) You are now subscribed subscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2017-07-10 Thread Jimmie Houchin
Hello Jimmie Houchin <jlhouc...@gmail.com> :-) You are now subscribed Subscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Floating Point numbers vs Fixpoint numbers

2017-07-12 Thread Jimmie Houchin
al use, as that is simply an implementation issue. However I do need to convert back to the best floating point representation for display or storage. Any help in understanding would be greatly appreciated. Thanks. Jimmie -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Floating Point numbers vs Fixpoint numbers

2017-07-14 Thread Jimmie Houchin
segfaulted on me for unknown reasons. Something as simple as this has segfaulted. jimmie@squirrel:~/Dev/languagetest$ pil + : (version) 17.5.16 -> (17 5 16) : (scl 12) -> 12 : (*Scl) Segmentation fault (core dumped) I will readily admit that when operating on my ported code that it could be my

Re: Floating Point numbers vs Fixpoint numbers

2017-07-26 Thread Jimmie Houchin
Thanks for the reply. My apologies for so long a delay in replying. Work jumped up and slapped me real hard last week. No time for anything else. :( On 07/15/2017 05:52 AM, Alexander Burger wrote: Hi Jimmie, thanks for your long feedback and sharing your experiences! I have spent a fair

Re: Floating Point numbers vs Fixpoint numbers

2017-07-12 Thread Jimmie Houchin
divisor being adjusted accordingly to the number of values multiplied. That does fix it in this simple example. Thanks again for yours and everyone's help. And thanks for the suggestion of the flight simulator. Jimmie On 07/12/2017 02:02 PM, Alexander Burger wrote: Hi Jimmie, the

Re: Floating Point numbers vs Fixpoint numbers

2017-07-12 Thread Jimmie Houchin
quot; (round (* 9.9 9.789 9.56789)) -> "9,272,347,445,790,000,000,000,000,000,000,000,000,000,000.000" The decimal is not in the correct place. I didn't know if PicoLisp provided a solution without complicating every function which uses multiplication and division. Thanks for the

Unsubscribe

2017-07-04 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Unsubscribe

2017-08-09 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Unsubscribe

2017-05-03 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Learning Lisp

2017-05-24 Thread Jimmie Houchin
est books or other resources which may not be mentioned here. I look forward to hearing the wisdom of the community. Thanks. Shalom. Jimmie

Re: Problem with VIP

2017-05-24 Thread Jimmie Houchin
Thanks, that solved the problem. I had installed the 16.12 version. Again thanks. Jimmie On 05/24/2017 11:33 AM, Alexander Burger wrote: Hi Jimmie, welcome to this list! :) Hello, I have successfully installed PicoLisp in my ~/Dev/PicoLisp directory. I have also made the symlinks

Re: Learning Lisp

2017-05-24 Thread Jimmie Houchin
talOcean. I think PicoLisp can be just perfect for such things. I am in Texas. Would I be correct that the optimum time is Berlin time which is currently 7 hours ahead of me? I am normally up early, so that is not a problem. I can work it in most anytime. I haven't used IRC in years. Thanks. J

Re: Problem with VIP

2017-05-24 Thread Jimmie Houchin
version. I don't know why it didn't work the first time but did the second. Let me know if I am doing something wrong. Thanks. Jimmie On 05/24/2017 11:55 AM, Alexander Burger wrote: Oops, correction: On Wed, May 24, 2017 at 06:33:39PM +0200, Alexander Burger wrote: I get this error: jimmie

Unsubscribe

2017-05-29 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2017-06-15 Thread Jimmie Houchin
Hello Jimmie Houchin <jlhouc...@gmail.com> :-) You are now subscribed Subscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

PicoLisp's apps licenses

2017-06-15 Thread Jimmie Houchin
devs. And the released software is completely open source. Back on topic. Is the license for the Wiki app and for VIP also MIT? Thanks for your time. Jimmie -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Learning Lisp

2017-06-16 Thread Jimmie Houchin
Thanks for the links. However, I get a Not Found error for the LISP Programmers Manual. I searched on that site but could not find it. But I searched and found it here. http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf Jimmie On 06/11/2017 04

Re: Introduction

2017-05-24 Thread Jimmie Houchin
and on comp.lang.lisp many years ago. Sometimes Erik Naggum was helpful, sometimes not. He was brilliant but not in social matters. RIP Erik. Again thanks to all for welcoming me into your community. Jimmie On 05/24/2017 02:20 PM, Christophe Gragnic wrote: On Wed, May 24, 2017 at 9:10 PM, Jakob Eriksson <

Problem with VIP

2017-05-24 Thread Jimmie Houchin
running it. I get this error: jimmie@squirrel:~/Dev/PicoLisp$ ./vip [./vip:4] !? (symbols 'vip 'pico) symbols -- Undefined This may be a simple error, but I have not found an answer on the web. Any help greatly appreciated. Shalom. Jimmie -- UNSUBSCRIBE: mailto:picolisp@software-lab.de

Unsubscribe

2017-10-04 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2017-09-25 Thread Jimmie Houchin
Hello Jimmie Houchin <jlhouc...@gmail.com> :-) You are now subscribed Subscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2017-10-18 Thread Jimmie Houchin
Hello Jimmie Houchin <jlhouc...@gmail.com> :-) You are now subscribed Subscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Unsubscribe

2017-10-30 Thread Jimmie Houchin
Good bye Jimmie Houchin <jlhouc...@gmail.com> :-( You are now unsubscribed Unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Fixpoint Numbers strange problem

2021-12-19 Thread Jimmie Houchin
0 10.0) -> T : (== 100.0 100.0) -> T : (scl 17) -> 17 : (== 1.0 1.0) -> T : (== 10.0 10.0) -> T : (== 100.0 100.0) -> NIL : What am I not understanding? Or am I just gifted at finding edge cases. :) Thanks for any help. Jimmie

Re: Fixpoint Numbers strange problem

2021-12-20 Thread Jimmie Houchin
Oh thanks. That helps. I hadn't even noticed that I was using ==  and not  =  since so few languages even allow = for equivalence. That clears up my misunderstanding. Thanks. Jimmie On 12/19/21 19:10, Jo-To Schäg wrote: Reading the docs: : (help

Subscribe

2021-12-17 Thread Jimmie Houchin
Hello Jimmie Houchin :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

unsubscribe

2021-12-22 Thread Jimmie Houchin
Good bye Jimmie Houchin :-( You are now unsubscribed unsubscribe -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe