Page 1 of 1
CoreOS
Posted: Sat Dec 07, 2013 3:55 am
by janeTA
Anyone porting/exercising newLISP for/on/around CoreOS?
http://coreos.com/
https://www.dotcloud.com/
Re: CoreOS
Posted: Sat Dec 07, 2013 3:36 pm
by Lutz
newLISP runs on anything Linux, even minimal once, like Android.
The only library really required is libc, although most make-files in the distribution also specify libreadline to support editing on the REPL. CoreOS also includes libreadline as a standard lib.
Many of the newLISP modules would be supported too. There is librcrypto, libsqlite3, etc. and they work with the simple FFI in newLISP which does not require libffi (1) but only libc.
So CoreOS and Docker shouldn't be a problem.
(1) just found out, libffi is also installed on CoreOS
Re: CoreOS
Posted: Fri Feb 21, 2014 4:14 am
by janeTA
Sorry missed this. Thank you.
Re: CoreOS
Posted: Fri Feb 21, 2014 2:38 pm
by Lutz
I tried CoreOS back in December after your post and newLISP compiled without difficulties for Linux.