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

Topics - iacore

#1
Editng the HTML file manually doesn't seem to work well for development. Does anyone have the raw data extracted from the HTML manual?
#2
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?