newLISP Fan Club

Forum => newLISP newS => Topic started by: cameyo on January 03, 2019, 04:57:10 AM

Title: Ask info about newLISP
Post by: cameyo on January 03, 2019, 04:57:10 AM
I'd like to get some infos about the development of newLISP.

When will be out a new version?

Thanks.
Title: Re: Ask info about newLISP
Post by: HPW on January 03, 2019, 08:30:31 AM
Hello,



newlisp has gone a long journey/history.

It is now stable and proven. Well tested.

As far I know no bugs open on the Todo list.

So why do you ask?

You can post new wishes or ideas of improvement.



So only Lutz can tell more.



Regards

Hans-Peter
Title: Re: Ask info about newLISP
Post by: cameyo on January 03, 2019, 09:45:42 AM
Thanks Hans-Peter.

I have seen newlisp 10.7.5 in the development folder...

A reply from Lutz can solve my question :-)



cameyo
Title: Re: Ask info about newLISP
Post by: TedWalther on January 03, 2019, 04:44:48 PM
One thing on the TODO list: non-blocking sockets, which would allow internet services to be more reliable and avoid a race condition when doing things the traditional way using net-select/accept on sockets that are bound and listening for incoming connections.  Haven't had time to do it myself.
Title: Re: Ask info about newLISP
Post by: Lutz on January 07, 2019, 07:18:00 AM
The upcoming stable release v10.7.5 will be just like 10.7.4. No new additions or changes just bug fixes. No plans have been made yet for future versions.
Title: Re: Ask info about newLISP
Post by: cameyo on January 07, 2019, 10:55:33 PM
Thanks for info and for your work.



cameyo
Title: Re: Ask info about newLISP
Post by: Astrobe on January 30, 2019, 09:52:02 AM
Quote from: "TedWalther"One thing on the TODO list: non-blocking sockets, which would allow internet services to be more reliable and avoid a race condition when doing things the traditional way using net-select/accept on sockets that are bound and listening for incoming connections.  Haven't had time to do it myself.


One could sneak a "non blocking mode" flag in the mode string of net-listen?



Funny thing is that my own stuff broke recently on Windows because I updated MinGW, and apparently non-blocking mode is one of the things that broke. I gave up for the time being, so that's why I'm back to Newlisp.



Aside from that if the TODO list is empty, we could ignore that Lutz's own todo list is certainly not (for newlisp or other stuff) and start to talk about v11 and its compatibility-breaking changes...