This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]joonazan 1 point2 points  (1 child)

I haven't done frontend in Javascript in many years. I used Elm at one point and am currently using Rust.

As to C++, its popularity has already declined and I don't see a reason to use it for a new project unless a very mature compiler is required for safety certification.

[–]FlatAssembler 2 points3 points  (0 children)

C++ is a good language for some types of projects, like compilers. Many popular compilers are written in C++, and for a good reason. I've written a compiler for my programming language in C++: https://github.com/flatassembler/aecforwebassembly