Hacker News new | ask | show | jobs
by TodPunk 5053 days ago
My only advice would be to ditch libc dependencies and build out things from scratch, and try for simpler approaches. I think you'll find the excercise good for you as a programmer, and good for your project here. Looking at a current libc implementation may help.
1 comments

I will consider your feedback. I agree that libc dependencies should be minimized or even cut off completely but as I told you before the project just began and as such still has to have some minor dependencies. As with anything else free time is all that's needed for things to get implemented.

Thanks.