Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Beware of dynamic languages for large projects. (Score 1) 530

Sure, tell that to twitter or YouTube. or many, many other large web sites. Hint: they're not using java. Or C. or Go.
Python scaling is a moot point, you'd scale to 16 asynchronous processes on a 16 core. What needs to scale is the web server. And a load balancer. But you were talking about a number of records, where db indexes, caches and architecture + algorithms are what counts.

Not to say python is perfect, hell if you've got java devs use java. But those arguments are dumb.

Comment Re:This interactive language already exists. (Score 1) 467

I happen to code in python sce 10years and have tried almost every IDE under the sun.
I would LOVE such an immediate feedback on tricky points (with several input vectors for a function and propee initialization and shutdown for code with side effects) , to the point that I thought about having them implemented.
Saying this is python is bull. I guess it would be simpler to implement than in c but even that I'm not so sure.

Comment Re:Excellent (Score 1) 177

It indeed can serve as a gaming machine. I'm sure emulators will get ported for simple / fun games plus it'd be great to see humble games on it aaaaannd quake 3 runs at 30fps at 1080p iirc ....

Slashdot Top Deals

Our business in life is not to succeed but to continue to fail in high spirits. -- Robert Louis Stevenson

Working...