Linked by Elv13 on Mon 27th Jun 2011 14:17 UTC
Thread beginning with comment 478822
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: object oriented techniques in kernels
by fretinator on Mon 27th Jun 2011 21:06
in reply to "RE[2]: object oriented techniques in kernels"
RE[3]: object oriented techniques in kernels
by moondevil on Mon 27th Jun 2011 21:14
in reply to "RE[2]: object oriented techniques in kernels"




Member since:
2005-11-15
There is a big difference between kernel programming and GUI programming. With kernel development you need near-real time response, highly predictable behavior, and no garbage collection.
With GUI tool kits you can annoy the user to no end with slow response, unpredictable behavior, and not collect the garbage :-)