Post Reply 
Programming puzzles: processing lists!
10-31-2017, 12:40 PM (This post was last modified: 10-31-2017 12:42 PM by Gilles59.)
Post: #218
RE: Programming puzzles: processing lists!
A string version is very very slow with big lists because of the STR-> command at the end.

Code:
Exact mode 
<< -> STR " " + SWAP " " +   SWAP ->STR SWAP " " SREPL DROP STR-> >>

I have no time with the David exemple : it was so slow that I cancelled the program after few minutes
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzles: processing lists! - Gilles59 - 10-31-2017 12:40 PM



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