Re: New blog - "PicoLisp for beginners"

2021-09-11 Thread Mia Burger

Hi Radek,

I'm happy the blog helps you! I agree with you that it's hard to find
the "important" functions in the beginning. I was very glad when I found
the quantitative "Rosetta Code Analysis", I don't know who did it but it
was really helpful.

Regarding your documentation proposal with the flags and interactive
editing, I'm not able to judge if it's a good idea or not. But from my
personal experience, I'm not sure if this would actually solve the
problem (for beginners). I think the main beginner's problem is that you
actually don't know what to look for, and more flags can be even more
confusing. In my opinion, what is really helping is to have tons of
examples (and someone to ask). But I guess that's also a matter of
personal learning style..

BR, Mia


Am 10.09.21 um 15:05 schrieb Radek Svoboda:

Hi,
I consider myself beginer. I like your blog (have i read it sooner, i
would save my time).

PilCon afterthoughts:
as beginer I face problem of too big search space for possible
answers. I think that your top-down clarification proposal is aimed at
that.
60 beginer functions from your blog helps with problem.

I think interactive/dynamic documentation is more effective than
static one . But I do not efficiently use tools picolisp have for
that, yet. Maybe PilCon?

maybe valuable proposals:
All functions could have flag in properties. [basic] [pilog] [stream
I/O] [obscure] [linux native] [destructive] so you can search and
limit searchspace.
for example: I want basic, stream I/O, not destructive, not obscure.
than i read names of functions, than documentation of all searched.
Enough flags to limit search to small pool of 7 functions.

Documentation could be "live" evaluated and linked with automated
tests. So you can add/improve your documentation, and also reduce
workload on maintenance.

Controversial one: Too much expressivness is double edge sword. It
gives you power to do what you want how you want, but also expands
search space for answers when writing and reading new code. I am not
experienced enough to judge functions, but i think there are too many.
Maybe discussion and cleanup?
IMHO, all of the above has bigger value than refactoring all
pil-core-code which would fit only one person who refactored it.
 I think it is possible to have multiple working structures of same
program to fit multiple people. I do not see very practical way of
commissioning it now.

Best regards,
razzy.

st 1. 9. 2021 v 12:34 odesílatel Mia Burger mailto:mia.bur...@gmx.de>> napsal:

Hi all,

I'm Mia, one of Alex' daughters, nice to meet you!

I started to play around with PicoLisp a few months ago. So I checked
the available resources, and after a while I thought it might be
good to
have a little bit more "beginner's level" content, with a low
threshold
and fun to read. Because I feel that a lot of it is already quite
advanced (or of rather mixed difficulty), which can be quite
frustrating.

So we started to put up a blog together. Today I have posted the first
article, and there will be one post per day for the next few weeks. If
you're interested, feel free to follow!

- This is the blog homepage: https://picolisp-blog.hashnode.dev/


- And here is the repository with some ideas for structure and
content:
https://gitlab.com/picolisp-blog/structure


I'm always happy about feedback or further inputs - for example, I
think
it would be really nice to feature some community projects, like
Nehal's
mind maps. Always open for your ideas! Also, please let me know if
something requires further explanation or maybe is even wrong.


Wish you a nice rest of the week!

Best regards, Mia


PS. Also I have to apologize, obviously most of the content is not
originally from me but from the community. Sometimes I even copied
complete sentences if I liked them. Hope that was ok!

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de
?subjectUnsubscribe



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


Re: New blog - "PicoLisp for beginners"

2021-09-10 Thread Radek Svoboda
Hi,
I consider myself beginer. I like your blog (have i read it sooner, i would
save my time).

PilCon afterthoughts:
as beginer I face problem of too big search space for possible answers. I
think that your top-down clarification proposal is aimed at that.
60 beginer functions from your blog helps with problem.

I think interactive/dynamic documentation is more effective than static one
 But I do not efficiently use tools picolisp have for that, yet. Maybe
PilCon?

maybe valuable proposals:
All functions could have flag in properties. [basic] [pilog] [stream I/O]
[obscure] [linux native] [destructive] so you can search and limit
searchspace.
for example: I want basic, stream I/O, not destructive, not obscure. than i
read names of functions, than documentation of all searched. Enough flags
to limit search to small pool of 7 functions.

Documentation could be "live" evaluated and linked with automated tests. So
you can add/improve your documentation, and also reduce workload on
maintenance.

