Thinking in F#

Husband, Father and VP of Engineering at Emmersion, Founder Software Craftsmanship Atlanta
Mar. 17, 2014
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
Thinking in F#
1 of 12

More Related Content

What's hot

3. research3. research
3. researchbronparsons
2006 Roughness2006 Roughness
2006 RoughnessBrian Ballan
Mathematics in sportsMathematics in sports
Mathematics in sportsDaffodil International University
Basic things about tennis and basketballBasic things about tennis and basketball
Basic things about tennis and basketballrandallhernandezleiva891
Prof. Ledbetter's play-by-play notesProf. Ledbetter's play-by-play notes
Prof. Ledbetter's play-by-play notesWelch Suggs
Variations Of Basketball For Family FunVariations Of Basketball For Family Fun
Variations Of Basketball For Family FunAce Surfaces, Inc

Viewers also liked

Using Rhino Mocks for Effective Unit TestingUsing Rhino Mocks for Effective Unit Testing
Using Rhino Mocks for Effective Unit TestingMike Clement
Put the Tests Before the CodePut the Tests Before the Code
Put the Tests Before the CodeMike Clement
Software Craftsmanship and Agile Code GamesSoftware Craftsmanship and Agile Code Games
Software Craftsmanship and Agile Code GamesMike Clement
Play to Learn: Agile Games with Cards and DicePlay to Learn: Agile Games with Cards and Dice
Play to Learn: Agile Games with Cards and DiceMike Clement
Transformation Priority Premise: TDD Test Order MattersTransformation Priority Premise: TDD Test Order Matters
Transformation Priority Premise: TDD Test Order MattersMike Clement
Power of Patterns: Refactoring to (or away from) PatternsPower of Patterns: Refactoring to (or away from) Patterns
Power of Patterns: Refactoring to (or away from) PatternsMike Clement

Similar to Thinking in F#

Python Homework HelpPython Homework Help
Python Homework HelpPython Homework Help
JAVA QUESTIONUsing onlyClasses, arrays, reading files, loops, .pdfJAVA QUESTIONUsing onlyClasses, arrays, reading files, loops, .pdf
JAVA QUESTIONUsing onlyClasses, arrays, reading files, loops, .pdfhardjasonoco14599
Computer Science Homework HelpComputer Science Homework Help
Computer Science Homework HelpProgramming Homework Help
Hello- I don't understand how this question works and the solution doe.pdfHello- I don't understand how this question works and the solution doe.pdf
Hello- I don't understand how this question works and the solution doe.pdfMattCu9Parrd
Jeff parkeredu653bowlingJeff parkeredu653bowling
Jeff parkeredu653bowlingJeffPCMU
MAPEH PE Mod3.pdfMAPEH PE Mod3.pdf
MAPEH PE Mod3.pdfAlejandroSantos843387

More from Mike Clement

Collaboration Principles from Mob ProgrammingCollaboration Principles from Mob Programming
Collaboration Principles from Mob ProgrammingMike Clement
Focus on Flow: Lean Principles in ActionFocus on Flow: Lean Principles in Action
Focus on Flow: Lean Principles in ActionMike Clement
Taming scary production code that nobody wants to touchTaming scary production code that nobody wants to touch
Taming scary production code that nobody wants to touchMike Clement
Develop your sense of code smellDevelop your sense of code smell
Develop your sense of code smellMike Clement
Maps over Backlogs: User Story Mapping to Share the Big PictureMaps over Backlogs: User Story Mapping to Share the Big Picture
Maps over Backlogs: User Story Mapping to Share the Big PictureMike Clement
Escaping the Pitfalls of Software Product DevelopmentEscaping the Pitfalls of Software Product Development
Escaping the Pitfalls of Software Product DevelopmentMike Clement

Recently uploaded

Announcing InfluxDB ClusteredAnnouncing InfluxDB Clustered
Announcing InfluxDB ClusteredInfluxData
GDSC Cloud Lead Presentation.pptxGDSC Cloud Lead Presentation.pptx
GDSC Cloud Lead Presentation.pptxAbhinavNautiyal8
Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...
Improving Employee Experiences on Cisco RoomOS Devices, Webex, and Microsoft ...ThousandEyes
sap.pptxsap.pptx
sap.pptxSAP
Mule Meetup Calgary- API Governance & Conformance.pdfMule Meetup Calgary- API Governance & Conformance.pdf
Mule Meetup Calgary- API Governance & Conformance.pdfNithaJoseph4
The Ultimate Administrator’s Guide to HCL Nomad WebThe Ultimate Administrator’s Guide to HCL Nomad Web
The Ultimate Administrator’s Guide to HCL Nomad Webpanagenda

Thinking in F#

Editor's Notes

  1. Start here. Do the simplest thing that works.Can F# help me with this?
  2. Have the room count off
  3. Currying is built on the principle that each argument actually returns a separate function, which is why calling a function with only part of its parameters returns another function.