1
vote
Do you use code generation tools?
Code generation in the spirit of compilers can be great. Code generation in the spirit of "wizards" has uniformly turned out to be a bad idea.
…
0
votes
Why is coding so slow?
Because you waste too much time on discussion on internet sites instead of actually coding?
Programmers are considered notoriously bad at estimating time to completion. It turns out though …
-1
votes
0
votes
Parsing, where can I learn about it.
Lots of people have recommended books. For many these are much more useful in a structured environment with assignments and due dates and so forth. Even if not, having the material presented in a …
6
votes
What are five things you hate about your favorite language?
Haskell:
Space leaks from lazy evaluation.
Numeric Hierarchy not constructed with regard to mathematical abstractions.
Strict monadic IO can make it harder to debug. …
3
votes
Orders of Magnitude: What was the lowest-level code you have worked on? The highest level?
Lowest: I've made my own transistors in a physics lab.
Highest: Haskell -- patches to darcs, xmonad.
…
