Code Execution with Pre-trained Language Models
FP^2: Fully in-Place Functional Programming (TR)
Don Teaches Guido F#
https://aka.ms/dotNETConfFocusFSharp Tune in for a fun, interactive, and fascinating session with two programming language creators. Guido van Rossum, creator of Python, learns F# from scratch from the creator of F#, Don Syme!
Functional-first programming in an information-rich world
We live in an increasingly the complex and information-rich world that provides huge opportunities for programmers to thrive, explore and create exciting applications. Functional first programming approaches offer the ability to develop simple, correct, robust…
Copilot for Pull Requests
Pull requests are a central part of the GitHub user experience. Copilot for PRs brings the power of Copilot to the PR experience, to help you write better PR descriptions, and to help your team…
The F# Path To Relaxation – Don Syme
Born in a lab, matured in the enterprise, and now fully baked as an open-source, cross-platform, professionally-supported language: the F# journey has always been about reconciling the apparently irreconcilable. Javascript and .NET, Linux and Windows,…
Functional data that adapts to change
Functional data is simple, safe and productive, right! However, it’s also immutable, requiring recomputation when change happens. And change is everywhere…. In this talk, I’ll describe how the same patterns used for functional data can…