Re: compilation error

2021-09-01 Thread Mike
hi all,


August 31, 2021 5:41 PM, vuk...@fastmail.com wrote:

> Hi, 
> 
> I am trying to update picolisp. I dowloaded the rolling release.
> 
> current version: 21.1.25
> 
> when I try to compile I get the following error on my Manjaro box:
> 
> [pil21]$ (cd src; make)
> opt: base.ll:1:1: error: expected top-level entity
> source_filename = "base.l"
> ^
> make: *** [Makefile:40: base.bc] Error 1


Rolling release from January? 
You should download latest release from here and try again:
https://software-lab.de/down.html

(mike)

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


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: compilation error

2021-09-01 Thread John Duncan
I feel you have a stray character or are using the wrong version of make.

On Wed, Sep 1, 2021 at 02:47  wrote:

> llvm is version 12
>
> --
>
>   vuk...@fastmail.com
>
> On Tue, Aug 31, 2021, at 6:50 PM, Alexander Burger wrote:
> > Hi Vid,
> >
> > > I am trying to update picolisp. I dowloaded the rolling release.
> > >
> > > current version: 21.1.25
> > >
> > > when I try to compile I get the following error on my Manjaro box:
> > >
> > > [pil21]$ (cd src; make)
> > > opt: base.ll:1:1: error: expected top-level entity
> > > source_filename = "base.l"
> > > ^
> > > make: *** [Makefile:40: base.bc] Error 1
> >
> > I haven't seen this error, but perhaps the LLVM version is too old? It
> needs at
> > least 7.
> >
> > ☺/ A!ex
> >
> > --
> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> >
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>
-- 
John Duncan


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


New blog - "PicoLisp for beginners"

2021-09-01 Thread Mia Burger

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


Re: compilation error

2021-09-01 Thread vukini
llvm is version 12

-- 
  
  vuk...@fastmail.com

On Tue, Aug 31, 2021, at 6:50 PM, Alexander Burger wrote:
> Hi Vid,
> 
> > I am trying to update picolisp. I dowloaded the rolling release.
> > 
> > current version: 21.1.25
> > 
> > when I try to compile I get the following error on my Manjaro box:
> > 
> > [pil21]$ (cd src; make)
> > opt: base.ll:1:1: error: expected top-level entity
> > source_filename = "base.l"
> > ^
> > make: *** [Makefile:40: base.bc] Error 1
> 
> I haven't seen this error, but perhaps the LLVM version is too old? It needs 
> at
> least 7.
> 
> ☺/ A!ex
> 
> -- 
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> 

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