Started two new courses
Today I started two new courses at school. In the first one called “Compiler technology and translation” (that is proberbly not the correct translation) we are going to create a compiler. Our teacher has already created the Lexical analysis functionality and the code for splitting the source-code in blocks. We are going to code the [...]
Starting to learn Python
I’ve just started learning Python. I’m reading the Dive into Python book online since I didn’t really like the official tutorials that the python docs has. From my experience with the language so far I’m really starting to like it. First I thought it looked a little messy since it only uses indentation to enclose [...]