Post Reply 
newRPL: Making RPL more readable
12-02-2016, 12:39 PM
Post: #3
RE: newRPL: Making RPL more readable
I suppose I am a bit more conservative with respect to the syntax. As more features are added (whether for legibility or ease of use), the language becomes a mixed bag of pre- and post-fix and coding becomes an exercise in which command uses which syntax.

Is:

obj 'name' LSTO

that much more legible than:

LOCAL 'name' obj

(do note that it takes a few more characters to type LOCAL vs LSTO). If the obj is large then neither case really has an advantage over the other.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: Making RPL more readable - Han - 12-02-2016 12:39 PM
RE: newRPL: Making RPL more readable - Han - 12-07-2016, 07:37 AM
RE: newRPL: Making RPL more readable - Han - 12-07-2016, 10:12 PM
RE: newRPL: Making RPL more readable - Han - 12-05-2016, 07:43 PM



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