SlideShare ist ein Scribd-Unternehmen logo
1 von 25
An Introduction to
        F#

            Horacio Nunez
   {hnh12358@gmail.com, horatio.info}
What is F#?
F# Interactive
F# 101 (less than 10 minutes!)
Walkthrough: Functional
Numerical Matrixes
Online Resources
F# is multi-paradigm
programming language targeting
      the .NET framework
functional
object oriented
imperative          F#
language oriented
Immutable values and data types
(No State => No Shared Memory)

let x = 10
x = 10 //<!-- boolean
High Order Functions
(functions can be parameters and
     results of other functions)
Type Inference
Think in C#’s var… everywhere
Declarative
Express the desired result, not the
        step-by-step recipe
Lazy Evaluation
Use values only when you really
             need it
Pattern Matching
The compiler “understands” types
Imperative
Mutable values and data types
(State => Probable Shared Memory)

let mutable x = 10
x <- 10
Object
Oriented
F# can consume and create OOP
        designs seamlessly
Keep in mind that…

F# becomes MSIL, hard
    to read, but MSIL
F# is fully supported in Visual
Studio except for GUI Designers
What is F#?
F# Interactive
F# 101 (less than 10 minutes!)
Walkthrough: Functional
Numerical Matrixes
Online Resources
What is F#?
F# Interactive
F# 101 (less than 10 minutes!)
Walkthrough: Functional
Numerical Matrixes
Online Resources
What is F#?
F# Interactive
F# 101 (less than 10 minutes!)
Walkthrough: Functional
Numerical Matrixes
Online Resources
Functional Abstractions for
    Numerical Matrixes
Have you ever tried to create a
Matrix of order Int32.MaxValue?
Out of Memory Exception!
Lets use a functional approach!
What is F#?
F# Interactive
F# 101 (less than 10 minutes!)
Walkthrough: Functional
Numerical Matrixes
Online Resources
ONLINE RESOURCES

