- Joined
- Aug 16, 2022
@Considered HARMful I'm not getting an option to reply/quote the post where you responded to me, so I guess I'll just tag you
I guess my issue with using something like Rust/C/C++ to write something like a forum is that there are languages better suited to the task. Xenforo, MyBB, and PhpBB are all written in PHP, so at the risk of falling victim to an appeal to tradition (well it's ALWAYS been done this way, so surely that has to be the right way), I'd have to assume there's a good reason that PHP is used by those three pieces of forum software. And if you wanted to write something from scratch but were, for whatever reason, adamant about not using PHP, wouldn't one of the many JS frameworks be a better choice given that they're already purpose built for web development? Using a systems language for this type of shit just seems like you're trying to fit a round peg into a square hole.Why tho? I mean, if the HTTP servers themselves are written in C, C++ or Rust, why not go a step further and actually write the application?