Little ML'er - Good Workout for F #?

I want to speed up on F # and wondered if the book β€œThe Little ML'er” would help, since F # is based on OCaml, which is derived from ML. Or is ML too different from F # to help?

Thanks.

+4
source share
1 answer

If you read it without entering examples, it will introduce you to the basic concepts. But the OCaml syntax that F # takes is so different that half the examples won't work without (trivial) changes.

This suggests that Little MLer is very simple and targeted at someone who does not know the programming language at all.

+3
source

All Articles