Learner Reviews & Feedback for Programming Languages, Part C by University of Washington
About the Course
Top reviews
SS
Jan 8, 2019
Great course, nicely rounded off the discussions from previous parts. Really puts OOP style programming in context and nicely contrasts it from the functional programming concepts. Highly recommended!
KA
Jun 29, 2023
This course covers many concepts in detail and provides the opportunity to practice them through challenging homework. It is highly recommended. Also, the teacher's enthusiasm helps a lot ;)
76 - 99 of 99 Reviews for Programming Languages, Part C
By Yaqiu L
鈥Oct 22, 2016
This Course if difficult but is very valuable.
By Ahmad H
鈥Jan 26, 2023
Best programming languages course out there.
By Hector L
鈥Aug 14, 2017
concise comparison between FP and OOP
By dynasty919
鈥Mar 3, 2018
that last assignment is pretty neat.
By daniel 1
鈥May 20, 2018
very good programming language in c
By Zack W
鈥Aug 27, 2019
definitely a rewarding course
By Wang Y
鈥Aug 1, 2017
The best course on coursera!
By Aydin S
鈥Dec 18, 2020
Fantastic end to the series
By Gerhard K
鈥Jan 12, 2017
Absolutely Brilliant Course
By Guilherme B
鈥Oct 24, 2016
Best course of my life!
By Atsushi
鈥Jan 30, 2019
great course material
By pffy233
鈥Nov 21, 2016
excellence experience
By Kevin X
鈥Dec 19, 2016
Really impressive!
By 閮
鈥Jan 10, 2018
very good course!
By Hussein K
鈥Nov 15, 2022
Great Adventure.
By Sam R
鈥Jan 12, 2019
Fantastic course
By Morton L
鈥Apr 4, 2020
Great course.
By Alejandro M
鈥Dec 18, 2016
Excellent!
By Xinzhuang X
鈥Nov 13, 2022
fruitful
By jani k
鈥Mar 28, 2018
exellent
By Abdifatah A
鈥Dec 20, 2017
great!!
By Melwyn S
鈥Aug 6, 2023
Fab!!!
By UmbraSeven
鈥Sep 29, 2017
Great!
By Brandon I
鈥Mar 8, 2020
Again, great course - I was a little bit shaky on the Ruby, but to be honest this was my first real dive into what OOP is "really like" (as far as I can tell). I was also impressed by how certain important concepts from Part B were also tested towards the end (e.g., streams). I also enjoyed the material on subtyping towards the end; it makes you actually want to be interested in implementing a small language like that someday. The only caveat I must mention (and what the missing star is due to) is that, I had a little trouble on my Linux machine getting a version of Tcl/Tk to work with my installation of Ruby, since Ruby doesn't accept the latest (packaged) version of Tcl/Tk. I also had trouble with Jruby, and in the end opted to manually install older versions of Tcl and Tk. But I think the Tetris experience was worth it :) That whole little sidetrack actually also turned me on to the possibility of how PLs use graphics libraries in general, so let's see where that leads...