1 2 3 4 5 6 7 8
public interface IUnixFactory { IBootLoader installBootLoader(); IKernel installKernel(); IShell installShell(); IDisplayManager installDisplayManager(); IWindowManager installWindowManager(); IBaseApplications installApps(); }
This is the personal website of Senthil Kumaran. Amongst many things, he is a Software Developer, and a CPython Hacker.