Controversial one: Too much expressivness is double edge sword. It gives
you power to do what you want how you want, but also expands search space
for answers when writing and reading new code. I am not experienced enough
to judge functions, but i think there are too many. Maybe discussion and
cleanup?

IMHO, all of the above has bigger value than refactoring all pil-core-code
which would fit only one person who refactored it.
 I think it is possible to have multiple working structures of same program
to fit multiple people. I do not see very practical way of commissioning it
now.

Best regards,
razzy.

st 1. 9. 2021 v 12:34 odesílatel Mia Burger  napsal:

> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
>
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
>
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
>
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
>
>
> Wish you a nice rest of the week!
>
> Best regards, Mia
>
>
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


Re: New blog - "PicoLisp for beginners"

2021-09-09 Thread Mia Burger

Hello Jean-Christophe,

you are right, I have expanded this part a little bit. Thanks for the hint!


Am 08.09.21 um 16:25 schrieb Jean-Christophe Helary:

I just read the i/o part and I wish you'd have given examples for the libraries 
at the end of the post.

JC



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


Re: New blog - "PicoLisp for beginners"

2021-09-08 Thread Danilo Kordic
  Fun Arg Problem?!


On Wed, Sep 8, 2021, 16:11 O.Hamann  wrote:

> Welcome Mia!
>
> I followed the steps of your install pil21 on win10/WSL blog post - and
> it worked fine, thanks for putting all (WSL+Linux+pil21) together in one
> recipe.
>
> (I only had to do a 'sudo apt update'  before Ubuntu did install the llvm)
>
>
>
> Reading over your nice list of planned topics, 'Segmentation Fault' and
> 'Dynamic Binding' come to my mind.
>
> An application / commandline tool quitting with segfault is so very
> uncommon nowadays, that new friends of picolisp might think more of a
> 'faulty program' than conscious design decisions of the picolisp author.
>
> Writing the first experimental code lines in a file on disk and
> loading it with 'pil mycode.l +' helped me a lot to lower my frustration
> about having typed in 10 lines of code in the REPL which were all wiped
> out by my false function calls in the beginning.
>
>
>
>
> 'Dynamic Binding' is rarely used today, I guess, and might lead to
> trouble for experienced programmers, who come from other languages,
> which follow the 'lexical binding' paradigm(?).
>
> There was a PilCon talk on this and I tried to find a simple rule,
> how to avoid problems or how to recognize in advance if problems would
> occur, but I do not have that present.  Perhaps we could raise this
> topic in the mailing list again one day.
>
> So this could be an entry with question mark (I'm not really sure how
> relevant this topic is) in your nice content list.
>
>
> Keep on writing :-)
>
> Kind Regards,
> Olaf
>
>
>
>
>
>
> On 01.09.21 11:57, Mia Burger wrote:
> > Hi all,
> >
> > I'm Mia, one of Alex' daughters, nice to meet you!
> >
> > I started to play around with PicoLisp a few months ago. So I checked
> > the available resources, and after a while I thought it might be good to
> > have a little bit more "beginner's level" content, with a low threshold
> > and fun to read. Because I feel that a lot of it is already quite
> > advanced (or of rather mixed difficulty), which can be quite frustrating


Re: New blog - "PicoLisp for beginners"

2021-09-08 Thread O.Hamann
Welcome Mia!

I followed the steps of your install pil21 on win10/WSL blog post - and
it worked fine, thanks for putting all (WSL+Linux+pil21) together in one
recipe.

(I only had to do a 'sudo apt update'  before Ubuntu did install the llvm)



Reading over your nice list of planned topics, 'Segmentation Fault' and
'Dynamic Binding' come to my mind.

An application / commandline tool quitting with segfault is so very
uncommon nowadays, that new friends of picolisp might think more of a
'faulty program' than conscious design decisions of the picolisp author.

Writing the first experimental code lines in a file on disk and
loading it with 'pil mycode.l +' helped me a lot to lower my frustration
about having typed in 10 lines of code in the REPL which were all wiped
out by my false function calls in the beginning.




'Dynamic Binding' is rarely used today, I guess, and might lead to
trouble for experienced programmers, who come from other languages,
which follow the 'lexical binding' paradigm(?).

There was a PilCon talk on this and I tried to find a simple rule,
how to avoid problems or how to recognize in advance if problems would
occur, but I do not have that present.  Perhaps we could raise this
topic in the mailing list again one day.

So this could be an entry with question mark (I'm not really sure how
relevant this topic is) in your nice content list.


