0
Concurrent programming with F# agents in London
Tomáš Petříček
| publikováno 23. listopadu 2010
If you live anywhere near London and are interested in F#, then you probably already follow
the F#unctional Londoners
group started by Carolyn Miller and Phil Trelford.
I gave a talk at the ...
0
Asynchronous C# and F# (III.): How does it work?
Tomáš Petříček
| publikováno 21. listopadu 2010
Some time ago, I started writing a series about the differences between the asynchronous model in F#
(in Visual Studio 2010) and the asynchronous language extensions for C# proposed at PDC 2010....
0
F# community on GitHub & MonoDevelop update
Tomáš Petříček
| publikováno 19. listopadu 2010
When I talked with Miguel de Icaza and Michael Hutchinson at the F# in Education
workshop some time ago, someone mentioned that it would be nice to have a clone
of the official F# code drop tha...
0
F# in MonoDevelop and cross-platform web sites & screencasts
Tomáš Petříček
| publikováno 16. listopadu 2010
About a week ago, I attended the F# in Education workshop in Boston. It was a great event
with many interesting people around. I believe that the workshop was very exciting for everyone who is
...
0
Asynchronous C# and F# (II.): How do they differ?
Tomáš Petříček
| publikováno 1. listopadu 2010
Anders Hejlsberg announced the support for asynchronous programming in the next version of C# announced at PDC 2010.
The extension looks very similar to F# asynchronous workflows (which are alrea...
0
Asynchronous C# and F# (I.): Simultaneous introduction
Tomáš Petříček
| publikováno 29. října 2010
One of the exciting new technologies that was announced at PDC 2010
is the support for asynchronous programming in C#. So what exactly is asynchronous programming?
Many applications today need ...
0
F# Parallel Extras (III.): Financial dashboard with cancellation
Tomáš Petříček
| publikováno 27. října 2010
In this article we'll look at several improvements that can be done to the Financial dashboard example
(originally from the Parallel Programming with Microsoft .NET book).
When I was translatin...
0
F# Parallel Extras (II.): Agent-based blocking queue
Tomáš Petříček
| publikováno 27. října 2010
In the previous article, we
briefly introduced the BlockingQueueAgent type and we used it to implement the
pipeline pattern (from Chapter 7 of Parallel Programming with Microsoft .NET)
us...
0
F# Parallel Extras (I.): Image pipeline using agents
Tomáš Petříček
| publikováno 27. října 2010
In a recent blog post series,
I wrote about parallel programming samples that accompany the
Parallel Programming with Microsoft .NET
book by patterns & practices group at Microsoft. The F# t...
0
Reactive, parallel and concurrent programming in F# (PADL 2011)
Tomáš Petříček
| publikováno 25. října 2010
Don Syme blogged about
a paper on the F# Asynchrounous Programming Model that I helped to write. Without any doubt,
the asynchronous programming features of F# are one of the reason for its su...