Recent posts

#51
newLISP newS / Who has the raw data for gener...
Last post by iacore - July 18, 2023, 11:25:02 PM
Editng the HTML file manually doesn't seem to work well for development. Does anyone have the raw data extracted from the HTML manual?
#52
newLISP newS / Re: int64 addition underflow/o...
Last post by iacore - July 18, 2023, 11:20:42 PM
This seems to be how newLISP works
#53
newLISP newS / int64 addition underflow/overf...
Last post by iacore - July 18, 2023, 08:29:55 PM
On 64-bit systems, try the following in REPL.

(+ -9223372036854775808 -1)

(+ 9223372036854775807 1)

Luckly, this is caught with UBSan.

You can see the details of this bug in the README of https://codeberg.org/iacore/newerlisp


P.S. does anyone know an existing fork of newLISP?
#54
newLISP newS / Re: newLISP Github?
Last post by iacore - July 18, 2023, 08:28:22 PM
There seems to be a repo at https://github.com/kosh04/newlisp
#55
newLISP in the real world / Re: Executing commands inside ...
Last post by nixfreak - July 04, 2023, 09:29:41 AM
Thank you very much
#56
newLISP in the real world / Re: Executing commands inside ...
Last post by itistoday - July 04, 2023, 09:27:45 AM
Check out the newLISP manual, and look at the commands under the section Processes and the Cilk API.

Relevant functions: !, exec, process

Edit: also - welcome to the forums!
#57
newLISP in the real world / Executing commands inside newL...
Last post by nixfreak - July 04, 2023, 09:19:58 AM
Question: How can I execute programs say unix tools in a newLisp script?
Or if its in the documentation can someone show me the link?

Thanks in advance.
#58
newLISP in the real world / newLISP Note
Last post by cameyo - June 03, 2023, 09:07:51 AM
newLISP Note
more than 2000 newLISP topics (Project euler, Rosetta code, Programmers Interview, ...)
cameyo
p.s. it's written in Italian (but not the code ;)) and I'm just an amateur :)
#59
newLISP newS / Re: newLISP Github?
Last post by itistoday - 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.
#60
newLISP newS / Re: newLISP Github?
Last post by cameyo - 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