CoreOS

Started by janeTA, December 06, 2013, 07:55:22 PM

Previous topic - Next topic

janeTA

Anyone porting/exercising newLISP for/on/around CoreOS?

http://coreos.com/">http://coreos.com/

https://www.dotcloud.com/">https://www.dotcloud.com/

Lutz

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

janeTA

#2
Sorry missed this. Thank you.

Lutz

#3
I tried CoreOS back in December after your post and newLISP compiled without difficulties for Linux.