Hi, I don't now too much about the internals of ruby but would it make sense to have a stackless ruby? Python have it's stackless python ( http://www.stackless.com/ ). Ruby ports to PDAs with memory limitations might benefit from a stackless implementation. How much do the interpreter model of ruby and python differ? Does the ideas behind stackless python apply to ruby? Any comments?