HACKER Q&A
📣 h_tbob

CS Course


I think CS Courses should require users to make their own programming language.

As the degree progresses, they have to make all assignments in their own programming language.

What do you guys think?


  👤 sexyman48 Accepted Answer ✓
Graduate high school before making recommendations about university.

👤 linguae
Many undergraduate CS programs require their students to take one or two classes where students learn about grammars, parsing, abstract syntax trees, interpreters, and compilers. I’ve also taken graduate courses in programming languages that involved adding features to languages.

Writing a new language from scratch is typically beyond the scope of a semester. It’s trivial to implement a small language like Scheme in a semester, but more complex languages will take more time.