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

 



Forgot your password?
typodupeerror

Comment Tor:: The Distributed Anonymous virtual Network (Score 1) 866

http://tor.eff.org/overview.html

Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy.

Comment Re:He talks about Perl? (Score 2, Insightful) 161

...and the Perl 6 interpreter (parrot) is essentially complete...

Actually, parrot is a virtual machine meant to run interpreted languages. That's one of the cool things about it -- ruby and python could both be written to run on it, and then a parrot-to-machine-code compiler could be written, and I could finally compile ruby. Yay!

Compiler != interpreter

Slashdot Top Deals

Parkinson's Law: Work expands to fill the time alloted it.

Working...