Recent posts

#51
newLISP newS / Re: newLISP Github?
Last post by vetelko - March 03, 2025, 01:35:57 AM
https://github.com/newlisp

That's crazy that Github keeps accounts that haven't had a single activity in the last 15 years, and deleting them would cause no harm.
#52
newLISP newS / Re: newLISP Github?
Last post by itistoday - February 28, 2025, 08:57:15 PM
When I asked Lutz this question he got back to me with a link to the same repo @iacore posted: https://github.com/kosh04/newlisp

So I guess maybe that's where people should look to send PRs? But I see nobody seems to be maintaining it, and it seems to be setup more as a mirror.
#53
newLISP newS / Re: newlisp.org website down
Last post by itistoday - February 28, 2025, 12:30:29 PM
It's back up!
#54
newLISP newS / Re: newlisp.org website down
Last post by libz - February 26, 2025, 02:52:01 PM
Humm,

Two years ago, also at the end of February, the website was down as well.
https://newlispfanclub.com/index.php?msg=25208
#55
newLISP newS / newlisp.org website down
Last post by libz - February 26, 2025, 01:57:23 PM
Hi,

I'd like to try newLISP but the website has been down for me all day.
#56
newLISP in the real world / Re: fuzzylisp
Last post by vashushpanov - January 29, 2025, 02:22:43 AM
Thank you very match.
#57
newLISP in the real world / Re: fuzzylisp
Last post by marchildmann - January 27, 2025, 11:04:13 PM
I sent you an email including the book. Maybe it helps.
#58
newLISP in the real world / Re: Can't load sqlite library ...
Last post by vetelko - January 22, 2025, 09:10:31 AM
Solved, libz and libpthread were missing. This is because these two needs libsqlite3 itself.

#59
newLISP in the real world / Re: Can't load sqlite library ...
Last post by vetelko - January 21, 2025, 12:11:41 AM
All required libs are available :( I can (import ...) any of them except libsqlite3 while newlisp runs in chroot

gringo: ~ $: ls /var/www/usr/lib/
total 31968
drwxr-xr-x  2 root  daemon   512B Jan 20 20:32 ./
drwxr-xr-x  7 root  daemon   512B Apr 10  2023 ../
-r--r--r--  1 root  daemon   3.6M Jan 15 10:24 libc.so.100.3
-r--r--r--  1 root  daemon   1.8M Jan 15 10:31 libcurses.so.15.0
-r--r--r--  1 root  daemon  43.1K Jan 15 10:24 libffi.so.2.1
-r--r--r--  1 root  daemon   584K Jan 15 10:22 libm.so.10.1
-r--r--r--  1 root  daemon   597K Jan 15 10:22 libreadline.so.5.0
-r--r--r--  1 root  daemon   7.0M Jan 20 18:51 libsqlite3.so.8.6
#60
newLISP in the real world / Re: Can't load sqlite library ...
Last post by rrq - January 20, 2025, 02:16:04 PM
At a guess libm is missing in the chroot. Check library dependencies with ldd.