New England F# User Group / Developing WebSharper 2.0 Applications

Please RSVP for instructions on how to join the event.

Description

In this talk Anton will present a pre-release version of WebSharper 2.0 by developing and testing a small standalone JavaScript component. Anton will demonstrate that WebSharper 2.0 gives as much flexibility and runtime efficiency as coding JavaScript by hand, while also providing static typing, IDE integration and standard library support. We will have a look at using JavaScript idioms from within WebSharper, controlling the shape of the generated code, debugging, unit testing and deploying the components. Anton will also briefly mention the new optimizations available in WebSharper 2.0.

Content is not yet available

Anton Tayanovskyy (anton.tayanovskyy)

52.0k
Author Developer

Anton is currently working on WebSharper compiler at IntelliFactory.

Tweets

Skills

Anton's upcoming trainings

No events

Anton's past online trainings

Anton's blog posts

0
comment
on 6/6/2013 2:57 PM
Playing a bit more with generics, I stumbled upon some fairly compact combinators that can derive n-ary conjunctions from a binary conjunction. Here is a self-explanatory F# example (disregard the ugliness involved in F#'s lack of higher kinds, Haskell or[...]
.
0
comment
on 5/7/2013 3:04 AM
Chocolatey looks very useful - it lets you install software into PATH on Windows by one-liner commands from PowerShell. A poor-man's package manager.
.
0
comment
on 4/3/2013 6:35 PM
FAKE is a tool to automate your builds with F# scripts. Use the newly available FAKE boot workflow to get started quickly, automatically reference packages, and plug in your own build logic from NuGet. Starting from FAKE 2.1.173-alpha FAKE includes a new[...]
.
0
comment
on 3/29/2013 2:21 PM
Intended F# build workflow: start from an empty folder, write build.fsx, and run fake - and get anything building with software from NuGet. Draft Implementation  Discussion As we are using FAKE for scripting builds a little more at IntelliFactory, I co[...]
.
0
comment
on 3/27/2013 7:27 PM
Towards generic programming in F#: thoughts on generalizing the earlier combinators over records and unions... I wrote earlier a little post on combinators over records and unions. This approach in F# is still very attractive to me for defining various[...]
.

Anton's popular questions

IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us
Built with WebSharper