Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-15 Thread Dale Schumacher
A while ago, I wrote up a few examples of functional and reactive (actor-based) techniques using JavaScript. Perhaps they will add something to this discussion. http://www.dalnefre.com/wp/2017/01/same-fringe-revisited/ On Sat, Aug 12, 2017 at 11:20 AM, Owen Densmore wrote:

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-12 Thread Owen Densmore
Great info, thanks. A few constraints: - I've finally gotten back to Write & Run JavaScript, no transpiling. - My workflow also is simplified: only npm scripts possibly using a node script. - I run a local hot-loading node http server so Write & Run is automatic. All managed by a npm script.

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Marcus Daniels
. Marcus From: Friam <friam-boun...@redfish.com> on behalf of Owen Densmore <o...@backspaces.net> Sent: Friday, August 11, 2017 9:42:15 PM To: The Friday Morning Applied Complexity Coffee Group Cc: Wedtech Subject: Re: [FRIAM] Classes, Complexity, and Functional Programming – K

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Owen Densmore
---------- > *From:* Friam <friam-boun...@redfish.com> on behalf of Owen Densmore < > o...@backspaces.net> > *Sent:* Friday, August 11, 2017 10:19:05 AM > *To:* Wedtech; Complexity Coffee Group > *Subject:* [FRIAM] Classes, Complexity, and Functional Programming –

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Marcus Daniels
M] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium Interesting timing. Although I don't do much software development these days, I've been fiddling around with Clojure off and on for the last few years. I conceptually like the ideas behind it, but it takes immutability

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Gary Schiltz
Interesting timing. Although I don't do much software development these days, I've been fiddling around with Clojure off and on for the last few years. I conceptually like the ideas behind it, but it takes immutability to more of an extreme than I feel is necessary (e.g. unless you use its

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Marcus Daniels
net> Sent: Friday, August 11, 2017 10:19:05 AM To: Wedtech; Complexity Coffee Group Subject: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium ​I know, I know, functional programming is as fun as hitting your head with a brick. But this article does a nice job of

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Marcus Daniels
ty Coffee Group Subject: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium ​I know, I know, functional programming is as fun as hitting your head with a brick. But this article does a nice job of showing how functional programming is very Self-like: ​​ h

Re: [FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Russ Abbott
Can't resist. I've been in love with functional programming for years. I teach an introductory Haskell class. My goal is to get students to think at a higher level that functional programming facilitates. P.S. The link in Owen's message wasn't created properly. Here's a correction:

[FRIAM] Classes, Complexity, and Functional Programming – Kent C. Dodds – Medium

2017-08-11 Thread Owen Densmore
​I know, I know, functional programming is as fun as hitting your head with a brick. But this article does a nice job of showing how functional programming is very Self-like: ​​ https://me ​​ dium.com/@kentcdodds/classes-complexity-and-functional-programming-a8dd86903747 ​It's objects and