Commit graph

199 commits

Author SHA1 Message Date
Ruidy
80ba9ff8c1 init repo 2022-07-08 12:49:29 +02:00
Jerry Ling
f5b291f09b
Update readme.md 2022-07-04 12:51:57 -04:00
elfacu0
d3b3a6ffa0 Change semicolon position to match other examples
Similar cases in documentation start with ";[", as code style suggests
2022-03-25 08:58:17 -07:00
jethro larson
e29c4700b8 Improved some definitions and added examples 2022-03-02 12:37:29 -08:00
Tomáš Konrády
ffc2217e36 adding ramda-extension 2022-02-25 12:21:55 -08:00
Jethro Larson
6fbf5252a2
Added link to Haskel Russian translation
Thanks @epogrebnyak !
2022-02-25 12:13:17 -08:00
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
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
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
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
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
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
Miroslav Petrik
7f6f412552
fix partial function sum example 2018-12-25 13:19:53 +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
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
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
jethro larson
aeac2ee26f Simplified closure definition #162 2018-03-20 11:27:16 -07:00
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
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
Ikhoon Eom
622d06ef54 Add scala translation :-) 2017-11-13 08:23:11 -08:00
hemanth.hm
e47f3b9fe3
Merge pull request #172 from iangregor/patch-1
Add line after code block to fix inline code
2017-11-08 13:59:45 +05:30
Talasan Nicholson
ce3d8fca47
use object init shorthand for prod types 2017-11-08 01:10:39 -06:00
iangregor
bbd80f9623
Add line after code block to fix inline code
https://functional.works-hub.com/blog/Functional-Programming-Jargon 

The line below is shown instead of having the single backticks in the md rendered into inline code.

> The function \`\`\`addTo()\`\`\` returns a function(internally called \`\`\`add()\`\`\`), lets
2017-11-08 15:24:02 +10:00
Mitch Keenan
f6f0511100 Fixed inline code formatting in Closure Section 2017-11-07 07:43:49 -08:00
jethro larson
9d53306b52 Add definition for lens #166 2017-10-02 18:42:26 -07:00
TobiasRoland
7f91c1b022 "are" instead of "be"
... for a less pirate-sounding sentence.
2017-09-08 13:47:31 -04:00
trueproof
d8a5ab2349 redundant semicolon 2017-07-09 01:07:18 -07:00
trueproof
28aa73f0c6 missing semicolon 2017-07-04 14:48:42 +03:00
Wisnu Adi Nurcahyo
aed87fef7f Rollback file and add a link of Bahasa Indonesia translation 2017-06-15 18:17:10 +07:00
Wisnu Adi Nurcahyo
3e94a1a690 Add translation for Bahasa Indonesia 2017-06-15 16:50:44 +07:00
chocolateboy
aab4db75dd rm obsolete links
Remove links to [removed](4f869c86d9) TODO sections:

* Guarded Functions
* Traversable
2017-06-10 23:00:44 +00:00