Comment on Using Ocaml to learn FP. What FP concepts should I touch on?
pinchcramp@lemmy.dbzer0.com 9 months ago
For the jargon part: See this Github repo
Other than that, all I have to add is that functional programming does not necessarily imply static typing. There is a whole world of Scheme-variants that are dynamically typed.