ObjectSharp Blogs

You are currently viewing

Justin Lee's Technology Blog


Languages, Languages, Languages!


Browse by Tags

VSLab - F# Visualization

Visual Studio Lab (VSLab) exploits the power of F# and its interactive top level to provide an interactive environment similar to MatLab and Mathematica, in which you can easily create Add-ins and interact dynamically with them inside Visual Studio. Moreover, Read More...

Links on F# Quotation

These are a few links I want to read later on F# Quotations. Quotations are similar to expression trees in C#, but more powerful. F# - Simple quotations transformation Practical F# Parsing: The Abstract Syntax Tree F# Quotations Samples on CodePlex F# Read More...