Don Syme’ Blog (F# Designer)
http://blogs.msdn.com/b/dsyme/


Tomas Petricek's’ Blog
http://tomasp.net/

Weitere ähnliche Inhalte

Andere mochten auch

Functional Programming in F#
Functional Programming in F#Functional Programming in F#
Functional Programming in F#
Dmitri Nesteruk
 
Bicycle training for adults in the netherlands
Bicycle training for adults in the netherlandsBicycle training for adults in the netherlands
Bicycle training for adults in the netherlands
Mobycon
 
Standardized testing edf 2005
Standardized testing edf 2005Standardized testing edf 2005
Standardized testing edf 2005
Alex Eicher
 
Islam powerpint 2 FINAL
Islam powerpint 2 FINALIslam powerpint 2 FINAL
Islam powerpint 2 FINAL
Emily Sibley
 

Andere mochten auch (19)

Functional Programming in F#
Functional Programming in F#Functional Programming in F#
Functional Programming in F#
 
Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F# Get Functional on the CLR: Intro to Functional Programming with F#
Get Functional on the CLR: Intro to Functional Programming with F#
 
F# 101
F# 101F# 101
F# 101
 
F# Sample and Resources
F# Sample and ResourcesF# Sample and Resources
F# Sample and Resources
 
Microsoft F# and functional programming
Microsoft F# and functional programmingMicrosoft F# and functional programming
Microsoft F# and functional programming
 
Intro to Functional Programming
Intro to Functional ProgrammingIntro to Functional Programming
Intro to Functional Programming
 
Bicycle training for adults in the netherlands
Bicycle training for adults in the netherlandsBicycle training for adults in the netherlands
Bicycle training for adults in the netherlands
 
Cooperation and communication for a new bicycle policy
Cooperation and communication for a new bicycle policyCooperation and communication for a new bicycle policy
Cooperation and communication for a new bicycle policy
 
slideshow
slideshowslideshow
slideshow
 
Let's talk about-it-rovl
Let's talk about-it-rovlLet's talk about-it-rovl
Let's talk about-it-rovl
 
Standardized testing edf 2005
Standardized testing edf 2005Standardized testing edf 2005
Standardized testing edf 2005
 
Islam powerpint 2 FINAL
Islam powerpint 2 FINALIslam powerpint 2 FINAL
Islam powerpint 2 FINAL
 
Me go creative concept - visual quizer
Me go   creative concept - visual quizerMe go   creative concept - visual quizer
Me go creative concept - visual quizer
 
Cycling cultures - upbeat to a comparative study of human scale mobility
Cycling cultures - upbeat to a comparative study of human scale mobilityCycling cultures - upbeat to a comparative study of human scale mobility
Cycling cultures - upbeat to a comparative study of human scale mobility
 
Balance on the bike, an essay on the relationship between gender and cycling.
Balance on the bike, an essay on the relationship between gender and cycling.Balance on the bike, an essay on the relationship between gender and cycling.
Balance on the bike, an essay on the relationship between gender and cycling.
 
UEO-thon event
UEO-thon eventUEO-thon event
UEO-thon event
 
Comparison between the different types of the air. eng.mohamed abou yahia
Comparison between the different types of the air. eng.mohamed abou yahiaComparison between the different types of the air. eng.mohamed abou yahia
Comparison between the different types of the air. eng.mohamed abou yahia
 
Borderline
BorderlineBorderline
Borderline
 
نقاط+القوة+في+مشروع+النهضة+
نقاط+القوة+في+مشروع+النهضة+نقاط+القوة+في+مشروع+النهضة+
نقاط+القوة+في+مشروع+النهضة+
 

Ähnlich wie An Introduction to FSharp

What the math geeks don't want you to know about F#
What the math geeks don't want you to know about F#What the math geeks don't want you to know about F#
What the math geeks don't want you to know about F#
Kevin Hazzard
 
Functional Programming Fundamentals
Functional Programming FundamentalsFunctional Programming Fundamentals
Functional Programming Fundamentals
OleksiyTereshchenko
 

Ähnlich wie An Introduction to FSharp (20)

What the math geeks don't want you to know about F#
What the math geeks don't want you to know about F#What the math geeks don't want you to know about F#
What the math geeks don't want you to know about F#
 
Academia
AcademiaAcademia
Academia
 
F# Tutorial @ QCon
F# Tutorial @ QConF# Tutorial @ QCon
F# Tutorial @ QCon
 
Madrid F# Meetup: Introduction to F#
Madrid F# Meetup: Introduction to F#Madrid F# Meetup: Introduction to F#
Madrid F# Meetup: Introduction to F#
 
Practical F#
Practical F#Practical F#
Practical F#
 
Bay NET Aug 19 2009 presentation ppt
Bay  NET Aug 19 2009 presentation pptBay  NET Aug 19 2009 presentation ppt
Bay NET Aug 19 2009 presentation ppt
 
Introduction to F#
Introduction to F#Introduction to F#
Introduction to F#
 
F# for Trading NYC
F# for Trading NYCF# for Trading NYC
F# for Trading NYC
 
F# for Trading
F# for TradingF# for Trading
F# for Trading
 
F# and the DLR
F# and the DLRF# and the DLR
F# and the DLR
 
Build your own Language - Why and How?
Build your own Language - Why and How?Build your own Language - Why and How?
Build your own Language - Why and How?
 
TechDaysNL 2015 - F# for C# Developers
TechDaysNL 2015 - F# for C# DevelopersTechDaysNL 2015 - F# for C# Developers
TechDaysNL 2015 - F# for C# Developers
 
Creating Domain Specific Languages in F#
Creating Domain Specific Languages in F#Creating Domain Specific Languages in F#
Creating Domain Specific Languages in F#
 
F# and functional programming
F# and functional programmingF# and functional programming
F# and functional programming
 
Swift vs. Language X
Swift vs. Language XSwift vs. Language X
Swift vs. Language X
 
Functional Programming Fundamentals
Functional Programming FundamentalsFunctional Programming Fundamentals
Functional Programming Fundamentals
 
Vitalii Braslavskyi - Declarative engineering
Vitalii Braslavskyi - Declarative engineering Vitalii Braslavskyi - Declarative engineering
Vitalii Braslavskyi - Declarative engineering
 
Vitalii Braslavskyi "Declarative engineering"
Vitalii Braslavskyi "Declarative engineering"Vitalii Braslavskyi "Declarative engineering"
Vitalii Braslavskyi "Declarative engineering"
 
Intro f# functional_programming
Intro f# functional_programmingIntro f# functional_programming
Intro f# functional_programming
 
Pharo: A Reflective System
Pharo: A Reflective SystemPharo: A Reflective System
Pharo: A Reflective System
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

An Introduction to FSharp

Hinweis der Redaktion

  1. That’s a lot of responsibility for just one compiler!
  2. That’s a lot of responsibility for just one compiler!
  3. That’s a lot of responsibility for just one compiler!
  4. That’s a lot of responsibility for just one compiler!