Search found 4 matches

by iamnotanumber10
Mon Sep 03, 2012 6:30 pm
Forum: newLISP and the O.S.
Topic: Executables and Dynamic Linking
Replies: 4
Views: 5501

Re: Executables and Dynamic Linking

Ok Folks, I've cracked it! > (load "/usr/share/newlisp/util/link.lsp") (lambda (orgExe newExeName lispSourceName) (println "original newlisp executable:" orgExe) (println "new executable:" newExeName) (println "source:" lispSourceName) (set 'size (first (file-info orgExe))) (copy-file orgExe newExeN...
by iamnotanumber10
Wed Aug 22, 2012 4:50 pm
Forum: newLISP and the O.S.
Topic: Executables and Dynamic Linking
Replies: 4
Views: 5501

Re: Executables and Dynamic Linking

Hi, Whoops, it looks like I forgot to call link.lsp, but I still must be doing something wrong... asdf@asdf:~$ newlisp link.lsp newLISP v.10.4.3 on Linux IPv4/6 UTF-8 libffi, execute 'newlisp -h' for more info. > (link "newlisp" "hw" "hw.lsp") ERR: invalid function : (link "newlisp" "hw" "hw.lsp") U...
by iamnotanumber10
Tue Aug 21, 2012 9:34 am
Forum: newLISP and the O.S.
Topic: Executables and Dynamic Linking
Replies: 4
Views: 5501

Executables and Dynamic Linking

Hi, I'm following a tutorial http://www.newlisp.org/newLISP_in_21_minutes.html and came to this part... Executables and Dynamic Linking. I created hw.lsp and launched it from the command line successfully. asdf@asdf:~$ newlisp hw.lsp Hello World! I tried to reproduce the executable example in the tu...
by iamnotanumber10
Wed Jul 11, 2012 4:39 pm
Forum: newLISP and the O.S.
Topic: NL on the RP?
Replies: 1
Views: 3049

NL on the RP?

Hi, just wondering if you had any plans to get NL running n the Raspberry Pi? I think it would make a suitable edition.

Thanks.