0

Quotations Visualizer for F# 1.1.13.8

Tomáš Petříček | publikováno 14. února 2007

Quotation Visualizer is my tool that shows visual representation of F# quotations. Stephen noticed (Thanks!) that Quotation Visualizer doesn't compile with the latest version of F# (1.1.13.8), s...


0

Compiling Texy! with Phalanger

Tomáš Petříček | publikováno 12. února 2007

Texy! [1] is a convertor from text format (similar to formats used in some wiki applications) to valid XHTML code written in PHP. The syntax is described at Texy! web page [2]. Unfortunately, it...


0

Can't return anonymous type from method? Really?

Tomáš Petříček | publikováno 23. ledna 2007

One of the new features introduced in C# 3.0 which will be available in Visual Studio "Orcas" (currently in CTP version) is anonymous type. Anonymous type is something very similar to tuple type...


0

Phalanger has a new website!

Tomáš Petříček | publikováno 14. ledna 2007

As you may know, I became new project lead for the Phalanger project [^]. Phalanger was started as a project at Charles University (where I'm studying) by Tomas Matousek, Ladislav Prosek and 4...


0

F# presentation at Czech .NET Group meeting

Tomáš Petříček | publikováno 14. listopadu 2006

On 2nd of November I did a presentation on F# and functional programming at the Czech .NET User Group meeting. Because I spent quite a lot of time with puting the presentation together I wanted t...


0

Concepts behind the C# 3.0 language

Tomáš Petříček | publikováno 15. října 2006

One of the lectures that I attended last year was Programming Methodology and Philosophy of Programming Languages. The lecture was mostly about history of programming languages and how several feat...


0

F# metaprogramming and classes

Tomáš Petříček | publikováno 14. října 2006

F# quotations allows you to easily write programs that manipulate with data representation of program source code. If you're not familiar with quotations I recommend reading my previous articl...


0

F# quotations visualizer - reloaded!

Tomáš Petříček | publikováno 1. října 2006

Some time ago, I wrote an article about useful utility called F# quotations visualizer. This utility can be used to show visual representation of F# quotations, that can represent (subset of) sou...


0

F# CodeDOM Provider on the CodePlex

Tomáš Petříček | publikováno 23. srpna 2006

You probably already saw my post regarding CodeDOM generator for the F# language and how to use it with ASP.NET. To make it more accessible for everyone, I created project at the new Microsoft comm...


0

ASP.NET web applications in F#

Tomáš Petříček | publikováno 13. srpna 2006

CodeDOM (Code Document Object Model) is set of objects (located in System.CodeDom namespace) that can be used for representing logical structure of .NET source code. These classes are used for ...

1 2 3 4 5 6 7 8 9