Keep on writing :-)

Kind Regards,
Olaf






On 01.09.21 11:57, Mia Burger wrote:
> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating

Re: New blog - "PicoLisp for beginners"

2021-09-05 Thread Mia Burger

Hi Jean-Christophe,

thanks a lot for the information! I'll update the blog post after you
updated the wiki :-)

Best regards

MIa


Am 05.09.21 um 08:18 schrieb Jean-Christophe Helary:

On Sep 4, 2021, at 23:53, Andras Pahi  wrote:

Hi Jean-Cristophe,

I’ve built pil21 on macOS 10.14:
...
It builds cleanly and passes all the included tests.

Thank you pahihu.

I just sent a summary for macos installations.


The only way to build/install on macOS is by using this fork:

https://github.com/pahihu/picoLisp

So, can I now safely remove your gihub repository ?


By the way, the wiki here:
https://picolisp.com/wiki/?home

seems to confirm that picolisp won't build/run on macos

And, maybe it is now time to update the wiki :-)

If/when the patch is added to the repository, I'll update it myself :)
I guess the Makefile info can be put there ase well, but it would be nicer to 
have it patched.



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


Re: New blog - "PicoLisp for beginners"

2021-09-05 Thread Andras Pahi
Hi Jean-Christophe,

If you succeeded to install pil21 on macOS and want the latest and greatest,
you can ignore my fork entirely. 

I loosely track picoLisp v21 features on my fork, which only needs a C compiler
to compile and can bootstrap pil21.

Regards,
pahihu

> On 2021. Sep 5., at 8:18, Jean-Christophe Helary  
> wrote:
> 
>>> The only way to build/install on macOS is by using this fork:
>>> 
>>> https://github.com/pahihu/picoLisp
> 
> So, can I now safely remove your gihub repository ?


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


Re: New blog - "PicoLisp for beginners"

2021-09-05 Thread Jean-Christophe Helary
> On Sep 4, 2021, at 23:53, Andras Pahi  wrote:
> 
> Hi Jean-Cristophe,
> 
> I’ve built pil21 on macOS 10.14:
> ...
> It builds cleanly and passes all the included tests.

Thank you pahihu.

I just sent a summary for macos installations.

>> The only way to build/install on macOS is by using this fork:
>> 
>> https://github.com/pahihu/picoLisp

So, can I now safely remove your gihub repository ?

>> By the way, the wiki here:
>> https://picolisp.com/wiki/?home
>> 
>> seems to confirm that picolisp won't build/run on macos

And, maybe it is now time to update the wiki :-)

If/when the patch is added to the repository, I'll update it myself :)
I guess the Makefile info can be put there ase well, but it would be nicer to 
have it patched.

-- 
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/


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


Re: New blog - "PicoLisp for beginners"

2021-09-04 Thread rick
On Wed, 01 Sep 2021 05:57 -04:00, Mia Burger wrote:
> 
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
> 

Hi Mia!  This is very nice!  Thank you!

So far, my favorite article is Concepts and Data Types of PicoLisp.  Keep up 
the excellent work!

Best, Rick

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


Re: New blog - "PicoLisp for beginners"

2021-09-04 Thread Andras Pahi
Hi Jean-Cristophe,

I’ve built pil21 on macOS 10.14:

1) I use MacPorts, installed mp-llvm-10, readline, libffi, and openssl packages.
Run ‘port select —set llvm mp-llvm-10’ to use the MacPorts version of LLVM.

2) I’ve modified the latest pil21 Makefile in the src directory:

# 19aug21 Software Lab. Alexander Burger
  
SILENT:

CC = clang -I/opt/local/include -L/opt/local/lib
PIL = ../pil # pil
ASM = opt -O3  # llvm-as
LLC = llc
LINK = llvm-link
MAIN = -rdynamic -lc -lutil -lm -ldl -lreadline -lffi
# SHARED = -shared
SHARED = -dynamiclib -undefined dynamic_lookup
STRIP = : # strip

It builds cleanly and passes all the included tests.

Regards,
pahihu

