Learning Lisp

2017-05-24 Thread Jimmie Houchin
Hello, I am new to PicoLisp and Lisp in general. I know that PicoLisp is not Common Lisp and is much closer to the original Lisp. However it seems most books are Common Lisp oriented. While browsing Amazon I was wondering if any of these books might be good to get a good understanding of

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 for a

Re: Problem with VIP

2017-05-24 Thread Alexander Burger
Hi Jimmie, welcome to this list! :) > Hello, I have successfully installed PicoLisp in my ~/Dev/PicoLisp > directory. > I have also made the symlinks for a global install in XUbuntu 17.04. Great! > I have also made the symlinks for libncurses. > > I have also installed Vip so that I can

Re: Problem with VIP

2017-05-24 Thread Alexander Burger
Oops, correction: On Wed, May 24, 2017 at 06:33:39PM +0200, Alexander Burger wrote: > > I get this error: > > > > jimmie@squirrel:~/Dev/PicoLisp$ ./vip > > [./vip:4] !? (symbols 'vip 'pico) > > symbols -- Undefined > > This is because Vip needs a newer version of PicoLisp. While this is true,

Re: Learning Lisp

2017-05-24 Thread Jimmie Houchin
Hello David, thanks for the reply. Yes, I have read the Documentation page. I am working through PicoLisp Works, however in the PicoLisp Tuturial we see this statement. """This is not a Lisp tutorial, as it assumes some basic knowledge of programming, Lisp, and even PicoLisp. """ I do wish

Re: Problem with VIP

2017-05-24 Thread Jimmie Houchin
Yes, it is 64 bit. This is strange. I did the same thing for the one I downloaded which identifies itself as 17.5.16. I entered the src directory and did make. I then went to the src64 directory and did make. I did this for both 16.12 and the 17.5.16. I thought I was using the 64bit

Re: Learning Lisp

2017-05-24 Thread David Bloom
Hi Jimmie, You may find yourself having the same realization I often have, that the PicoLisp community has likely written something quite useful on whatever I was considering and all one needs to do is look it up. Additionally depending on your timezone the IRC channel is quite helpful as well

Re: Problem with VIP

2017-05-24 Thread Alexander Burger
On Wed, May 24, 2017 at 12:05:34PM -0500, Jimmie Houchin wrote: > Yes, it is 64 bit. > > This is strange. I did the same thing for the one I downloaded which > identifies itself as 17.5.16. 17.5.16 should be optimal. > I entered the src directory and did make. I then went to the src64

Re: Introduction

2017-05-24 Thread Joh-Tob Schäg
While your long write-up is certainly welcome it is also unnecessary in my humble opinion. We gladly welcome you in the community. Just visit the IRC-channel #picolisp on freenode.net 2017-05-24 17:27 GMT+02:00 Jimmie Houchin : > Hello, I just want to take an opportunity to

Re: Introduction

2017-05-24 Thread Christophe Gragnic
On Wed, May 24, 2017 at 9:10 PM, Jakob Eriksson wrote: > I enjoyed the writeup I did too. Sometimes I really enjoy unnecessary things. Like this video, that I could watch several times in a row: https://www.youtube.com/watch?v=5d7aruKYkKs laughing to tears. Welcome to

Re: Introduction

2017-05-24 Thread Jakob Eriksson
I enjoyed the writeup On 2017-05-24 21:00, Joh-Tob Schäg wrote: > While your long write-up is certainly welcome it is also unnecessary in > my humble opinion. > We gladly welcome you in the community. Just visit the IRC-channel > #picolisp on freenode.net > > > 2017-05-24

Re: (rank)

2017-05-24 Thread Lindsay John Lawrence
Hi Alex, Ah. That's what I missed the sort direction of the second argument.. Thank you Lindsay On Tue, May 23, 2017 at 10:47 PM, Alexander Burger wrote: > Hi Lindsay, > > > My sample code ("ABRA..) is wrong. Sorry about that. > > Ah, I see. No problem. > > > > :

Re: Introduction

2017-05-24 Thread Jimmie Houchin
Thanks to all who reply/replied. To me dev mailing lists like this one create a community. I like things that make it personal. I have been on many mailing lists long enough that I know most all the players. I also know something about them as people. Like now I know that chri enjoys funny

Problem with VIP

2017-05-24 Thread Jimmie Houchin
Hello, I have successfully installed PicoLisp in my ~/Dev/PicoLisp directory. I have also made the symlinks for a global install in XUbuntu 17.04. I have also made the symlinks for libncurses. I have also installed Vip so that I can learn it along with PicoLisp. However, I am having problems