Post Reply 
newRPL: DATA TYPES USING [] AS ELEMENT CONTAINER
04-14-2017, 08:51 PM
Post: #2
RE: newRPL: DATA TYPES USING [] AS ELEMENT CONTAINER
I don't understand, why. What one would archieve with these compared to the current way of doing things.

In example. list[ a, b, "hello" ] returns { a, b, "hello" }

I much more prefer to write { a b "hello" } NOT list[ a, b, "hello" ]
It makes 3 extra keys, compared the list[,,] aproach with 7 or 9 keypresses for object structure alone.

It is in my opinion against the way RPL do things.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: DATA TYPES USING [] AS ELEMENT CONTAINER - Vtile - 04-14-2017 08:51 PM



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