Skip to content

Commit a872489

Browse files
authored
Merge pull request #14 from imteekay/samp
add <samp>
2 parents 07dac09 + e9ae4b4 commit a872489

File tree

11 files changed

+48
-3
lines changed

11 files changed

+48
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 TK
3+
Copyright (c) 2022 TK
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# Resources
24

35
## Table of Content
@@ -96,7 +98,6 @@
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)
@@ -107,7 +108,7 @@
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>

clojure/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# Clojure Resources
24

35
## Functional Clojure
@@ -102,3 +104,5 @@
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>

elixir/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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>

haskell/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# Haskell
24

35
## Table of Content
@@ -18,3 +20,5 @@
1820
## Books
1921

2022
- [The Joy of Haskell](https://joyofhaskell.com/)
23+
24+
</samp>

javascript/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# JavaScript Functional Programming
24

35
## Table of Content
@@ -72,3 +74,5 @@
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>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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>

programming_challenges/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# Resources
24

35
## Websites
@@ -14,3 +16,5 @@
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>

python/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<samp>
2+
13
# Python Resources
24

35
## Posts
@@ -17,3 +19,5 @@
1719
## Books
1820

1921
- [Functional Programming in Python](https://www.oreilly.com/programming/free/files/functional-programming-python.pdf)
22+
23+
</samp>

0 commit comments

Comments
 (0)