> On 2021. Sep 4., at 16:25, Jean-Christophe Helary 
>  wrote:
> 
> Hello all,
> 
> The installation procedure that says "macos is ok" seems misleading.
> https://picolisp-blog.hashnode.dev/how-to-install-picolisp
> 
> I've followed the instruction here:
> https://git.envs.net/mpech/pil21/src/branch/master/INSTALL
> And obviously I can't install the Debian dev libraries.
> 
> I tried this:
> https://macappstore.org/picolisp/
> 
> but brew does not seem to list picolisp anymore.
> 
> The only way to build/install on macOS is by using this fork:
> 
> https://github.com/pahihu/picoLisp
> 
> Or am I mistaken ?
> 
> By the way, the wiki here:
> https://picolisp.com/wiki/?home
> 
> seems to confirm that picolisp won't build/run on macos
> 
> Jean-Christophe 
> 
> ps: thank you for the blog.
> 
>> On Sep 1, 2021, at 18:57, Mia Burger  wrote:
>> 
>> Hi all,
>> 
>> I'm Mia, one of Alex' daughters, nice to meet you!
>> 
>> I started to play around with PicoLisp a few months ago. So I checked
>> the available resources, and after a while I thought it might be good to
>> have a little bit more "beginner's level" content, with a low threshold
>> and fun to read. Because I feel that a lot of it is already quite
>> advanced (or of rather mixed difficulty), which can be quite frustrating.
>> 
>> So we started to put up a blog together. Today I have posted the first
>> article, and there will be one post per day for the next few weeks. If
>> you're interested, feel free to follow!
>> 
>> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>> 
>> - And here is the repository with some ideas for structure and content:
>> https://gitlab.com/picolisp-blog/structure
>> 
>> I'm always happy about feedback or further inputs - for example, I think
>> it would be really nice to feature some community projects, like Nehal's
>> mind maps. Always open for your ideas! Also, please let me know if
>> something requires further explanation or maybe is even wrong.
>> 
>> 
>> Wish you a nice rest of the week!
>> 
>> Best regards, Mia
>> 
>> 
>> PS. Also I have to apologize, obviously most of the content is not
>> originally from me but from the community. Sometimes I even copied
>> complete sentences if I liked them. Hope that was ok!
>> 
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> 
> -- 
> Jean-Christophe Helary @brandelune
> https://mac4translators.blogspot.com
> https://sr.ht/~brandelune/omegat-as-a-book/
> 
> 
> -- 
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe



Re: New blog - "PicoLisp for beginners"

2021-09-04 Thread Jean-Christophe Helary
Hello all,

The installation procedure that says "macos is ok" seems misleading.
https://picolisp-blog.hashnode.dev/how-to-install-picolisp

I've followed the instruction here:
https://git.envs.net/mpech/pil21/src/branch/master/INSTALL
And obviously I can't install the Debian dev libraries.

I tried this:
https://macappstore.org/picolisp/

but brew does not seem to list picolisp anymore.

The only way to build/install on macOS is by using this fork:

https://github.com/pahihu/picoLisp

Or am I mistaken ?

By the way, the wiki here:
https://picolisp.com/wiki/?home

seems to confirm that picolisp won't build/run on macos

Jean-Christophe 

ps: thank you for the blog.

> On Sep 1, 2021, at 18:57, Mia Burger  wrote:
> 
> Hi all,
> 
> I'm Mia, one of Alex' daughters, nice to meet you!
> 
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
> 
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
> 
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
> 
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
> 
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
> 
> 
> Wish you a nice rest of the week!
> 
> Best regards, Mia
> 
> 
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
> 
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

-- 
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/


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


Re: New blog - "PicoLisp for beginners"

2021-09-04 Thread Mia Burger

Hi Nehal,

thanks a lot for your feedback! You were right about the third post,
this was one of the first ones I wrote, and I agree that the flow was
not good... I have shortened the second part, I think its a little bit
better now. Maybe I will fully take it out of the "beginner's" course later.

Yes, I really like the mind maps, I think it's a very creative and
unique idea :-)

Wish you a nice weekend!

Mia


Am 03.09.21 um 14:09 schrieb Nehal:

Hi Mia,

Thanks for posting here and starting this blog.

There are a total of three blogs at the moment. Last one I feel could
be further simplified, it's great effort by you.

The flow and flair make it all the more interesting to read posts in
one go! I loved the first article. Thanks again.

Also I'm glad you liked the mind maps! :-)

Hoping to read further and also contributing by way of more mind maps.

With warm regards,
Nehal

--
https://linktr.ee/nehal5 

On Wed, Sep 1, 2021, 3:34 PM Mia Burger mailto:mia.bur...@gmx.de>> wrote:

Hi all,

I'm Mia, one of Alex' daughters, nice to meet you!

