Gozala / hackalyst

Hack catalyst: Knowledge exchange community
9 stars 1 forks source link

Using functional javascript in production #11

Open Raynos opened 11 years ago

Raynos commented 11 years ago

Functional JS is kind of nice but it's really uncommon to use it in production.

How do people structure their application such that they can have lazy or immutable data structures and such that they can use real pure function.

Especially since the database still massively dominates real production applications and the DOM is far from functional.