Search Results

7
votes

What is your favorite misconception about Lisp?

I don't know about having a favorite misconception... but one I often see that programmers talk about "LISP" and why they don't like it/it's inappropriate/it's academic/it'll never work for project …
36
votes

What is MATLAB good for? Why is it so used by universities? When is it better than Python?

Adam is only partially right. Many, if not most, mathematicians will never touch it. If there is a computer tool used at all, it's going to be something like …
4
votes

How to master Regular Expressions?

Besides those already mentioned, you can try the Regex Coach. I've heard good things about it. …
4
votes

How to master Regular Expressions?

Now we've given lots of pointers for learning more about regular expressions, it's probably worth quoting Jamie Zawinski: Some people, when confronted with a problem, think "I know, I'l …
1
vote

Why do programmers for widely recognizeable products rarely tell their story?

Peter Seibel is working on a book called Coders At Work which sounds like pretty much what you're looking for. Last I heard from him, the …
4
votes

Does open source look impressive on a resume?

Try it this way: "Does programming experience look impressive on a resume?" Answer: it depends, doesn't it? Getting involved in anything will look better than nothing but "open sou …
1
vote

How should I go about learning to write programs?

An alternate approach to the "try visual .net" comments here, there is a cross-platform scheme system and associated book that has been targeted particularly at people like you with some success. …
0
votes

Programming Fractals

Great idea! I think coding up fractals makes a great "etude" (study) sized program. It has some nice features this way: generally you won't require much 3rd party code, they can be implemented i …
15
votes

What is the best comment in source code you have ever encountered?

Ages ago I ran into this one: /***************************************************************************/ /* deep wizardry. do not touch. */ …
1
vote

Why are people using regexp for email and other complex validation?

On factor: the set of people who understand how to write a regular expression is very much larger than the set of people who understand the formal constraints on regular languages. Same goes for n …
-1
votes

Should functional programming be taught before imperative programming?

Honestly, I think this is the wrong question to ask. If the goal of an introductory class is to teach basic computer science, algorithms, programmatically solving problems, then your course …
6
votes

What real life bad habits has programming given you?

Sometimes I treat my desk as if it has a garbage collector. Wishful thinking, I suppose. …
0
votes

Fitting title for my position

I wouldn't worry about it. Call yourself a developer, it's accurate. Anyone who actually cares what you've done in detail isn't going to get it from your job title anyway. People understand that …
0
votes

Why would you choose OO language over functional language?

Why would you choose an apple fruit over an orange fruit? [answer for the humor impaired: it rather depends on what your trying to do with it] …