|
|
|
|
|
by pjmlp
348 days ago
|
|
Nowadays you could make the Java version quite similar to the SML one, if there would be a new edition. I have been looking forward to ML like capabilities on mainstream since using Caml Light. Regarding those books, while we used the Java version, alongside JavaCC, when time came to actually buy the book, I also got the SML edition. |
|
> have been looking forward to ML like capabilities on mainstream since using Caml Light.
Modern Java is not built around ADTs and pattern matching, these things feel a bit bolted on. SML feels almost like a compiler writing DSL.