F# Londoners is a meetup group that aims to bring together Londoners with an interest in programming with F#.
Topics include:
- Essentials of functional programming and F#
- Assessing what kind of projects F# is well suited for - or not
- Using F# alongside other languages and libraries
- Asynchronous and parallel programming
- Data visualisation
- Scientific programming
- Numerical methods and optimisation
- Financial modelling
As an affiliated user group of fsharp.org, the F# Software Foundation, we strive to build a great community of passionate people who care deeply about F#, and want to make our community a safe and welcoming place for everyone. We expect everyone attending our events to be respectful, open, and considerate, and to follow the F# Software Foundation Code of Conduct. If someone's behavior makes you feel uncomfortable or unsafe in any way, please report the issue by emailing conduct@fsharp.org.
Sorry, looks like F# Londoners haven't got any events scheduled for the moment!
Who's part of this group?
In order to view registered members you need to be logged in with a "confirmed" Skills Matter account!
If you haven't already done so click here to create a new account.Find the "confirmation instructions" email we sent you when you signed up and click on the "Confirm Account" link.
-
What’s new in F# 5.0 and 6.0?
Featuring Don Syme
In our first post-lockdown meetup, Don Syme will give an overview of the new features available in F# 5 and upcoming in F# 6, including:
f# interactive-notebooks task-builders package-references applicative-computation-expressions functional-programming f#-5 f#-6 -
Prisoner's Dilemma Coding dojo with Tomas Petricek
Featuring Tomas Petricek
We will spend the evening writing game strategies for the "iterated prisoner's dilemma" problem. This is a simple round-based game with two players. In each round, each player can choose to cooperate with or betray the other play. If you betray but the opponent cooperates, you win 3...
f# machine-learning. game-theory dojo -
Type-Safe Datatype-Generic Programming in F#
Featuring Nicholas Cowle
Datatype-generic programming is a powerful technique that allows you to parameterise your functions by the shape of the types that they are invoked with. A simple example of datatype-generic programming is a pretty-printer for arbitrary record types – it inspects the structure of the record type...
.net generics types f# -
GraphQL: May the Best API Win!
Featuring Jorge Gueorguiev Garcia
Jorge loves REST, but found GraphQL interesting and decided to investigate. After working on his first production GraphQL API, he has pitted them against each other in a bout over three rounds, to compare their qualities and advantages. May the best API win!
api f# graphql -
Geometric Algebra in F#
Featuring Andrew Willshire
Geometric algebra has been proposed as a unifying mathematical framework for physics. Proponents claim that it provides compact and intuitive descriptions in many areas including classical and quantum mechanics, electromagnetic theory and relativity. GA has also found use as a computational tool...
discovery geometric-algebra gm -
Introduction to Markov Chains in F#
Featuring Mariusz Wojcik
A Markov Chain is a stochastic model describing a sequence of possible events, in which the probability of each event depends only on the state attained in the previous event. There are many examples of Markov processes including Google's PageRank algorithm, thermodynamic models and automated...
f# functional -
Initial Algebras for the Uninitiated
Featuring Nick Cowle
The concept of the initial algebra, borrowed from Category Theory, is a simple but powerful one that allows you to completely separate the description and interpretation of your APIs. In this talk, we'll find out what exactly an initial algebra is, along with how to define and create your own...
category-theory f# functional -
Introduction to F#: The Turtle Tutorial with Luke Merrett
Featuring Luke Merrett
Workshop for those who would like to learn F# and functional languages in general, aimed at attendees who have a general knowledge of object-oriented languages like C#, Java, Python, JavaScript etc. Don't miss it!
f# beginner workshop intro-to-f# functional turtle-tutorial -
A Simple Bid Recommendation Engine Using FParsec and CodeDom
Featuring Mariusz Wojcik
Ever wondered how to parse formulas entered by the user, such as the ones you can find in Excel? Parser combinators to the rescue! Learn more at this month's F#unctional Londoners meetup!
parser parsing fparsec codedom f# functional