Programming puzzles: processing lists!
|
11-07-2017, 01:45 PM
Post: #227
|
|||
|
|||
RE: Programming puzzles: processing lists!
(11-04-2017 07:22 PM)pier4r Wrote: Thanks David. I don't mind other commands if they are compact . I guess that depends on your definition of "better than SEQ". LSEQ/LSEQR were created for the scenario where you know the start and stop values and the step value is 1 or -1. If that's a good fit, then those commands require fewer arguments (and are 10-30x faster) than SEQ. Even if the step value doesn't match, they may still be useful if the input and output can be easily modified to make it fit (as in your above example). They do require the input to be in the form of integers, though. So if that can't be done easily, they aren't a good fit and wouldn't be appropriate. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)