I started to play around with PicoLisp a few months ago. So I checked
the available resources, and after a while I thought it might be
good to
have a little bit more "beginner's level" content, with a low
threshold
and fun to read. Because I feel that a lot of it is already quite
advanced (or of rather mixed difficulty), which can be quite
frustrating.

So we started to put up a blog together. Today I have posted the first
article, and there will be one post per day for the next few weeks. If
you're interested, feel free to follow!

- This is the blog homepage: https://picolisp-blog.hashnode.dev/


- And here is the repository with some ideas for structure and
content:
https://gitlab.com/picolisp-blog/structure


I'm always happy about feedback or further inputs - for example, I
think
it would be really nice to feature some community projects, like
Nehal's
mind maps. Always open for your ideas! Also, please let me know if
something requires further explanation or maybe is even wrong.


Wish you a nice rest of the week!

Best regards, Mia


PS. Also I have to apologize, obviously most of the content is not
originally from me but from the community. Sometimes I even copied
complete sentences if I liked them. Hope that was ok!

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de
?subjectUnsubscribe



Re: New blog - "PicoLisp for beginners"

2021-09-03 Thread Nehal
Hi Mia,

Thanks for posting here and starting this blog.

There are a total of three blogs at the moment. Last one I feel could be
further simplified, it's great effort by you.

The flow and flair make it all the more interesting to read posts in one
go! I loved the first article. Thanks again.

Also I'm glad you liked the mind maps! :-)

Hoping to read further and also contributing by way of more mind maps.

With warm regards,
Nehal

--
https://linktr.ee/nehal5

On Wed, Sep 1, 2021, 3:34 PM Mia Burger  wrote:

> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
>
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
>
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
>
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
>
>
> Wish you a nice rest of the week!
>
> Best regards, Mia
>
>
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


Re: New blog - "PicoLisp for beginners"

2021-09-01 Thread Terry Palfrey
Mia, hi

I am one of those lurkers who follow picolisp because picolisp.

I also follow Qi/Shen and newLISP.

I really like rosettacode.org as a cross translation site for many
languages.

I'd like to see a newlisponrockets.com type project or see what picolisp
has done. Solve for a one button web site.

Also, sharing this because that's what I do share:
https://www.youtube.com/watch?v=SGUCcjHTmGY=664s

I look forward to your blog posts.

Terry



On Wed, 1 Sept 2021 at 03:34, Mia Burger  wrote:

> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
>
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
>
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
>
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
>
>
> Wish you a nice rest of the week!
>
> Best regards, Mia
>
>
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


Re: New blog - "PicoLisp for beginners"

2021-09-01 Thread r cs
Mia:

Thank you and welcome!

Regards,
rcs

On Wed, Sep 1, 2021 at 6:04 AM Mia Burger  wrote:

> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
>
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
>
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
>
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
>
>
> Wish you a nice rest of the week!
>
> Best regards, Mia
>
>
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


-- 
*Níl aon tinteán mar do thinteán féin. *[Irish Gaelic]
(There is no fireside like your own fireside.)


Re: New blog - "PicoLisp for beginners"

2021-09-01 Thread John Duncan
This is great, thank you so much!

On Wed, Sep 1, 2021 at 06:03 Mia Burger  wrote:

> Hi all,
>
> I'm Mia, one of Alex' daughters, nice to meet you!
>
> I started to play around with PicoLisp a few months ago. So I checked
> the available resources, and after a while I thought it might be good to
> have a little bit more "beginner's level" content, with a low threshold
> and fun to read. Because I feel that a lot of it is already quite
> advanced (or of rather mixed difficulty), which can be quite frustrating.
>
> So we started to put up a blog together. Today I have posted the first
> article, and there will be one post per day for the next few weeks. If
> you're interested, feel free to follow!
>
> - This is the blog homepage: https://picolisp-blog.hashnode.dev/
>
> - And here is the repository with some ideas for structure and content:
> https://gitlab.com/picolisp-blog/structure
>
> I'm always happy about feedback or further inputs - for example, I think
> it would be really nice to feature some community projects, like Nehal's
> mind maps. Always open for your ideas! Also, please let me know if
> something requires further explanation or maybe is even wrong.
>
>
> Wish you a nice rest of the week!
>
> Best regards, Mia
>
>
> PS. Also I have to apologize, obviously most of the content is not
> originally from me but from the community. Sometimes I even copied
> complete sentences if I liked them. Hope that was ok!
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>
-- 
John Duncan