0
Regions and navigation bar for F# in Visual Studio
Tomáš Petříček
| publikováno 1. ledna 2012
The beginning of a new year may be a good time for writing one lightweight blog
post that I wanted to publish for some time now. During my last internship with the
F# team at MSR, I did some wo...
0
F# Math (IV.) - Writing generic numeric code
Tomáš Petříček
| publikováno 27. listopadu 2011
Generic numeric code is some calculation that can be used for working with multiple different numeric
types including types such as int, decimal and float or even our own
numeric types (such ...
0
F# Math (III.) - Defining numeric types
Tomáš Petříček
| publikováno 24. listopadu 2011
In this article, we define an F# numeric type for calculating in the modular arithmetic (also called clock arithmetic)
[1].
Modular arithmetic is used for calculations where we want to keep a...
0
F# Math (II.) - Using matrices for graph algorithms
Tomáš Petříček
| publikováno 9. listopadu 2011
In the previous article of this
series, we looked at complex and BigRational, which are two
numeric types that are available in F# PowerPack. Aside from these two, the PowerPack
library al...
0
F# Math (I.) - Numeric types in PowerPack
Tomáš Petříček
| publikováno 2. listopadu 2011
In this article, we'll briefly look at two numeric types that are available in F# PowerPack.
The type complex represents complex numbers consisting of real and imaginary parts.
Both parts are...
0
F# Math - Numerical computing and F# PowerPack
Tomáš Petříček
| publikováno 2. listopadu 2011
This article is the first article of a series where I'll explain some of the
F# features that are useful for numeric computing as well as some functionality from
the F# PowerPack library. Most...
0
Windows 8 nově s WinRT
Václav Dajbych
| publikováno 16. září 2011
Windows 8 obsahuje nové API, Windows Runtime, které dovoluje používat HTML ke stejnému účelu jako XAML a JavaScript k totožnému záměru jako C#.
0
F# courses and talks (Autumn 2011)
Tomáš Petříček
| publikováno 26. srpna 2011
The end of the summer holiday season is getting closer. Luckily, I was in Prague last
week so I actually noticed there was summer this year!
After a few quiet months, the autumn is going to be qui...
0
Programming with F# asynchronous sequences
Tomáš Petříček
| publikováno 11. srpna 2011
In F#, we can represent asynchronous operations that do not block threads and eventually
return a value of type 'T using asynchronous workflows Async<'T>.
Asynchronous workflows can be easily c...
0
Real-World F# Articles on MSDN
Tomáš Petříček
| publikováno 10. srpna 2011
More than a year ago, Mike Stephens from Manning (who
was also behind my Real-World Functional Programming
book) asked me if I'd be interested in collaborating on a project for MSDN. The idea
w...