Jethro Larson
|
81af06dc4b
|
Cleaned up some vagaries
|
2016-01-18 19:13:08 -08:00 |
|
Jethro Larson
|
29ed5185bb
|
Fixed missing hr
|
2016-01-18 19:07:21 -08:00 |
|
Jethro Larson
|
f0c1e46d1f
|
Update readme.md
Added Applicative functor, chain, equational reasoning.
Added a line to monad.
|
2016-01-18 19:06:25 -08:00 |
|
hemanth.hm
|
9f254dd59d
|
Format.
|
2015-10-17 11:50:51 +05:30 |
|
hemanth.hm
|
499b3e53e2
|
Merge pull request #17 from sjsyrek/sjsyrek-edits
Edit and expand Arity, Lazy Evaluation, and Monad definitions
|
2015-10-17 11:49:25 +05:30 |
|
Steven Syrek
|
74ffd54fe1
|
Edit and expand Arity, Lazy Evaluation, and Monad definitions
|
2015-10-16 20:42:05 -04:00 |
|
hemanth.hm
|
88acaa3cf7
|
Merge pull request #15 from CrossEye/update-points-free
New points-free example and discussion
|
2015-09-22 11:30:22 +05:30 |
|
Scott Sauyet
|
2fbc65d2c3
|
New points-free example and discussion
|
2015-09-21 21:26:45 -04:00 |
|
hemanth.hm
|
cc5fcc4f89
|
Merge pull request #12 from raine/master
add an example of impurity
|
2015-09-21 08:48:37 +05:30 |
|
Raine Virta
|
26ee327775
|
add an example of impurity
|
2015-09-20 17:43:13 +03:00 |
|
hemanth.hm
|
f2e95693ca
|
Should have s/jargons/jargon/g
|
2015-09-20 19:24:06 +05:30 |
|
hemanth.hm
|
12177e6f9d
|
Jargon is plural.
^
|
2015-09-20 19:15:28 +05:30 |
|
hemanth.hm
|
ef40834ed6
|
Merge pull request #9 from davidchambers/higher-order-functions
correct the definition of higher-order functions, and update examples
|
2015-09-20 13:54:17 +05:30 |
|
David Chambers
|
37bc6788a8
|
correct the definition of higher-order functions, and update examples
|
2015-09-19 14:45:07 -07:00 |
|
hemanth.hm
|
6dcd10516a
|
many more 🐱
^
|
2015-09-16 22:42:41 +05:30 |
|
Hemanth.HM
|
afb6bd9fc2
|
Syntax and typo fixed
|
2015-09-01 17:01:14 +05:30 |
|
hemanth.hm
|
50c6ed4e09
|
Merge pull request #6 from jhartikainen/patch-1
Add monoid description
|
2015-07-25 15:57:25 +05:30 |
|
Jani Hartikainen
|
15cc6ae3f1
|
Add monoid description
I've tried to describe monoid in a way that doesn't use too much jargon :)
|
2015-07-25 13:24:46 +03:00 |
|
hemanth.hm
|
9b2425f101
|
Merge pull request #4 from therealklanni/master
Basic monad description
|
2015-06-23 11:54:43 +05:30 |
|
Kevin Lanni
|
19570db1d1
|
monads
|
2015-06-18 22:00:39 -07:00 |
|
Kevin Lanni
|
6f9368e628
|
housekeeping
|
2015-06-18 21:59:25 -07:00 |
|
hemanth.hm
|
512fed846b
|
Merge pull request #3 from ericelliott/patch-1
Clarify the difference between partial application and curry
|
2015-06-13 17:54:34 +05:30 |
|
Eric Elliott
|
1fa5b1127d
|
Update readme.md
|
2015-06-13 06:06:52 -06:00 |
|
hemanth.hm
|
c66424cc84
|
Defined pointfree.
|
2015-06-09 17:49:00 +05:30 |
|
hemanth.hm
|
6282252964
|
TD equational reasoning.
|
2015-06-09 16:17:01 +05:30 |
|
hemanth.hm
|
cac94a4f1d
|
Defined side effects.
^
|
2015-06-07 18:20:10 +05:30 |
|
hemanth.hm
|
ee026cd4da
|
Simplified currying.
^
|
2015-06-03 16:21:27 +05:30 |
|
hemanth.hm
|
8235cd9832
|
Merge pull request #2 from skippednote/master
Use arrow function
|
2015-06-03 16:20:16 +05:30 |
|
Bassam Ismail
|
d7c0b1173e
|
Use arrow function
Use ES6 arrow function
Update from `+` to `*` to validate results
|
2015-06-03 14:06:56 +05:30 |
|
Hemanth.HM
|
e5fd793982
|
Purity.
|
2015-04-04 09:29:06 +05:30 |
|
hemanth.hm
|
5a836308db
|
Lazy evaluation.
Lazy evaluation example with ES6 generators.
|
2015-03-30 16:22:39 +05:30 |
|
Hemanth.HM
|
18f85ba9c5
|
Idempotency.
|
2015-03-29 13:19:07 +05:30 |
|
hemanth.hm
|
5463c47227
|
More additions ot the list.
So many!
|
2015-03-09 16:18:39 +05:30 |
|
hemanth.hm
|
30814d28fd
|
Defined currying.
A dumb example.
|
2015-03-08 20:24:53 +05:30 |
|
hemanth.hm
|
d58b79e839
|
Some more jargon to be defined.
...
|
2015-03-02 18:26:31 +05:30 |
|
Hemanth.HM
|
2d9af62849
|
Partial Application defined.
|
2015-02-28 13:20:32 +05:30 |
|
Hemanth.HM
|
7f78cfce9e
|
Defined HOF.
|
2015-02-28 12:57:41 +05:30 |
|
Hemanth.HM
|
adfadf7af0
|
Rearranged.
|
2015-02-28 12:45:28 +05:30 |
|
Hemanth.HM
|
cfe946aa8d
|
Defined referential tranparency.
|
2015-02-28 12:40:48 +05:30 |
|
Hemanth.HM
|
aeb50cd03e
|
Defined functor.
|
2015-02-28 12:18:49 +05:30 |
|
hemanth.hm
|
16d6aeaacf
|
More jargon to be defined.
TBD.
|
2015-02-24 21:04:00 +05:30 |
|
hemanth.hm
|
ec3517ca6b
|
Merge pull request #1 from stoeffel/arity
Arity
|
2015-02-24 14:16:33 +05:30 |
|
stoeffel
|
11387ab478
|
add arity example
|
2015-02-23 14:00:07 +01:00 |
|
hemanth.hm
|
9e684fabed
|
More additions ot the list.
Yet to define them..
|
2015-02-23 09:45:20 +05:30 |
|
Hemanth.HM
|
8b64e270ee
|
init0
|
2015-02-22 21:39:35 +05:30 |
|