• 1 Post
  • 21 Comments
Joined 4 months ago
cake
Cake day: February 23rd, 2024

help-circle











  • I do quite like that idea, I think I’ll have the best points from each side at the top, the ones that have been disputed at the bottom, and the ones currently in discussion in between. This will hopefully give an overview of the best arguments from both sides.

    On a separate note, I was thinking of using this for more political discussions but I do like the idea of having technical subjects as well so will add them in.










  • In my experience combining multiple languages usually creates more complexity and is slower than each of them individually because you need to convert the data structures of one language into those of another. Both of them are great languages and I’ve made web services in both so whatever one you pick will be a good choice.

    As for which one to pick, although Rust is my favorite language, if you don’t know it it’ll take a while to learn. So for this project I’d say to go with Go because it’s simpler and you really won’t notice a performance difference unless you’ve got a huge amount of traffic.

    If you have any more questions feel free to ask!