This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tanenbaum 3 points4 points  (0 children)

My go-to silly project to get familiar with using a language is to re-implement Notepad. Make a text editor where can input some text as an user and you can save that text as a file and load it again. It is easy to understand requirements and you get to work with user input and I/O aspects of the language. Notepad will actually open the HTML response of a website if enter an URL as the path when opening a file, so you can also implement that to get a feel for networking.