File tree Expand file tree Collapse file tree 11 files changed +48
-3
lines changed
mostly_adequate_guide_to_functional_programming Expand file tree Collapse file tree 11 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018 TK
3+ Copyright (c) 2022 TK
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Resources
24
35## Table of Content
9698
9799- [ From design patterns to category theory by Mark Seemann] ( http://blog.ploeh.dk/2017/10/04/from-design-patterns-to-category-theory/ )
98100
99-
100101## Talks
101102
102103- [ Functional programming design patterns by Scott Wlaschin] ( https://www.youtube.com/watch?v=E8I19uA-wGY&ab_channel=IvanPlyusnin )
107108- [ How to Design Programs] ( https://htdp.org/2019-02-24/ )
108109- [ Category Theory for Programmers] ( https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/ )
109110- [ SICP - Structure and Interpretation
110- of Computer Programs] ( https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html )
111+ of Computer Programs] ( https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html )
111112
112113## Declarative Programming
113114
@@ -155,3 +156,9 @@ of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/full-tex
155156- J. Michael Ashley
156157- R. Kent Dybvig
157158- Erik Hilsdale
159+
160+ ## License
161+
162+ [ MIT] ( /license ) © [ TK] ( https://iamtk.co )
163+
164+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Clojure Resources
24
35## Functional Clojure
102104- [ Clojure Bridge SP] ( https://twitter.com/ClojureBridgeSP )
103105- [ Clojure Bridge] ( https://twitter.com/ClojureBridge )
104106- [ Functional Design in Clojure Podcast] ( http://twitter.com/@clojuredesign )
107+
108+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Elixir
24
35## Courses
46
57- [ Elixir School] ( https://elixirschool.com/en/ )
68- [ PATTERN MATCHING Course] ( https://thinkingelixir.com/available-courses/pattern-matching/ )
9+
10+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Haskell
24
35## Table of Content
1820## Books
1921
2022- [ The Joy of Haskell] ( https://joyofhaskell.com/ )
23+
24+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# JavaScript Functional Programming
24
35## Table of Content
7274
7375- [ Functional Programming Resources In JavaScript] ( https://github.com/busypeoples/functional-programming-javascript )
7476- [ Awesome FRP JS] ( https://github.com/stoeffel/awesome-frp-js )
77+
78+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Composing Software
24
35## Composing Software: An Introduction
6+
47[ Source Code - Composing Functions] ( https://github.com/leandrotk/functional-programming-learning-path/blob/master/javascript/composing_software/composing_functions.js )
8+
9+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Mostly Adequate Guide to Functional Programming
24
35## Chapter 02 - First Class Functions
6+
47[ Source Code - First Class Functions] ( https://github.com/tk-learning-center/functional-programming-learning-path/blob/master/javascript/mostly_adequate_guide_to_functional_programming/ch02.js )
8+
9+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Resources
24
35## Websites
1416
1517- [ Acing Nubank’s technical exercise — part 1] ( https://medium.com/building-nubank/acing-nubanks-technical-exercise-part-1-59c8a6d3829d )
1618- [ Acing Nubank’s technical exercise — part 2] ( https://medium.com/building-nubank/acing-nubanks-technical-exercise-part-2-2366c933977e )
19+
20+ </samp >
Original file line number Diff line number Diff line change 1+ <samp >
2+
13# Python Resources
24
35## Posts
1719## Books
1820
1921- [ Functional Programming in Python] ( https://www.oreilly.com/programming/free/files/functional-programming-python.pdf )
22+
23+ </samp >
You can’t perform that action at this time.
0 commit comments