Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Need - macros feature
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Henry Savr, post: 4522419"] Dear Ruby gurus: Are there Ruby macro features as a part of Ruby standard? I want them to work with ANY editor or interactive environment and with ANY OS Why? Because it is distracting to key-in: def a1 @a1 end def a1=(value) @a1=value end when you are thinking just about class' very general behaviour. I would prefer to key-in something like this initially: %def a1 and POSSIBLY add: -r, or -w, or -rw on early design stage. Entering all the juzz above distracts strongly. I'm going to work on details later. Besides, I work on various systems and I want to have unified macro options just by installing Ruby. Thank you, Henry [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Need - macros feature
Top