The Fight for Freedom - Psychology, Philosophy, and Licenses

Users browsing this thread: 2 Guest(s)
pizzaroll1
Long time nixers
Isn't this sort of like Grand Theft GNU, that game that some people on /g/ made? Also, while I do support the use of C where it makes sense (OS, performance-intensive tasks), it would save a lot of time to make this game using Lua, Python, Ruby, really anything higher level. Personally, I'd write it in Haskell and use ncurses, but somehow I don't think that'd be a popular idea.

It could be done in C, if everything is planned out, as venam says, and if we are careful with memory and portability - it's entirely possible that code that works on one OS and architecture (like the most common - GNU/Linux on amd64) could fail on another (e.g. OpenBSD on SPARC) because of some platform difference you didn't take into account (in this example, because something might have happened with big-endian vs little-endian).

Too many headaches with C, in my opinion. I'd contribute, and it'd be fun, but I'm not looking forward to the long nights hunting down null pointers in stack frames.
my website: kaashif.co.uk


Messages In This Thread
The Fight for Freedom - by DotDev - 26-08-2014, 06:42 PM
RE: The Fight for Freedom - by kirby - 26-08-2014, 06:55 PM
RE: The Fight for Freedom - by DotDev - 26-08-2014, 07:08 PM
RE: The Fight for Freedom - by z3bra - 27-08-2014, 03:42 AM
RE: The Fight for Freedom - by venam - 27-08-2014, 04:42 AM
RE: The Fight for Freedom - by pizzaroll1 - 27-08-2014, 06:55 AM