Viewing 0 current events matching “f#” by Date.

Sort By: Date Event Name, Location , Default
No events were found.

Viewing 3 past events matching “f#” by Date.

Sort By: Date Event Name, Location , Default
Monday
Jun 8, 2009
Portland Functional Programming Study Group: F# with Jason Mauer
CubeSpace [ *sniff* out of business 12 June 2009]

A study/user group exploring the world of functional programming based in Portland, Oregon. The group welcomes programmers interested in all functional languages, including Haskell, Erlang, OCaml, Scala, and others. The group meets regularly and provides presentations, demos and discussions applicable to all skill levels, from newbies and experts. The meetings are usually on the second Monday of the month.

F#

Abstract: F# is a typed functional programming language for the .NET Framework, based on OCaml. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# tackles difficult development issues with ease, such as asynchronous programming and concurrency. Bask in the elegance of succinct, declarative code. Featuring the latest bits from Visual Studio 2010 Beta 1 -- don't miss it!

Speaker: Jason Mauer is a Senior Developer Evangelist with Microsoft covering the Pacific Northwest. He has been with Microsoft for 8 years, with a background in .NET application development, Web development, and game development with DirectX and XNA. Find him online at http://jasonmauer.com/ or on Twitter as @jasonmauer.

Website
Friday
Aug 22, 2014
Portland F# Meetup
Incomm Digital Solutions

Let's meet up and chat about F# in the web world.

Ryan Riley (@panesofglass) is a proud member of the Fightin' Texas Aggie class of ‘01, a Visual F# MVP, and Engineer for Tachyus, a start-up using F# to profoundly revolutionize the oil & gas industry. He runs the Community for F# virtual user group and serves on the management committee for the Open Web Interface for .NET (OWIN) specification.

F# on the Web

Most people think of F# as good at math or complex problem solving. It is actually a fantastic for a very wide array of tasks, including web programming, which helped the start-up Tachyus go from 0 to production in 12 weeks. In this talk, we'll compare and contrast a web application written in familiar C# patterns with various features provided by F#, including function composition, computation expressions (async), type providers, and active patterns. We'll also cover differences in application design patterns.

Since Ryan is remote, we're going to host this in Google Hangouts, so even if you're not able to physically make it to the hangout, come join us! It is going to be a great time. Looking forward to see everybody there!

Website
Monday
Jun 20, 2016
Hacking Web Stuff with F#
Lucky Labrador Tap Room

Ok, F#ers, got a special guest coming into town that would like to do some web stuff hacking, and thus...

Hacking Web Stuff with F#

In this hands on session, we'll have a look at two F# libraries for doing web stuff, both on the server-side and on the client-side. It will be hands-on, so make sure to bring a laptop with F#. For playing with Fable, you'll also need to have node installed! Suave for the server-side

Suave is a lightweight web-server for F# that lets you compose web applications or REST services from small, correct, asynchronous web parts. It lets you compose asynchronous web services with just a couple of lines of code. For more information check out www.suave.io or demos like the F# snippes web site.

Fable is an F# to JavaScript compiler that lets you use functional-first programming style on the web. It produces modern and clean JavaScript with minimal core library and source maps. It integrates well with modern JavaScript dev tools like node, WebPack and organizes code using ES6 modules.

Tomas is a computer scientist, book author and open-source developer. He wrote a popular book called "Real-World Functional Programming" and is a lead developer of several F# open-source libraries, but he also contributed to the design of the F# language as an intern and consultant at Microsoft Research. He is a partner at fsharpWorks (http://fsharpworks.com) where he provides trainings and consulting services. Tomas recently submitted his PhD thesis at the University of Cambridge focused on types for understanding context usage in programming languages, but his most recent work also includes two essays that attempt to understand programming through the perspective of philosophy of science.

Website