Mine is in C++, and is part of a larger project. I've thoroughly enjoyed the process!
So far, I've written a scripting language, a thread pool worker queue, and now I'm working on the HTTP server. I'm writing them as libraries (in the same way that libpng or libjpeg exist as libraries). I have a few more "steps" before gluing it all together into a larger project, but it's taking shape!
There's a simple pleasure in getting to the fundamentals of computing, away from the layer upon layer of abstraction that plagues development today.
Comments
Awesome! Good luck!
Mine is in C++, and is part of a larger project. I've thoroughly enjoyed the process!
So far, I've written a scripting language, a thread pool worker queue, and now I'm working on the HTTP server. I'm writing them as libraries (in the same way that libpng or libjpeg exist as libraries). I have a few more "steps" before gluing it all together into a larger project, but it's taking shape!
There's a simple pleasure in getting to the fundamentals of computing, away from the layer upon layer of abstraction that plagues development today.