Code Lisp-ish enough??

Q&A's, tips, howto's
Locked
dukester
Posts: 115
Joined: Tue May 08, 2007 1:06 pm
Location: Alberta, Canada

Code Lisp-ish enough??

Post by dukester »

Getting back to Lisp and family ...

Using a temperature converting utility as a starting point.

Is my code here: https://controlc.com/4a38c367

Lisp-ish enough! To me it doesn't seem much different than my similar renditions in Free Pascal or Icon.
duke

newBert
Posts: 156
Joined: Fri Oct 28, 2005 5:33 pm
Location: France

Re: Code Lisp-ish enough??

Post by newBert »

I tried this, unpretentious: https://controlc.com/10370640

(Sorry ! Impossible to paste code here, because of "internal server error")
BertrandnewLISP v.10.7.6 64-bit on Linux (Linux Mint 20.1)

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: Code Lisp-ish enough??

Post by rickyboy »

newBert wrote:
Fri Apr 30, 2021 9:26 am
I tried this, unpretentious: https://controlc.com/10370640
This is much easier to read!
(λx. x x) (λx. x x)

Locked