1. An idea for simplifying some programming
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Mar 16, 1999
- 745 views
I can see why pointers aren't implemented in Euphoria - they can really make debugging hard, and the code more complex. In some cases, though, pointers can be very useful. Why not have a variable_id function like the routine_id function so it is possible to implement pointers, then accessor functions like get_variable and set_variable? -- Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/

