Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Get off my lawn (Score 1) 166

I agree with this. Schaum's Outlines are surprisingly comprehensive, easy to follow, and well-written. They are meant to complement textbooks, but given the low priority on conceptual organisation found in many textbooks, these can often be used alone if you do the problems.

Comment Re:Whatever happened to Perl 6? (Score 5, Interesting) 192

As far as the matching capabilities of Perl 6, I think they're trying to do something that will advance the state-of-the-art in terms of programming langauge integration in the same way that Perl 5's regex did. The Perl 6 rules are similar to the tricks and hacks that people do with regular expressions to build up full grammars. By separating out the parts into logical components, you will get better readability and reusability. Not only will we get cleaner text processing, but this (along with the VM architecture) will aid the development of DSLs that will extend the language into an exciting future.

Yeah, it's some good Kool-Aid and the Perl community been waiting for a while, but bringing these ideas into a production-ready language isn't trivial. I'm still using Perl 5 because of CPAN, but I feel that Perl 6 will eventually get to the same level especially with a source-to-source compiler. The hardest part would be dealing with native-code bindings.

Comment Re:lush (Lisp Universal SHell) (Score 1) 204

I've looked at Lush and I like the fact you can embed C code straight in the Lisp. And it's fast. Though it concentrates on the numerical computing, rather than symbolic computing. It could do with more clean and easily installable library bindings, which is where MATLAB and Octave shine in terms of the breadth of functions available.

Comment Re:World Bank Hackathon (Score 1) 46

Neat! I would say you should look into the NYC Resistor hackerspace, General Assembly, and the people behind different hack days like Music Hack Day and Photo Hack Day.

I don't know how many people you could get that would be interested in something like this since it probably doesn't have enough of a cool factor to draw people in. Maybe look at Code for America for some inspiration?

Heh, I'm not even from NY.

Comment Re:Is PERL still active (Score 1) 99

For GUI, I've had a great experience using Tkx. That is just a lightweight wrapper around the Tcl interpreter and there are nice tutorials for it at TkDocs.

For something to make bindings easier, there is work on a ctypes for Perl. And there's also the Inline namespace on CPAN, but that makes your code a bit difficult to distribute.

Comment Re:the US Government (Score 1) 630

I took a course in American political thought and I would say the best source of information on the Constitution would be the writings of James Madison followed by The Federalist and The Anti-Federalist papers. Reading those gives a deep insight into the reasoning behind the U.S. Constitution.

Comment Thank you for creating this community (Score 1) 1521

I've been on /. for nearly half my life (I finally registered only 8 years later). While I was growing up, I read Slashdot almost daily and every time I would learn something interesting from either the FA or the comments. It is the variety of stories, diversity of opinions, and the signal-to-noise ratio that keeps me coming back here as opposed to than any other discussion site.

I can truly say that this site has changed my life. Thank you, Rob and Jeff. And thanks to all the other editors and users that have made this a positive experience and hopefully will continue to do so.

- Zaki

P.S.: Great timing with the 20th anniversary of Linux. Now I have two things to think about as my own 21st birthday approaches. :-)

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...