LWN.net Logo

Openbox: A lightweight window manager (Linux.com)

Openbox: A lightweight window manager (Linux.com)

Posted Feb 3, 2006 16:07 UTC (Fri) by tjc (subscriber, #137)
In reply to: Openbox: A lightweight window manager (Linux.com) by nix
Parent article: Openbox: A lightweight window manager (Linux.com)

Rewriting anything other than very-low-level systems software *in C* probably *is* something to be ashamed of, though.
Well, whatever. About the only thing most people have trouble with in C is memory management, and there's not much of that happening in a window manager. grepping through the source code for aewm I see one instance of malloc, when a new client window is created.

I personally have written web apps in C, usually with a tcl wrapper around them. It sure is nice to get an error message with a line number instead of staring a plain white web page wondering what I did wrong.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds