From f1028282b333744082dc016adf6c6def97c1e468 Mon Sep 17 00:00:00 2001 From: Bryan Coutts Date: Mon, 3 Oct 2016 17:52:49 -0400 Subject: [PATCH] Added ehashman talk to events --- events.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/events.xml b/events.xml index 9facfd7..38c3f92 100644 --- a/events.xml +++ b/events.xml @@ -5,6 +5,31 @@ + + + +

+ The CSC will have its first talk of the term this Thursday, October + 6th. UW alumna and CSC member Elana Hashman will be giving a talk on + using functional programming languages (like Racket!) in industry, and + how some concepts from the more common object-oriented paradigm are + translated to the functional paradigm. The abstract for the talk is below. +

+
+ +

+ I transitioned from writing software in imperative, object-oriented + (OO) programming languages to doing functional programming (FP) + full-time, and you can do it, too! In this talk, I'll make a case for + using FP for real-world development, cover some cases where common FP + language features substitute for design patterns and OOP structure, + and provide some examples of translating traditional OO design + patterns into functional code. +

+
+
+