Re: Almost 2000 pages of PicoLisp

2012-08-26 Thread Jon Kleiser
Hi Thorsten,

I now see that I missed this sentence at the end:
"Note: As of picoLisp-3.0.6, the interpreter does no longer exit when the
top level REPL reads NIL. This is a bit inconsistent, but more what seems
to be expected by most people. - Alex 07feb11"

Sorry for the noice.

/Jon

> Jon Kleiser 
> writes:
>
> Hi Jon,
>
>> I think I've found the first item the should be corrected. In the FAQ
>> on page 403 in "PicoLisp Works":
>>
>> "43.3 Why does the REPL exit when NIL is typed?"
>>
>> The REPL does not exit any longer. This behaviour was changed in
>> version .. When?
>>
>> I cannot find this question here (anylonger):
>> 
>> Is your "PicoLisp Works" FAQ based on old/expired material?
>
> its here:
>
> ,-
> | http://picolisp.com/5000/!wiki?picoquestions
> `-
>
> its not a faq, but one of the technical questions
>
> --
> cheers,
> Thorsten


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-25 Thread Thorsten Jolitz
Jon Kleiser 
writes:

Hi Jon,

> I think I've found the first item the should be corrected. In the FAQ
> on page 403 in "PicoLisp Works":
>
> "43.3 Why does the REPL exit when NIL is typed?"
>
> The REPL does not exit any longer. This behaviour was changed in
> version .. When?
>
> I cannot find this question here (anylonger):
> 
> Is your "PicoLisp Works" FAQ based on old/expired material?

its here:

,-
| http://picolisp.com/5000/!wiki?picoquestions
`-

its not a faq, but one of the technical questions

-- 
cheers,
Thorsten

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-24 Thread Thorsten Jolitz

Hi Everybody, 

thanks for the feedback.

One remark with regards to downloading the docs: as far as I know, you
can register with scribd.com either with your facebook account or just
via a standard registration form and then download my books (any many
other) directly from scribd. 

Otherwise, you can search for user 'tj64' on github.com and find both
repos there. Each of them has one download, which is the respective book
in pdf format. Maybe the fastest and easiest way. 

Or you could clone the git-repo (don't know if you need your own github
account for that), then you will have the .tex and .pdf files on your
machine. 

>> ,---
>> | PicoLisp Works
>> | http://www.scribd.com/doc/103732688/PicoLisp-Works
>> | https://github.com/tj64/picolisp-works
>> `---
>> 
>> ,
>> | PicoLisp by Example
>> | http://www.scribd.com/doc/103733857/PicoLisp-by-Example
>> | https://github.com/tj64/picolisp-by-example
>> `

-- 
cheers,
Thorsten

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-24 Thread Meadowlark technology
Thorsten,

I just wanted to say thank you for all your hard work and all the hard
work of those that contributed to it.  I am looking forward to reading
them.

Mark




On Thu, 2012-08-23 at 23:53 +0200, Thorsten Jolitz wrote:
> Hi List, 
> 
> I just published (mainly as an editor) two free PicoLisp books in pdf
> format:
> 
> ,---
> | PicoLisp Works
> | http://www.scribd.com/doc/103732688/PicoLisp-Works
> | https://github.com/tj64/picolisp-works
> `---
> 
> ,
> | PicoLisp by Example
> | http://www.scribd.com/doc/103733857/PicoLisp-by-Example
> | https://github.com/tj64/picolisp-by-example
> `
> 
> Have fun!
> 
> PS
> I consider these free books community project now, so you are very
> welcome to help fixing the inevitable bugs and errors (its impossible to
> review 2000 pages). Just report anything wrong you notice here in the
> mailing list, or even better, clone the gitrepos, make a private branch,
> fix any mistakes you encounter, and send me a patch or pull request. 
> 
> -- 
> cheers,
> Thorsten
> 
> 


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-24 Thread Jon Kleiser

Hi Thorsten,

This is quite impressive!!!

I think I've found the first item the should be corrected. In the FAQ on 
page 403 in "PicoLisp Works":


"43.3 Why does the REPL exit when NIL is typed?"

The REPL does not exit any longer. This behaviour was changed in version 
.. When?


I cannot find this question here (anylonger): 


Is your "PicoLisp Works" FAQ based on old/expired material?

I'm looking forward to when these PDFs can be downloaded without having 
to be a Facebooker. ;-)


Keep up the good work!

/Jon


On 8/23/12 11:53 PM, Thorsten Jolitz wrote:

Hi List,

I just published (mainly as an editor) two free PicoLisp books in pdf
format:

,---
| PicoLisp Works
| http://www.scribd.com/doc/103732688/PicoLisp-Works
| https://github.com/tj64/picolisp-works
`---

,
| PicoLisp by Example
| http://www.scribd.com/doc/103733857/PicoLisp-by-Example
| https://github.com/tj64/picolisp-by-example
`

Have fun!

PS
I consider these free books community project now, so you are very
welcome to help fixing the inevitable bugs and errors (its impossible to
review 2000 pages). Just report anything wrong you notice here in the
mailing list, or even better, clone the gitrepos, make a private branch,
fix any mistakes you encounter, and send me a patch or pull request.



--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-24 Thread Jakob Eriksson



Very nice. :-)
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Almost 2000 pages of PicoLisp

2012-08-24 Thread Christian Kellermann
Hi Thorsten,

* Thorsten Jolitz  [120824 00:00]:
>
> I just published (mainly as an editor) two free PicoLisp books in pdf
> Format:

What an impressive result! Finally a common place to go to get all
this nice info nicely formatted. Thank you and thanks to all the
authors!

Kind regards,

Christian

--
Be right back -- Godot.
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Almost 2000 pages of PicoLisp

2012-08-23 Thread Thorsten Jolitz

Hi List, 

I just published (mainly as an editor) two free PicoLisp books in pdf
format:

,---
| PicoLisp Works
| http://www.scribd.com/doc/103732688/PicoLisp-Works
| https://github.com/tj64/picolisp-works
`---

,
| PicoLisp by Example
| http://www.scribd.com/doc/103733857/PicoLisp-by-Example
| https://github.com/tj64/picolisp-by-example
`

Have fun!

PS
I consider these free books community project now, so you are very
welcome to help fixing the inevitable bugs and errors (its impossible to
review 2000 pages). Just report anything wrong you notice here in the
mailing list, or even better, clone the gitrepos, make a private branch,
fix any mistakes you encounter, and send me a patch or pull request. 

-- 
cheers,
Thorsten


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe