Search found 3 matches

by sponsy
Fri Mar 08, 2013 9:51 am
Forum: So, what can you actually DO with newLISP?
Topic: Project Euler with newLISP
Replies: 1
Views: 4712

Project Euler with newLISP

I bought into the idea of newLISP for scripting a few weeks ago and love it. I decided to tackle some project euler problems using newLISP, primarily so that I can learn the syntax and get familiar with the API. That said, I won't purport that any of the solutions are optimal; only that they are bea...
by sponsy
Tue Mar 05, 2013 6:41 pm
Forum: newLISP in the real world
Topic: Extended expression body for if-statements
Replies: 3
Views: 2091

Re: Extended expression body for if-statements

Excellent, thanks! My eyes seemed to have skipped over that after bouncing around the wiki so frequently the last few days.
by sponsy
Tue Mar 05, 2013 3:49 pm
Forum: newLISP in the real world
Topic: Extended expression body for if-statements
Replies: 3
Views: 2091

Extended expression body for if-statements

Hi :) I'm pretty new to newlisp, but I'm loving it so far for its quick scripting abilities-- I want to see if it can outdo Python for terseness. What I can't seem to find an answer to: I want to execute multiple expressions within an if-statement branch without defining a separate function. So, whe...