0
votes
What is programming?
Programming is also about modelling real world problems in a computer so as to enable us to study the problems and try to find ways to solve them.
…
3
votes
A Gentler Introduction to Functional Programming
I found this very gentle introduction to functional programming and more.
Computer Science 61A - The Structure and Interpretation of Computer Programs
…
1
vote
Does it make you a bad coder if you have to look up syntax?
No, it does not make you a bad programmer, it merely slows you down.
However, just imagine this... if you have a very good memory, you will be able to stay focused on the coding task far be …
1
vote
excellent examples of real c/c++ code? Suggestions needed
Diomidis Spinellis has some suggestions in his book, "Code Reading: The Open Source Perspective", Addison Wesley, 2003. ISBN 0-201-79940-5.
Perhaps the book could be useful to you.
…
0
votes
What language to use
If you like to build 'small' desktop utilities, that sort of thing that does not require the .NET framework to run, you might want to check out BCX. It is free.
BCX is a small command line …
1
vote
Simple but powerful programming language for a hobby software project
For hobby projects in Windows, I use Jeremy Gordon's Go Tools for Win32 and Win64 (assembler, resource compiler and linker)
URL: …
14
votes
How do you clear your mind after 8-10 hours per day of coding?
Martial arts help me clear my mind.
…
0
votes
What activity should be on every programmer’s daily list?
Thinking about the design of specific software.
…
