Re: Single File Function Reference

2015-10-17 Thread Thorsten Jolitz
 writes:

Hi List,

> There are two books about picolisp available, one containing also the
> reference [...] Thought I'm not absolutely sure that the reference in
> there is on the newest current state, maybe someone else can
> confirm/deny this.

The function reference reflects the current state at the time of
publishing of the books. I guess that whats in there is still 99% valid,
and only a few tiny changes and corrections have be done. But some new
functions may be missing in the ref.

One day there should be a 2nd edition of these books, since so many
exciting things have been and are happening in the PicoLisp universe
that should and could be added to the book. E.g.:

 - PicoLisp on Hardware
 - PicoLisp and Java
 - Emacs and PicoLisp
 - PicoLisp Ports
 - etc, etc ...
 
Don't have the time for it though. Maybe in the future ... or somebody
else takes over the task?

-- 
cheers,
Thorsten

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


Re: Single File Function Reference

2015-10-15 Thread Richard Kallos
For some reason, the "Other" section wound up after the H section. In this
version, Other appears after the Z section. I also checked for name
collisions between the different anchor names, and it seems that there are
no collisions.

http://pastebin.com/eB1LWP4D

On Thu, Oct 15, 2015 at 10:36 AM, Richard Kallos  wrote:

> Good catch about the obligatory 'ref.html' naming. This paste should fix
> it:
> http://pastebin.com/DTzfKAmT
>
> On Thu, Oct 15, 2015 at 12:01 AM, Mansur Mamkin  wrote:
>
>> Good job, thank you!
>>
>> 15.10.2015 0:02, Richard Kallos пишет:
>>
>>> This is something that I recently discovered that I wanted, so I broke
>>> out my sed manual and came up with this:
>>> http://pastebin.com/itx1GrSG
>>>
>>> Please let me know if there are any broken links. I think I got all of
>>> them to work nicely.
>>>
>>> Enjoy!
>>> Richard
>>>
>>
>> ---CUT---
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>
>
>


Re: Single File Function Reference

2015-10-14 Thread František Fuka
It seems to work great but the file must be named "ref.html".

On Wed, Oct 14, 2015 at 9:02 PM, Richard Kallos  wrote:

> This is something that I recently discovered that I wanted, so I broke out
> my sed manual and came up with this:
> http://pastebin.com/itx1GrSG
>
> Please let me know if there are any broken links. I think I got all of
> them to work nicely.
>
> Enjoy!
> Richard
>
> On Wed, Oct 14, 2015 at 1:24 AM, Alexander Burger 
> wrote:
>
>> Hi František,
>>
>> > I guess it's trivial to write script that extracts everything betwen
>> 
>> >  tags from all the individual function reference HTML files and
>> puts
>> > it into one single HTML page.
>>
>> Well, yes, but not only that. More important is to adjust all the
>> cross-ref links.
>>
>> ♪♫ Alex
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>
>
>


-- 
*-- Frantisek Fuka*
(yes, that IS my real name)

-- My Personal homepage: www.fuxoft.cz
-- My Google+ profile: google.com/+fuxoft
-- My Telegram chat: telegram.fuxoft.cz


Re: Single File Function Reference

2015-10-14 Thread Richard Kallos
This is something that I recently discovered that I wanted, so I broke out
my sed manual and came up with this:
http://pastebin.com/itx1GrSG

Please let me know if there are any broken links. I think I got all of them
to work nicely.

Enjoy!
Richard

On Wed, Oct 14, 2015 at 1:24 AM, Alexander Burger 
wrote:

> Hi František,
>
> > I guess it's trivial to write script that extracts everything betwen
> 
> >  tags from all the individual function reference HTML files and
> puts
> > it into one single HTML page.
>
> Well, yes, but not only that. More important is to adjust all the
> cross-ref links.
>
> ♪♫ Alex
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: Single File Function Reference

2015-10-13 Thread Alexander Burger
Hi František,

> I guess it's trivial to write script that extracts everything betwen 
>  tags from all the individual function reference HTML files and puts
> it into one single HTML page.

Well, yes, but not only that. More important is to adjust all the
cross-ref links.

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


Single File Function Reference

2015-10-13 Thread František Fuka
Is there Picolisp function reference available to download as a single
file, to put in in my EBook reader? I can only see it online, split to
individual files according to the first letter of the function name.

-- 
*-- Frantisek Fuka*
(yes, that IS my real name)

-- My Personal homepage: www.fuxoft.cz
-- My Google+ profile: google.com/+fuxoft
-- My Telegram chat: telegram.fuxoft.cz


Re: Single File Function Reference

