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

Re: Learning Lisp

2017-06-16 Thread Enrique Sánchez
thanks for the link, Jimmie. Enrique.

single letters

2017-06-16 Thread Christopher Howard
Hi list. In picolisp, what would be the simplest way to check if a string (trans sym) is one character long and that the character is one of the letters a-z or A-Z? -- https://qlfiles.net -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: single letters

2017-06-16 Thread Mike Pechkin
https://bitbucket.org/mihailp/tankfeeder/src/70c0cfb9e8e3adf4737f70a23a9d4b615d74e4ff/onechar.l?at=default=file-view-default On Sat, Jun 17, 2017 at 5:31 AM, Christopher Howard < christopher.how...@qlfiles.net> wrote: > Hi list. In picolisp, what would be the simplest way to check if a > string

Re: single letters

2017-06-16 Thread Alexander Burger
On Sat, Jun 17, 2017 at 07:35:44AM +0200, Alexander Burger wrote: > On Fri, Jun 16, 2017 at 06:31:06PM -0800, Christopher Howard wrote: > > Hi list. In picolisp, what would be the simplest way to check if a > > string (trans sym) is one character long and that the character is one > > of the

Re: single letters

2017-06-16 Thread Christopher Howard
Thanks! On 06/16/2017 08:29 PM, Mike Pechkin wrote: > https://bitbucket.org/mihailp/tankfeeder/src/70c0cfb9e8e3adf4737f70a23a9d4b615d74e4ff/onechar.l?at=default=file-view-default > > On Sat, Jun 17, 2017 at 5:31 AM, Christopher Howard >

Re: single letters

2017-06-16 Thread Alexander Burger
On Fri, Jun 16, 2017 at 06:31:06PM -0800, Christopher Howard wrote: > Hi list. In picolisp, what would be the simplest way to check if a > string (trans sym) is one character long and that the character is one > of the letters a-z or A-Z? I would do: (member C '`(mapcar char (conc (range 65

Re: PicoLisp's apps licenses

2017-06-16 Thread Alexander Burger
Hi Jimmie, > Back on topic. Is the license for the Wiki app and for VIP also MIT? Yes ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe