newLISP Fan Club

Forum => newLISP newS => Topic started by: itistoday on May 25, 2023, 06:27:23 PM

Title: newLISP Github?
Post by: itistoday on May 25, 2023, 06:27:23 PM
I noticed that there's an empty newlisp organization on Github: https://github.com/newlisp

Anyone know whose this is?

It seems like a good idea to get the source up and running on Github, and maybe now is a good time for someone in the community to step up as a maintainer and do that.
Title: Re: newLISP Github?
Post by: cameyo on May 26, 2023, 09:07:07 AM
Anyone hear from Lutz?
I hope someone continues the development of newlisp.
To attract new users I think it would be useful to be able to download compiled versions of the latest 10.7.6 release for the major operating systems.
cameyo
p.s. sorry for the bad english
Title: Re: newLISP Github?
Post by: itistoday on May 26, 2023, 09:20:56 AM
I heard back from him, he seems to be feeling unwell and is not able to work on newLISP.
Title: Re: newLISP Github?
Post by: iacore on July 18, 2023, 08:28:22 PM
There seems to be a repo at https://github.com/kosh04/newlisp
Title: Re: newLISP Github?
Post by: itistoday on July 19, 2023, 10:13:02 AM
Yeah we need someone to act as an active maintainer who can continue the newLISP spirit / way of doing things.
Title: Re: newLISP Github?
Post by: iacore on July 31, 2023, 01:21:52 AM
I have fixed some bugs of newLISP here: https://git.envs.net/iacore/newlisp
I also added `(write-expr x)`. May you find this useful.
Title: Re: newLISP Github?
Post by: itistoday on August 03, 2023, 09:36:23 AM
Quote from: iacore on July 31, 2023, 01:21:52 AMI have fixed some bugs of newLISP here: https://git.envs.net/iacore/newerlisp
I also added `(write-expr x)`. May you find this useful.

Have you considered putting out some release notes? Feel free to take inspiration from how Lutz does it (http://www.newlisp.org/downloads/newLISP-10.7.5-Release.html) or create your own method (e.g. a simple `HISTORY.md` file is often useful).
Title: Re: newLISP Github?
Post by: iacore on August 07, 2023, 09:59:52 AM
I added to doc/CHANGES and to the release page (https://git.envs.net/iacore/newlisp/releases).