After some mini projects in Java (requesting bus departures using the local bus company's REST API and trying some fork/join optimizations) I returned to the functional programming course today.
I must say that higher order functions, anonymous functions, and traits makes my head spin. Doing the exercises is quite challenging, but really fun!
One thing that bugs me a bit though is thet sbt takes a bit too long to compile and run the tests (real 0m8.395s) which makes the design loop a bit longer than I would like. Remember that this is a really small project that only includes a couple of source files and no I/O. Compile and run the tests should take less than a second. I wonder how sbt scales.
Anyway, great approach by Martin Odersky to advocate a test driven approach to the excersises!
I must say that higher order functions, anonymous functions, and traits makes my head spin. Doing the exercises is quite challenging, but really fun!
One thing that bugs me a bit though is thet sbt takes a bit too long to compile and run the tests (real 0m8.395s) which makes the design loop a bit longer than I would like. Remember that this is a really small project that only includes a couple of source files and no I/O. Compile and run the tests should take less than a second. I wonder how sbt scales.
Anyway, great approach by Martin Odersky to advocate a test driven approach to the excersises!
Kommentarer
Skicka en kommentar