c_lang C Programming Language ACBS - Another C Build System
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAI
    aidan
    4 weeks ago 100%

    That's a lovely project! Just came here to say that while many of the C and C++ build systems seem to be overcomplicated to use sometimes, I must say that I had a pretty good time with meson. It lets you have a very simple build file while also being extensible for more complex projects. Perhaps it could give you some inspiration!

    3
  • ask_experienced_devs
    Ask Experienced Devs aidan 4 months ago 100%
    What projects should I do to gain applied development skills?

    I'm really enthusiastic about anything involved with Unix/Unix-like operating systems and their ecosystems (Mostly Linux and a bit of BSD variations). I also know a couple of programming languages including C, C++23 and OCaml. But other than doing a couple of tiny projects mainly to practice my programming skills in the languages mentioned above, most of my experience is theoretical and it comes from reading books, blogs and watching conferences. I'm interested in gaining "actual" experience by doing systems programming related projects but I'm not sure how to get started. How do I decide on which topic to choose? A topic which would not be too overwhelming and actually achievable? And how do I gain the background knowledge needed to implement a project without ending up copying and pasting everything from existing implementations? Thank you!

    25
    12