Submission + - Charter implements SiteFinder-like DNS
Comment Re:Little boys (Score 1) 242
And at the time, Shakespeare's works were essentially the dime store novels and sitcoms of the day...
The Simpson's Movie Confirmed 334
Comment Re:"Smackdown" (Score 1) 294
Even if you are going to use one of these blogging tools, why limit yourself to the default code. You are the most geeky of the gurus! Hack the crap out of that code. These are in easy php code. Use their work as a building point... and rip out your own version of it.
What the heck has slashdot come to?
ATB
Comment Re:Silly article (Score 1) 838
2. LISP is a great example. It is the first example that people present. Ashame that LISP has such terrible syntax. Wouldn't it be nice to have an editor that displays code at a higher level, but the low level language is like LISP. Putting code in a different form allows that. I'm looking at doing a language in Argot ( http://www.einet.com.au/ ) which is binary. It will probably act a lot like LISP but will look like a format that the user is comfortable.
3. I disagree. Grammars and parsers are a pain to write. And grammars are especially hard to develop and get right. A format which is closer to AST is easier to parse. If we're going to get rid of this tower of babel we've developed for ourselves, we need to develop more flexible formats to describe code.