Re: New article about bin/ssl

2015-11-23 Thread Rick Hanson
Hi Mansur!

> I've written article about using bin/ssl [...]

I saw it.  It's great!  Thanks!

> Also, I would be glad if someone can review and check for
> grammar mistakes.

Done!  (I just changed it in the wiki ... so check me! :)

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


Re: New article about bin/ssl

2015-11-23 Thread Mike Pechkin
dont forget link to reddit/r/lisp


On Mon, Nov 23, 2015 at 9:09 AM, Mansur Mamkin  wrote:

> Hi all!
> I've written article about using bin/ssl, but haven't yet linked it
> anywhere, you can found it here: http://picolisp.com/wiki/?ssl
>
> I ask Alex to link it to convenient place.
>
> Also, I would be glad if someone can review and check for grammar mistakes.
>
> Best regards,
> Mansur
>
>
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: New article about bin/ssl

2015-11-23 Thread Mansur Mamkin

Hi all!

I've fixed the article a little.

"-" before file and key causes the parameter to be treated as a plain 
string instead of a file name. The string with leading hypen stripped 
will be sent instead of file content. No escaping is supported by the 
program itself.



Thank you looks great!
Question:
"-" before *file* argument cause filename to be treated as string
What does it mean when filename is handled as String?
What kind of string?
Is escaping supported?
How is it treated, when its without -?
I hope you clearify this in the wiki.

Am 23.11.2015 08:13 schrieb "Mansur Mamkin" >:

Hi all!
I've written article about using bin/ssl, but haven't yet linked it
anywhere, you can found it here: http://picolisp.com/wiki/?ssl

I ask Alex to link it to convenient place.

Also, I would be glad if someone can review and check for grammar
mistakes.

Best regards,
Mansur



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


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


Re: New article about bin/ssl

2015-11-22 Thread Joh-Tob Schäg
Thank you looks great!
Question:
"-" before *file* argument cause filename to be treated as string
What does it mean when filename is handled as String?
What kind of string?
Is escaping supported?
How is it treated, when its without -?
I hope you clearify this in the wiki.
Am 23.11.2015 08:13 schrieb "Mansur Mamkin" :

> Hi all!
> I've written article about using bin/ssl, but haven't yet linked it
> anywhere, you can found it here: http://picolisp.com/wiki/?ssl
>
> I ask Alex to link it to convenient place.
>
> Also, I would be glad if someone can review and check for grammar mistakes.
>
> Best regards,
> Mansur
>
>
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


New article about bin/ssl

2015-11-22 Thread Mansur Mamkin

Hi all!
I've written article about using bin/ssl, but haven't yet linked it 
anywhere, you can found it here: http://picolisp.com/wiki/?ssl


I ask Alex to link it to convenient place.  

Also, I would be glad if someone can review and check for grammar mistakes.

Best regards,
Mansur



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


Re: New Article about 'for'

2012-11-24 Thread Thorsten Jolitz
Joe Bogner joebog...@gmail.com writes:

Hi Joe,

 Great article! Thank you for sharing. I spent a bit of time trying to
 figure out how to use 'for' when I started. The article would have
 been very helpful then.

thanks, I just added a section to the 'Help' page in the Wiki
(http://picolisp.com/5000/!wiki?Help) that describes the 'PicoLisp Wiki
Mode' for Emacs.

With this mode, writing articles for the Wiki in Emacs becomes very fast
and convenient. You can find the picolisp-wiki-mode.el file in the
'lib/el/' folder of the testing release.

-- 
cheers,
Thorsten

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


New Article about 'for'

2012-11-23 Thread Thorsten Jolitz

Hi List, 

I published an article about the (somehow a bit complicated) for
function in the PicoLisp Wiki, its quite pedestrian, but at least it
helped its author to better understand the different forms of 'for'. 

You can find it here:
http://picolisp.com/5000/!wiki?deeperLookAtFor

-- 
cheers,
Thorsten


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