1 / 10

Antonio Cisternino Ricercatore Dipartimento di Informatica Università di Pisa

F#, il linguaggio funzionale-imperativo. Antonio Cisternino Ricercatore Dipartimento di Informatica Università di Pisa. Agenda. Il linguaggio F# Il toolset Demo F# bits F# interactive VSLab Applications and performances. F#. F# nasce come un port del linguaggio OCaml per .NET

galahad
Download Presentation

Antonio Cisternino Ricercatore Dipartimento di Informatica Università di Pisa

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. F#, il linguaggio funzionale-imperativo Antonio Cisternino Ricercatore Dipartimento di Informatica Università di Pisa

  2. Agenda • Il linguaggio F# • Il toolset • Demo • F# bits • F# interactive • VSLab • Applications and performances

  3. F# • F# nasce come un port del linguaggio OCaml per .NET • Don Syme lavora su un’estensione all’IL, ILX, per supportare l’interoperabilità tra linguaggi funzionali • Introduce nel mainstream della programmazione concetti studiati per 20 anni nell’accademia

  4. Caratteristiche • Type-inference • Stile di programmazione funzionale-imperativo • Influenzato da Haskell • Supporto per la meta-programmazione • Supporto OOP completo e diverso da OCaml • Integrazione completa in .NET • Il patten matching

  5. Il toolset • Integrazione in Visual Studio completa di IntelliSense • Type inference integrata nell’editor • Debugger .NET • F# Interactive!!! • Esecuzione da command line • Supporto per Mono

  6. Demo F#, il linguaggio funzionale-imperativo

  7. Applicazioni • Unmutable state -> concorrenza • Facilità di esprimere formule matematiche -> Scientific Computing • Interattività -> Scripting e system management

  8. F# on mono http://shootout.alioth.debian.org/u32q/which-programming-languages-are-fastest.php

  9. More information

  10. Conclusioni Per la prima volta dai tempi di Java ho guardato un linguaggio ed ho realizzato che era un salto, che non avrei più programmato volentieri in linguaggi usati fino ad allora e che mi sembravano molto espressivi. F# è l’anello mancante tra i linguaggi compilati e quelli dinamici. Antonio CIsternino

More Related