Have you heard of Stackless Python? That might be what you are looking for. http://www.stackless.com/
Parallel Python or Ruby?
11–20 of 21 posts
Re: Parallel Python or Ruby?
#12Earlier quoted context omitted.
I'm not a Ruby fan, but wouldn't finding those buffer overflows make it more secure ? Now that they've been found, they're fixed. (Sure, it could be indicative of overall careless design, but I don't think that's the case here. A few silly mistakes, now no longer a problem.) Finally, Ruby has more than one implementation. Finding a hole in one implementation says nothing about the language overall.
The mistakes are so amateurish that it should raise questions about the rest of the codebase (i.e. the defects which are yet to be found)...
It has.
Re: Parallel Python or Ruby?
#13Hello randomhack, Have you heard of Stackless Python? That might be what you are looking for. http://www.stackless.com/
Re: Parallel Python or Ruby?
#14Re: Parallel Python or Ruby?
#15Do we have here a solution looking for a problem?
Re: Parallel Python or Ruby?
#16Haven't you heard about the egregious buffer overflow vulnerabilities found recently in Ruby? Not a good idea to use it for anything serious in light of those, IMO.
Re: Parallel Python or Ruby?
#17Earlier quoted context omitted.
The mistakes are so amateurish that it should raise questions about the rest of the codebase (i.e. the defects which are yet to be found)...
should raise questions about the rest of the codebase (i.e. the defects which are yet to be found) It has.
Re: Parallel Python or Ruby?
#18Haven't you heard about the egregious buffer overflow vulnerabilities found recently in Ruby? Not a good idea to use it for anything serious in light of those, IMO.
I'm not a Ruby fan, but wouldn't finding those buffer overflows make it more secure ? Now that they've been found, they're fixed. (Sure, it could be indicative of overall careless design, but I don't think that's the case here. A few silly mistakes, now no longer a problem.) Finally, Ruby has more than one implementation. Finding a hole in one implementation says nothing about the language overall.
Re: Parallel Python or Ruby?
#19Earlier quoted context omitted.
I'm not a Ruby fan, but wouldn't finding those buffer overflows make it more secure ? Now that they've been found, they're fixed. (Sure, it could be indicative of overall careless design, but I don't think that's the case here. A few silly mistakes, now no longer a problem.) Finally, Ruby has more than one implementation. Finding a hole in one implementation says nothing about the language overall.
Yes. Everyone else: find a large C codebase that has shipped without an integer overflow. Go ahead. I'm waiting.
(That's the only vulnerability ever found in qmail, and it wasn't exploitable --- Postfix has had much worse).
Re: Parallel Python or Ruby?
#20Earlier quoted context omitted.
Yes. Everyone else: find a large C codebase that has shipped without an integer overflow. Go ahead. I'm waiting.
Want some help? Don't bother with qmail. Daniel J. Bernstein managed to ship a version of qmail with an integer overflow. (That's the only vulnerability ever found in qmail, and it wasn't exploitable --- Postfix has had much worse).
The point is that writing simple software in C is possible. But writing complex software is very very hard.