Commit graph

265 commits

Author SHA1 Message Date
Jethro Larson
9e54d2c5cf
Added link to polish translation
Thanks @Deloryn
2022-02-25 12:09:18 -08:00
Jethro Larson
b33ace04d4
Update readme.md 2020-09-23 14:34:01 -07:00
hemanth.hm
e5918a3449
Merge pull request #201 from mrtkp9993/patch-1
Turkish translation added in Haskell
2019-11-10 12:05:53 -08:00
hemanth.hm
c5d7a06acd
Merge pull request #202 from hemanth/dependabot/npm_and_yarn/eslint-6.6.0
Bump eslint from 3.19.0 to 6.6.0
2019-11-10 12:05:17 -08:00
dependabot[bot]
6aff845e88
Bump eslint from 3.19.0 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-29 13:30:02 +00:00
Murat Koptur
4371b6faf7
Update readme.md 2019-10-03 13:15:28 +03:00
James You
806f1fc48c update with python world translation 2019-08-26 22:02:27 -07:00
Jason Shin
c3c2687fad Adding Rust world
Hi, I've worked on a Rust world version of the Jargon project recently as a side project.

I think the Rust variation will be an interesting addition to the Functional Programming Jargon projects family for the following reasons
- Rust is gaining a lot of tractions
- Although it may seem like it supports functional programming features, it does not have Higher Kinded Type, currying, auto-currying and subtyping. functional-programming-jargon.rs provides workarounds to these problems
- An attempt to emulate the Haskell ecosystem in a system-level programming language
2019-08-26 22:01:25 -07:00
hemanth.hm
e7913f26da
FUNDING.yml 2019-07-20 16:00:46 +05:30
hemanth.hm
f6c67ceeb8
Merge pull request #198 from gibbok/patch-1
Adding fp-ts to the list of FP Libraries
2019-06-13 13:40:26 -07:00
GibboK
d08d06699a
Adding fp-ts to the list of FP Libraries
Adding fp-ts to the list of Functional Programming Libraries in JavaScript.
2019-06-12 21:44:54 +02:00
hemanth.hm
b0c6cbf9b8
Merge pull request #197 from flappyBug/patch-1
remove duplicated closure section
2019-06-07 09:21:19 -07:00
Hourann
0b36d325ad
remove duplicated closure section 2019-06-07 21:03:16 +08:00
0xflotus
f62ce4571f fixed two small errors 2019-04-24 08:32:03 -07:00
hemanth.hm
77f91176c5
Merge pull request #146 from stevemao/morphisms
Add more morphisms
2019-03-07 12:39:58 +05:30
Steve Mao
05d7e94d35
Merge branch 'master' into morphisms 2019-03-07 11:00:08 +11:00
hemanth.hm
feace35388
Merge pull request #192 from amilajack/patch-1
Remove WIP statement from README
2019-02-06 19:19:35 +05:30
hemanth.hm
d2529c2e33
Merge pull request #193 from emarukyan/master
fix contract function type in comments
2019-02-06 19:19:08 +05:30
Edgar
62bc8a59f5
fix contract function type 2019-02-06 12:49:39 +04:00
Edgar
b593d7c1ca
fix contract function return type 2019-02-06 12:47:20 +04:00
Amila Welihinda
c6dc8487e5
Remove WIP statement from README
This WIP statement was added 2 years ago. It seems like this project has reached a point of maturity I think it makes sense to remove this.
2018-12-26 18:25:45 -08:00
hemanth.hm
aea00f1338
Merge pull request #191 from MiroslavPetrik/patch-1
fix partial function `sum` example
2018-12-25 18:39:09 +05:30
Miroslav Petrik
7f6f412552
fix partial function sum example 2018-12-25 13:19:53 +01:00
hemanth.hm
ca37a0e6d4
Merge pull request #190 from hekmekk/refactor/totality-and-partial-function
Introduce 'function' section
2018-11-16 15:42:24 -08:00
Rea Sand
c710c2ec70 Merge branch 'master' of github.com:hemanth/functional-programming-jargon into refactor/totality-and-partial-function 2018-11-16 09:37:13 +01:00
Rea Sand
ead281f50e refactor: partial function - Minor adjustments 2018-11-11 13:59:02 +01:00
Rea Sand
c23510813e refactor: function - drastically shorten content 2018-11-11 13:52:26 +01:00
Rea Sand
ccd128abb5 refactor: function - rephrasing the last paragraph 2018-11-03 19:28:43 +01:00
Rea Sand
c878e19ca7 refactor: function - drop superfluous sentence 2018-11-03 18:48:52 +01:00
Rea Sand
5ee03c4877 chore: function - Add forgotten word 2018-11-03 18:42:54 +01:00
Rea Sand
0ce557945e chore: Remove inline comment 2018-11-03 18:39:52 +01:00
Rea Sand
1e8238608b refactor: function - more concise wording 2018-11-03 18:37:23 +01:00
Rea Sand
c77168a62c chore: Minor adjustments to function section 2018-10-29 09:51:19 +01:00
Rea Sand
321806908c refactor: Introduce function section
- dissolve totality section
- make partial function a top-level section
- reformulate content of partial function section
2018-10-20 14:49:39 +02:00
Rea Sand
0ebee1d815 fix: drop trailing whitespace 2018-10-19 12:57:45 -07:00
Rea Sand
11294984aa docs: consistently use Option instead of Optional 2018-10-19 12:57:45 -07:00
Rea Sand
a7e26ce756 fix: drop trailing whitespace 2018-10-18 11:59:54 +02:00
Rea Sand
e03612ea9e docs: consistently use Option instead of Optional 2018-10-18 11:57:50 +02:00
Bhavdeep Dhanjal
18a8507023 Add references to Immer and Fluture 2018-10-06 20:13:16 -07:00
hemanth.hm
f29944659c
Merge pull request #186 from PinkaminaDianePie/patch-1
Added info about function totality
2018-09-20 22:34:15 +05:30
Igor
9c3077f43a
Added info about function totality
Some examples of total/partial functions with general advices how to avoid partial functions
2018-09-20 17:10:22 +02:00
Dale Francis
b28cba25b8 Added reference to Crocks ADT library
crocks is a collection of popular Algebraic Data Types (ADTs) that are all the rage in functional programming. The main goal of crocks is to curate and provide not only a common interface between each type (where possible of course), but also provide all of the helper functions needed to hit the ground running.
2018-06-06 01:08:49 -07:00
hemanth.hm
4f747f68aa
Merge pull request #180 from jethrolarson/closure
Simplified closure definition #162
2018-04-11 09:46:46 +05:30
jethro larson
aeac2ee26f Simplified closure definition #162 2018-03-20 11:27:16 -07:00
hemanth.hm
b10eba9494
Merge pull request #179 from joelmccracken/patch-1
Fixed url for folktale
2018-01-14 16:55:55 +05:30
Joel McCracken
cc1cd09518
Fixed url for folktale
The other is on a domain that must be dead, because it was redirecting to some spammy nonsense.
2018-01-13 16:59:44 -05:00
Paweł Lula
951e888bd2 Fix Option example 2018-01-09 07:15:34 -08:00
Hemanth.HM
5dd81ec32c pre-commit hook for lint and TOC. 2017-12-10 12:02:38 +05:30
hemanth.hm
32c1c8d6d4
Merge pull request #176 from sphilee/patch-1
Add Korean translation
2017-11-15 14:22:01 +05:30
GH Lee
5842916f92
Add Korean translation
I am interested in functional programming paradigm.
So I made Korean translation for functional programming jargon.
Thanks for the good info. 😄
2017-11-15 14:59:37 +09:00