Comment by sinuhe69
I read the article and got curious about Pyret. It turns out to be a very nice language, especially for teaching! Very clear and easy to read syntax, no weird bracket mania :D, it even forces programmers to write good formatted code (space surrounding operator!) and encourages the use of best practices (test first!).
I also like the fact that it is functional, invariant by default, and they are working on type checking.
Seeing this, I can't wait to hear about the students' experiences with the new curriculum.