Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - iacore

#1
newLISP newS / Re: newLISP Github?
August 07, 2023, 09:59:52 AM
I added to doc/CHANGES and to the release page.
#2
newLISP newS / Re: newLISP Github?
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.
#3
Editng the HTML file manually doesn't seem to work well for development. Does anyone have the raw data extracted from the HTML manual?
#4
This seems to be how newLISP works
#5
newLISP newS / int64 addition underflow/overflow
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?
#6
newLISP newS / Re: newLISP Github?
July 18, 2023, 08:28:22 PM
There seems to be a repo at https://github.com/kosh04/newlisp