Post Reply 
(50g) String inside string manipulation, UserRPL
10-18-2016, 09:08 PM (This post was last modified: 10-18-2016 09:15 PM by Claudio L..)
Post: #17
RE: (50g) String inside string manipulation, UserRPL
(10-17-2016 08:49 PM)Vtile Wrote:  ...
Then I started the journey fiddling with all sorts of type "hacks" trying to convert a string to program (with the << >> as Lib256 PRG/-> seems not to attach those)
...

Perhaps not exactly what you are looking for, but you can use lists of objects, then convert to a program using the ->PRG command from Lib 256.

{ 1 } ->PRG ====> :: %1 ;

The program is a sysRPL secondary, so in the stack doesn't look complete << >>, but EVAL will work fine so it's good for a key assignment, and it skips the step of compiling the string.

Just a different angle for you to explore, you seem to have discarded this idea because of the << >>.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (50g) String inside string manipulation, UserRPL - Claudio L. - 10-18-2016 09:08 PM



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