Archive for the ‘F#’ Category

F# With XNA Game Studio

Posted: April 5, 2011 in F#, Game Programming, Programming, XNA
Tags: ,

I’m currenly trying how to create XNA game with F# and the result is quite interesting :)  This experiment  was using Windows 7 x64, .NET 4.0, and XNA Game Studio 4.0 First step is creating F# Application using Visual Studio 2010 Then in your project expoler add references to XNA 4.0 libraries Write code below [...]

Getting Started with F# (Part I)

Posted: April 4, 2011 in F#
Tags:

Hi, now i’m learning new programming language from .NET Framework, it’s F#. This new language is different from other .NET languages such as C# or VB. F# is designed to be simple yet powerful. If we learn a new programming language, first step to do is how to print “hello world” :) and how to [...]