Search found 4 matches

by ClaudeM
Sat Jul 03, 2021 5:11 pm
Forum: Whither newLISP?
Topic: loop & recur
Replies: 2
Views: 3522

Re: loop & recur

Allô, There are two questions: a philosophical one and a practical one. 1) Is adding loop & recur to newLISP a deviation from the "character" of newLISP? Is iteration a preferred solution? Is trampolining used where a recursive solution makes sense? 2) The supplied macros are a proof of concept; the...
by ClaudeM
Thu Jul 01, 2021 10:41 pm
Forum: Whither newLISP?
Topic: loop & recur
Replies: 2
Views: 3522

loop & recur

Allô, I like newLISP and got to use it at work for some CSV processing. Thank you. I come from Scheme and miss simple recursion. I wrote some macros to implement loop & recur (I am not a fan of Clojure). Does this agree with the newLISP way? Is the code OK? These are my first macros. I tried putting...
by ClaudeM
Mon Sep 30, 2019 9:40 pm
Forum: newLISP and the O.S.
Topic: Compile script to .exe with attached files
Replies: 8
Views: 9537

Re: Compile script to .exe with attached files

It took a long time for me to get back to this. The actual problem was me getting the file order backward. I was fooled when I concatenated the two files into a single file with the main last and it worked. The main goes first. I did some digging around - use vim to look at the executable and read t...
by ClaudeM
Fri Jun 21, 2019 11:52 pm
Forum: newLISP and the O.S.
Topic: Compile script to .exe with attached files
Replies: 8
Views: 9537

Re: Compile script to .exe with attached files

Good evening,

I have successfully used the buildexe and exehead scripts on Linux, but failed on MS Windows. I am using newLISP 10.7.5 on both platforms.

What am I missing?

Thank you.

--
ClaudeM