+ 2
What is the best SoloLearn language to create a new language ?
This is a teoric question
3 Answers
+ 4
Language design is a huge topic. If you're interested in designing a language, a good place to start is by thinking about what the deficiencies are in a language that you already know. Design decisions often arise from considering a design defect in another product.
C-family programming languages is a loosely defined term referring to many programming languages sharing similarities, mainly flow-control syntax, but also in some other aspects. Due to the success of the C and some of its derivatives, the family spans a large variety of programming paradigms, conceptual models, and run-time environments.
+ 1
I think that only C can make my "perfect language"