this post was submitted on 20 Jan 2024
9 points (90.9% liked)
Teach Programming
301 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It seems to me that many well respected CS departments in the US make use of multiple languages in introductory courses.
Some examples:
So it seems that it is common among introductory CS courses at a collegiate level to make up for the limitations of a particular language to use more than one.
Further, it seems that schools make an attempt to have a cohesive sequence of two or three introductory courses where courses build upon prior coursework to provide a broader breadth of foundational understanding. My favorite example of this is Cornell's CS 3110 which uses OCaml to teach Data Structures and Functional Programming.
I know this doesn't actually address your original question but I hope it inspires you to be flexible with the approach to the new curriculum.
I've been advocating for a CS50 style course at an introductory level. A little bit of python, some light data science labs with an SQLite database, throw some javascript at it to make some quick and dirty web representation. Really, all we want out of students are basic problem-solving skills, a familiarity with programming basics, and for students to be excited to learn more. I've got one other instructor in the department on board with this approach, but the rest are still having a little bit of trouble moving our courses out of the 1990s.
Awesome! I hope you can drag them along.