CoreOS

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
janeTA
Posts: 26
Joined: Thu Dec 05, 2013 6:31 am

CoreOS

Post by janeTA »

Anyone porting/exercising newLISP for/on/around CoreOS?
http://coreos.com/
https://www.dotcloud.com/

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: CoreOS

Post 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

janeTA
Posts: 26
Joined: Thu Dec 05, 2013 6:31 am

Re: CoreOS

Post by janeTA »

Sorry missed this. Thank you.

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: CoreOS

Post by Lutz »

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

Locked