2015-10-13 Thread Vidyuth Kini
I am working on this. Hopefully I will be done soon. It will be a single
HTML file but can be converted to epub or whatever...

Vid

*Vidyuth Kini*
*Executive Director*
Link Middle East  & Centaur 
T: +971 4 8816750
F: +971 4 8816250
E: vuk...@lmedubai.ae

On Tue, Oct 13, 2015 at 5:35 PM, František Fuka  wrote:

> Is there Picolisp function reference available to download as a single
> file, to put in in my EBook reader? I can only see it online, split to
> individual files according to the first letter of the function name.
>
> --
> *-- Frantisek Fuka*
> (yes, that IS my real name)
>
> -- My Personal homepage: www.fuxoft.cz
> -- My Google+ profile: google.com/+fuxoft
> -- My Telegram chat: telegram.fuxoft.cz
>
>
>


RE: Single File Function Reference

2015-10-13 Thread andreas
Hi Frantisek

Welcome to the picolisp mailing list!

There are two books about picolisp available, one containing also the reference:

PicoLisp Works: 
https://github.com/tj64/picolisp-works/blob/master/editor.pdf?raw=true
PicoLisp by Example: 
https://github.com/tj64/picolisp-by-example/blob/master/book.pdf?raw=true

I guess you can put them in your eBook Reader?

Thought I'm not absolutely sure that the reference in there is on the newest 
current state, maybe someone else can confirm/deny this.

The LaTex source code of the books is also available on GitHub.
These links and other useful ressources can be found on 
http://picolisp.com/wiki/?Documentation

Regards
- beneroth

- Original Message -
From: František Fuka [mailto:f...@fuxoft.cz]
To: picolisp@software-lab.de
Sent: Tue, 13 Oct 2015 15:35:36 +0200
Subject: Single File Function Reference

Is there Picolisp function reference available to download as a single
file, to put in in my EBook reader? I can only see it online, split to
individual files according to the first letter of the function name.

-- 
*-- Frantisek Fuka*
(yes, that IS my real name)

-- My Personal homepage: www.fuxoft.cz
-- My Google+ profile: google.com/+fuxoft
-- My Telegram chat: telegram.fuxoft.cz





Re: Single File Function Reference

2015-10-13 Thread Joe Bogner
This may be relevant:

https://github.com/tj64/picolisp-by-example

https://github.com/tj64/picolisp-works/blob/master/editor.pdf?raw=true
https://github.com/tj64/picolisp-by-example/blob/master/book.pdf?raw=true

PicoLisp By Example has a function reference

Also documented here: http://picolisp.com/wiki/?Documentation

On Tue, Oct 13, 2015 at 9:35 AM, František Fuka  wrote:
> Is there Picolisp function reference available to download as a single file,
> to put in in my EBook reader? I can only see it online, split to individual
> files according to the first letter of the function name.
>
> --
> -- Frantisek Fuka
> (yes, that IS my real name)
>
> -- My Personal homepage: www.fuxoft.cz
> -- My Google+ profile: google.com/+fuxoft
> -- My Telegram chat: telegram.fuxoft.cz
>
>
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: Single File Function Reference

2015-10-13 Thread František Fuka
I guess it's trivial to write script that extracts everything betwen 
 tags from all the individual function reference HTML files and puts
it into one single HTML page. I just didn't want to do only to find that it
has already been done :)

On Tue, Oct 13, 2015 at 3:55 PM, Vidyuth Kini  wrote:

> I am working on this. Hopefully I will be done soon. It will be a single
> HTML file but can be converted to epub or whatever...
>
> Vid
>
> *Vidyuth Kini*
> *Executive Director*
> Link Middle East  & Centaur 
> T: +971 4 8816750
> F: +971 4 8816250
> E: vuk...@lmedubai.ae
>
> On Tue, Oct 13, 2015 at 5:35 PM, František Fuka  wrote:
>
>> Is there Picolisp function reference available to download as a single
>> file, to put in in my EBook reader? I can only see it online, split to
>> individual files according to the first letter of the function name.
>>
>> --
>> *-- Frantisek Fuka*
>> (yes, that IS my real name)
>>
>> -- My Personal homepage: www.fuxoft.cz
>> -- My Google+ profile: google.com/+fuxoft
>> -- My Telegram chat: telegram.fuxoft.cz
>>
>>
>>
>


-- 
*-- Frantisek Fuka*
(yes, that IS my real name)

-- My Personal homepage: www.fuxoft.cz
-- My Google+ profile: google.com/+fuxoft
-- My Telegram chat: telegram.fuxoft.cz