Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Sunday, May 20, 2007

C and C++

I think it is quite true to an extent...
A conjecture regarding C (and C++ too, although less so)...

Nice blog too, it's going onto my reading list :)

My favourite way to make an application at the moment is to create low-level (and possibly all platform-specific code) in C/C++, and then handle logic in Lua. It allows for a lot of flexibility, and faster development time. Lua should be better known :)