hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.59k stars 1.02k forks source link

missing factory function? #101

Closed stevemao closed 7 years ago

stevemao commented 8 years ago

factory is a function for creating other objects (functions).

jethrolarson commented 8 years ago

I don't really see factory as a functional term. Anyone else disagree?

klioen commented 8 years ago

it's a design pattern in oop

jethrolarson commented 8 years ago

Yeah. I get that. Partial application is essentially the equivalent thing, I think.

On Tue, Aug 16, 2016, 8:57 PM klioen notifications@github.com wrote:

it's a design pattern in oop

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/hemanth/functional-programming-jargon/issues/101#issuecomment-240307324, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-4JKAkPJ9HRYeGSyshT1dLS1-2FuIks5qgoaegaJpZM4Jjywu .

hemanth commented 8 years ago

Partial application is essentially the equivalent thing

^