S60 Python – on your mobile!

It looks like Python may be making it’s way to a Series 60 mobile phone soon! I may actually learn how to code in Python if this becomes available!
On that note, I may buy a new phone. The keyboard on my 7650 is getting cranky, some keys need to be pressed hard, others print characters twice. I could take the phone apart and clean the keyboard but now the plastic cover on the thumbstick/joystick thingy is coming apart. If I buy another phone, I’d like another Symbian device – Triz really is a great Tetris clone that I’d miss. Now, if I could only get a version of Go! for the phone I’d be happy and content.

Why C Is Not My Favourite Programming Language

I got about half way through this article before I realised I’m really not interested in it. If I was coding a demo or something that was performance critical then I’d use C/C++ possibly with a dash of ASM but otherwise, give me the garbage collecting, lots of data types, memory checking, higher level languages any day. 🙂

Computer Science, what is it?

A long thread on Computer Science was started by Niall O Broin earlier today. It went through the usual arguments about what constituted CS and what was important. Some argued that low lever languages were a waste of time as most developers won’t ever touch that aspect of programming, but I tend to agree with Kenn Humborg and say that ASM is important, and anyway, it’s fun and logical and more interesting in many ways than high level coding!