Re: Euphoria Object Oriented Programming
- Posted by Jason Gade <jaygade at yahoo.com> Jan 02, 2007
- 1073 views
Yeah, and I may have meant "continuation" anyway. I get those two confused even though I think they are related. It's kind of like object-orientation. Lisp and Scheme have closures and continuations. If I understand correctly, they are the entire basis for Javascript's object-orientation. The main thing is that it gives you your "persistent" variables but yeah, there are some hoops to jump through. I see if I can come up with an example. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.