Recent posts

#11
newLISP newS / How can we get newlisp rolling...
Last post by hapco - March 20, 2025, 08:35:36 AM
Hi guys,

How can we attract attention to newlisp from folks who recognize its worth and have the skills to maintain and improve it? Maybe fork it and re-write it in Nim, Go, or Rust? If we went that direction it might get people from those communities interested. We could name the fork Nimlisp, or something.

What do you think?
#12
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.
#13
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.
#14
newLISP newS / Re: newlisp.org website down
Last post by itistoday - February 28, 2025, 12:30:29 PM
It's back up!
#15
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
#16
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.
#17
newLISP in the real world / Re: fuzzylisp
Last post by vashushpanov - January 29, 2025, 02:22:43 AM
Thank you very match.
#18
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.
#19
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.

#20
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