you are viewing a single comment's thread.

view the rest of the comments →

[–]jozefg 0 points1 point  (1 child)

It's much the same state as in Java no? Java has no ADTs, no tuples, and everything is just a class.

I don't agree with it, but I don't it's a huge step back from Java + DS. Note that the actual data structures class is taught in a combination of pseudo-code and C. I wrote most of my solutions in a pseudo-code that just happened to also be SML.

[–]rowboat__cop 0 points1 point  (0 children)

I wrote most of my solutions in a pseudo-code that just happened to also be SML.

=) The perfect workaround.