Celso Axelrud

Computer Science Experimentation

Saturday, December 25, 2010

WCF with F# interactive – Data Server example

›
Window Communication Foundation provides a runtime environment for services with the following characteristics: - Exposes CLR types as serv...
Wednesday, December 15, 2010

Agent based example using F# MailboxProcessor

›
Introduction The following simple example shows how to use F# Mailbox to develop an Agent (or Actor) based application. Each Agent is a s...
Monday, September 27, 2010

F# parallel programming using Agents

›
Consider a parallel program as a series of independent components that send and receive messages.This is referred as the agent model . Wh...
Thursday, September 23, 2010

Large-scale nonlinear optimization for F#

›
This blog shows how to use Ipopt ( https://projects.coin-or.org/Ipopt ) in F#. Ipopt (Interior Point OPTimizer) is a software package for l...
1 comment:
Tuesday, September 14, 2010

Graphics in F# interactive

›
The following script snippets present graphics functionalities available in FlyingFrog.Graphics namespace from FSharpForVisualization assemb...
2 comments:
Sunday, September 12, 2010

Vector, Matrix and Linear Algebra in F#

›
The following script snippets present the vector and matrix functionalities in Microsoft.Fsharp.Numerics namespace from Fsharp.PowerPack ass...
Saturday, September 11, 2010

F#- Introduction

›
F# is a first class language in .NET and Visual Studio together with C#, VB and C++. Solutions are created and debugged in the same way. Int...
‹
Home
View web version
Powered by Blogger.