Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:BASIC is great for kids (Score 1) 548

Fewer ridiculous syntax requirements? Stupid unnecessary crap like explicit line numbers?

Isn't Python that language where the whitespace/indentation affects the workings of the program code?

For a kid starting out to program, I don't at all think that BASIC is a bad idea. If nothing else it might light the fire inside a future hacker and encourage him or her to absorb as much as they can from 'puters. Why start with something that is any more complicated than it needs to be?

10 REM ** COOL PROGRAM **
20 PRINT "I AM BORIS! I AM INVINCIBLE!"
30 GOTO 20

Comment Re:Where are the binaries with OpenSSL??? (Score 1) 160

I noticed that as well. You can find the binary with OpenSSL on Apache's "archive" server, but I'm not going to download/install it until they fix what the problem is.

It looks like there was a problem with them and they were removed from their SVN repository:

http://www.gossamer-threads.com/lists/apache/cvs/381813

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...