Post Reply 
Programming puzzles: processing lists!
11-03-2017, 11:15 PM
Post: #222
RE: Programming puzzles: processing lists!
(11-03-2017 09:42 PM)pier4r Wrote:  
Code:

\<< 12 N 0.1 * +  \>>
1
2118
1
SEQ

A shorter form of what you've already got above would be:
Code:
'N' DUP
12.1
223.8
0.1
SEQ

That completes in about 7.1s as opposed to your original at 12.4s.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzles: processing lists! - DavidM - 11-03-2017 11:15 PM



User(s) browsing this thread: 3 Guest(s)