Search Results

1
vote

How to check for equals? (0 == i) or (i == 0)

Obviously Niklaus Wirth foresaw this problem. …
3
votes

What first game did you program, and did it make you a better developer?

I did a really simple minesweeper in Perl. It has many of the features of the Microsoft classic, except the display is an ASCII-grid in the terminal and just uses print statements (doesn't even use …
0
votes

Language for non-programmers to start learning programming

Aw, no love for Perl :,( There is no 'one true beginner language'. All the answers here are probably pretty good (apart from C on its own). If you had to pick only one though, Python might …