Post Reply 
Programming puzzles: processing lists!
01-28-2019, 07:37 PM (This post was last modified: 01-28-2019 07:44 PM by pier4r.)
Post: #255
RE: Programming puzzles: processing lists!
(01-28-2019 07:10 PM)John Keith Wrote:  Yes, shorter and simpler. I posted my code because I use
Code:

\<< DUP LXIL SWAP SIZE LDIST 
\>>
as a list transpose. In fact,
Code:

\<< AXL DUP LXIL SWAP SIZE LDIST AXL
\>>
is faster than the built-in TRAN for matrices.

List transpose? Could you elaborate more with a couple of use cases and/or examples?

The second code is going to end in the userRPL library on wiki4hp (that today works for me, yay!). And added! http://www.wiki4hp.com/doku.php?id=rpl:s...=revisions
http://www.hpmuseum.org/forum/thread-10271.html

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzles: processing lists! - pier4r - 01-28-2019 07:37 PM



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