Wiki change - 'de' function 'done'

2018-05-26 Thread Arie van Wingerden
Hi all,

as earlier announced, I'll try to add stuff that could be useful to others,
but at least for me is a way to learn PicoLisp along the way.

TL;DR;

The few last days I got used to the Wiki syntax Alex created. Being at this
point I find it a very easy to use Wiki, that breathes the same minimalism
as PicoLisp. I like that very much! Currently my joy about the yellow lines
is huge :)

On this page https://picolisp.com/wiki/?Documentation I now have a link
called "A collection of PicoLisp examples", which points to:
https://picolisp.com/wiki/?PCE, where an overview of all examples will be
placed.

So far I've done a bit on the 'de' function. I am am grateful to Alex for
helping and correcting me. I'll try to only put the "truth" online :)

​Since things aren't going very fast, it would be nice if you all take a
look evry now and then and give comments, or just update/correct​ the stuff
I did.

Another thing which I will put on the overview page is some links to other
PicoLisp pages that (I suppose) are lesser known). I might even try to
contact the creators of such pages and ask them to transfer such stuff to
the PicoLisp Wiki in order to assure continuity and easiness to find it.

Thx. to all!
   Arie


Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
Updated the doc.

See how nice and clear the yellow is ;-))

https://picolisp.com/wiki/?pce-de-function

2018-05-26 13:41 GMT+02:00 Arie van Wingerden :

> OK :)
>
> 2018-05-26 13:21 GMT+02:00 Alexander Burger :
>
>> Hi Arie,
>>
>> > checked the source and *did* find one thing missing :-)
>> >
>> > > ("$"  # CSS style
>> > >  ( (cons 'style (till "^I^J^M}" T))
>> > > (char)
>> > > (recurse T) ) )
>>
>> Haha, perfect! I did not remember, sorry! :)
>>
>>
>> > This was what I saw being used here:
>> > https://picolisp.com/wiki/?documentation
>> >
>> > ${text-align: center;
>> > >2{PicoLisp Documentation}}
>>
>> Indeed
>>
>> > ​Which is not present on this page:​
>> > https://picolisp.com/wiki/?help
>> >
>> > I really think this is a very important piece of markup ;-)
>> >
>> > If you'd like, I'll add it, but maybe you'd like to do it, to keep that
>> doc
>> > consistent!
>>
>> Very good! You are welcome to do it of course :)
>>
>> ♪♫ Alex
>>
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>
>
>


Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
OK :)

2018-05-26 13:21 GMT+02:00 Alexander Burger :

> Hi Arie,
>
> > checked the source and *did* find one thing missing :-)
> >
> > > ("$"  # CSS style
> > >  ( (cons 'style (till "^I^J^M}" T))
> > > (char)
> > > (recurse T) ) )
>
> Haha, perfect! I did not remember, sorry! :)
>
>
> > This was what I saw being used here:
> > https://picolisp.com/wiki/?documentation
> >
> > ${text-align: center;
> > >2{PicoLisp Documentation}}
>
> Indeed
>
> > ​Which is not present on this page:​
> > https://picolisp.com/wiki/?help
> >
> > I really think this is a very important piece of markup ;-)
> >
> > If you'd like, I'll add it, but maybe you'd like to do it, to keep that
> doc
> > consistent!
>
> Very good! You are welcome to do it of course :)
>
> ♪♫ Alex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: Understanding spacing in Wiki edit

2018-05-26 Thread Alexander Burger
Hi Arie,

> checked the source and *did* find one thing missing :-)
> 
> > ("$"  # CSS style
> >  ( (cons 'style (till "^I^J^M}" T))
> > (char)
> > (recurse T) ) )

Haha, perfect! I did not remember, sorry! :)


> This was what I saw being used here:
> https://picolisp.com/wiki/?documentation
> 
> ${text-align: center;
> >2{PicoLisp Documentation}}

Indeed

> ​Which is not present on this page:​
> https://picolisp.com/wiki/?help
> 
> I really think this is a very important piece of markup ;-)
> 
> If you'd like, I'll add it, but maybe you'd like to do it, to keep that doc
> consistent!

Very good! You are welcome to do it of course :)

♪♫ Alex

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


Re: Understanding spacing in Wiki edit

2018-05-26 Thread Arie van Wingerden
Hi Alex,

checked the source and *did* find one thing missing :-)

> ("$"  # CSS style
>  ( (cons 'style (till "^I^J^M}" T))
> (char)
> (recurse T) ) )
>

This was what I saw being used here:
https://picolisp.com/wiki/?documentation

${text-align: center;
>2{PicoLisp Documentation}}
>

​Which is not present on this page:​
https://picolisp.com/wiki/?help

I really think this is a very important piece of markup ;-)

If you'd like, I'll add it, but maybe you'd like to do it, to keep that doc
consistent!

TIA,
   Arie

2018-05-25 19:48 GMT+02:00 Alexander Burger :

> On Fri, May 25, 2018 at 06:35:00PM +0200, Arie van Wingerden wrote:
> > Now I am *really* confused ... ;-) Forgive me my ignorance.
>
> No problem :)
>
>
> > I was talking about the Wiki, not about building a PicoLisp App.
>
> Yes, me too. The code below is copy/pasted from
> https://picolisp.com/wiki/?PilBox
>
>
> > *Is this https://picolisp.com/wiki/?help  help>
> > all the information on editing the Wiki?*
>
> Yes. Except you go for the direct way and look at the sources in
> https://software-lab.de/wiki.tgz
>
> > It seems I miss quite some info (e.g. about centering, colors etc.)
>
> There ain't any :)
>
> ♪♫ Alex
>
>
> > 2018-05-25 18:08 GMT+02:00 Alexander Burger :
> >
> > > On Fri, May 25, 2018 at 05:54:00PM +0200, Arie van Wingerden wrote:
> > > > Solved!
> > > >
> > > > instead of writing:
> > > >
> > > > :{
> > > > > lines of code
> > > > > ...
> > > > > ...
> > > > > }
> > > > >
> > > > > New section
> > > > >
> > > >
> > > > I should write:
> > > >
> > > > :{
> > > > > lines of code
> > > > > ...
> > > > > ...}
> > > > > New section
> > >
> > > I always used it in two ways.
> > >
> > > 1. Inline
> > >
> > >terminal program like :{Termux} with :{vim} or :{emacs},
> > >
> > > 2. As a block
> > >
> > >a single file :{App.l}. This file contains:
> > >:{
> > >   "Hello World"
> > >
> > >   (menu "Hello World!"
> > >  ( "center blue" "Hello World!") )
> > >}
> > >The first line gives the App's name, and the :{menu} expression
> > > displays a
> > >
> > > Thus, just between your versions :)
> > > ♪♫ Alex
> > >
> > > --
> > > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> > >
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>