Ask HN: CS Course

1 h_tbob 2 8/3/2025, 12:51:04 AM
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?

Comments (2)

linguae · 15h ago
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.

sexyman48 · 16h ago
Graduate high school before making recommendations about university.