Blog articles of New York City F# User Group

0
comment
comment
on 7/5/2012 11:53 AM
A bit more C#/.NET generics research project history.
Attached is the "Ext-VOS" white paper from back in 1999. We passed this around to many Project-7 members at the time.
Way back in the dark, dark days of object-oriented fundamentalism (i.e. the 1990s), for the big, typed languages like Java there were no function values, no delegates, no closures. There were no generic types, no tuple types, no Task<T>, no IEnumerable<T>, no IQueryable<T>, no List<T>, no Dictionary<Key,Value>. There was no LINQ, and cou[...]
0
comment
comment
on 7/3/2012 3:25 PM
Ein neues F# Buch, auf Deutsch http://entwickler-press.de/ep/psecom,id,2,buchid,239.html
Mit Visual Studio 2010 hielt eine neue Programmiersprache in der .NET-Welt Einzug: F#. Das Stadium der Forschungssprache hat F# hinter sich gelassen und stellt Ihnen mit seinem hybriden Ansatz Möglichkeiten zur Verfügung, die weit über das Können anderer .NET-Sprachen hinausgehen. Die objektorientierte Welt ist sogar besser als in C# unterstützt und die funktionale Programmierung eröffnet in vielen Bereichen neue und[...]
0
comment
comment
on 6/26/2012 8:57 AM
Another history email, discovered while poking around for some old image files. There are some other entries in this series here.
In any case, In 2004 I sent around a note to our research lab about our coding work on .NET generics. It began:
I am enormously relieved to announce that the Cambridge Generics team (Andrew, Claudio and myself) have essentially finished all of our coding work and bug fixing for the Whidbey Beta 1 release of the Common Language Runtime (which is included in the .NET Framework, Vi[...]
0
comment
comment
on 6/19/2012 6:45 AM
There is a very nice online book called "The F# Survival Guide", previously hosted at ctocorner.com. Unfortunately, for some reason that site is no longer available. Several F# community members have tried to work out why, but so far to no avail.
In any case, the book is HTML and the most recent version is available at the internet archive web.archive.org. So if you're looking to read it, here is a link to an archived edition of The F# Survival Guide.
Don
0
comment
comment
on 6/19/2012 4:01 AM
Regular readers of my blog will know that from time to time I post some historical notes related to the research projects I've been involved in at Microsoft Research.
Recently, I was asked some historical questions about our work on .NET Generics in 2001. To help frame an answer, I thought I'd post one of our research project outputs from 2001 as part of the .NET Generics project.
The attached document is the "GC#" (Generic C#) language design specification from December 2001, written by the Microsoft Re[...]
About this group
- Founded: 7/22/2011
- Owners: Adam Granicz, Rick Minerich
- Members: 3
- Past events: 3
- Upcoming events: 0 Log in to join
Featured company
![]() | IntelliFactory 0 upcoming events |
Latest blog articles by nyc-fsharp (see all)
- Applications for Researcher and Postdoc positions at Microsoft Research
- Slides for "Succeeding with Functional-First Programming in Finance"
- Applications for Researcher and Postdoc positions at Microsoft Research
- Slides for "Succeeding with Functional-First Programming in Finance"
- Slides for "Making Magic with F# Type Providers" at NDC London
- Slides for "Making Magic with F# Type Providers" at NDC London
- Putting the F# in Finance with Xenomorph TimeScape: A World of Financial Data at your Fingertips, Strongly Tooled and Strongly Typed
- How to contribute to the F# support in Xamarin Studio, Emacs and more
- Putting the F# in Finance with Xenomorph TimeScape: A World of Financial Data at your Fingertips, Strongly Tooled and Strongly Typed
- How to contribute to the F# support in Xamarin Studio, Emacs and more
- F# in Finance - London - 25 Nov 2013
- F# Type Provider for MATLAB - Feedback requested, contributions welcome
- F# Deep Dives - Chapter 4 - Financial Programming
- F# Deep Dives - Early Access Program
- F#/C# jobs in Machine Learning + Data Tools, Microsoft Research, Redmond
- Tonight at F#unctional Londoners: More Machine Learning Hands-on with F#
- FSCL - Compiling F# to OpenCL for High-Performance over Multi-core and Many-core devices
- FunScript - F# to Javascript leveraging TypeScript metadata
- F#/C# positions in Brighton
- Senior F# Job in User Interface/Finance in London
- Does the language you use make a difference? - Code metrics for "functional-first" v. "object-first" code
- F# London Meetup, Thursday: Machine Learning Hands On with F#
- Using Riak MapReduce with F#
- Miguel de Icaza discusses Xamarin support for F# on Channel 9
- Tonight at the F# New York City Meetup: F# MVC for WPF with Dmitry Morozov
- F# and QuantLib: An Introduction
- On Today: Online Event: Rachel Reese - Getting Started with F#
- Learn F# in New York - Fast Track to F# with Tomas Petricek, 30 April - 1 May
- Learn F# - Hands On: This Thursday, London F# Meetup
- F# testimonials on fsharp.org
- "Stati-C/AL Supervision – static analysis for Microsoft Dynamics NAV"
- The F# Weekly #13
- Thursday at F# London Meetup: The F# 3.0 SQL Server Type Provider - Very Cool, and Very Useful, plus F# 3.0 Dynamics CRM Type Provider
- Does the language you choose make a difference?
- Are you working with QuantLib and F#?
- Using a Java Framework with F#: The Stanford Parser for NLP
- F# Community Code Sprint this Saturday in London
- Tonight at The SF Bay Area F# Meetup: "Functional Data Structures: Practical F# Applications"
- This Monday at the SF Bay Area F# Meetup: Building a customizable business rules engine with F#
- Late reminder: New York City F# Meetup Tonight - F# in the Cloud with George Stavroulakis of the {m}brace team
- Math.NET Numerics v2.3.0 released, with improved F# support
- Expert F# 3.0
- MSR Silicon Valley, Tuesday 3pm - Reconsidering Strongly Typed Programming Languages for the Information-Rich World
- Community for F# Online Meetup - "The F# Foundation" with Tomas Petricek and Phil Trelford - Thursday Nov 8 2012
- F# Talk at NVIDIA Global Technology Conference 2012 - "New Generation GPU Accelerated Financial Quant Libraries"
- The F# 3.0 Freebase Type Provider Sample – Integrating Internet-Scale Data Sources into a Strongly Typed Language
- New Tech Report from Microsoft Research: Strongly-Typed Language Support for Internet-Scale Information Sources
- Announcing F# Tools for Visual Studio Express 2012 for Web!
- Sneak preview
- Microsoft Codename “Cloud Numerics” Lab Refresh
- Exploring the Online Templates: Creating a Web API with F# and ASP.NET
- Announcing "Data Driven Functional Programming 2013" Workshop at POPL, Submission Date: Oct 8 2012
- CFP: First Workshop on Programming the Semantic Web - PSW
- ICFP Programming Contest starts tomorrow
- How to reference F# in a research paper?
- Getting Started with Math.NET and F# Programming
- More C#/.NET Generics Research Project History - The MSR white paper from mid-1999
- F# - Einstieg und praktische Anwendung, Oliver Sturm
- Cross Posted: Online Training Course for F#
- Updated version of "TrueSkill Through Time" Bayesian Inference Code
- More Hadoop+F# Goodness
- Force-Directed Graph Layout in HTML5 with F# and WebSharper
- Next F# New York City Meetup: Tomas Petricek on F# applications - From Domain Model to User Interface
- TouchDevelop, from Microsoft Research
- Is Javascript code always so full of bugs?
- F#/C# Contract Position for Silverlight/HTML 5 User Interface Development at Microsoft Research, Cambridge, UK
- First F# Seattle Meetup This Saturday, Redmond
- London F# Meetup Group this Thursday: Pacman Kata
- F# 3.0 at TechDays France, Feb 7, Paris!
- F#, WebSharper, JavaScript, HTML5, Mobile etc.
- F# Training in London in January and February: Functional Programming in .NET and Real World F# Programming
- Microsoft Releases Local, Distributed and Cloud Numerics Library, with F# Samples
- Come and work with the F# group at Microsoft Research in Cambridge!
- Some F# Programming Jobs in London
- New York City F# Meetup Group: High Performance F#, in .NET and on the GPU with Jack Pappas, Tuesday, November 29, 2011, 6:30 PM
- F# agents with timeouts
- Updates to the August 2011 F# 2.0 Compiler Code Drop
- StatFactory: FCore maths & statistics library, designed for use with F#
- Tonight at F#unctional Londoners: Byron Cook: Proving program termination with F#
- MonoDevelop User Voice: Vote for Full F# Support
- Job at MSR Cambridge: Infer.NET
- Progressive F# Tutorials at SkillsMatter, London, Thu-Fri This Week
- Potential Post-PhD and Internship Positions in Web-Delivered, Data-Rich Cloud Programming
- How to let other teams at Microsoft know how they can support F# better
- Please submit, vote on and discuss F# and Visual Studio features
- Today's the day to say it.... I'm an Apple II kid
- F# 2-Year Contract Position for Biological Modelling Language Development
- The MSR Cambridge Research Games Team invite you to play Blotto
- F# presentation - F# Eye for the C# Guy
Group tags
- f# × 33
- clojure × 14
- functional × 14
- haskell × 14
- scala × 11
- erlang × 6
- c# × 4
- .net × 3
- agile × 3
- ocaml × 3
- websharper × 3
- ddd × 2
- exchange × 2
- java × 2
- javascript × 2
- neo4j × 2
- nosql × 2
- scheme × 2
- skillsmatter × 2
- alt.net × 1
- android × 1
- architecture × 1
- async × 1
- bdd exchange × 1
- blazehtml × 1
- cassandra × 1
- clean × 1
- codeken × 1
- coffeescript × 1
- common lisp × 1
- continuous delivery × 1
- finance × 1
- fractureio × 1
- grails × 1
- groovy × 1
- html × 1
- html5 × 1
- islisp × 1
- jquery × 1
- jvm × 1
- lisp × 1
- load testing × 1
- lua × 1
- metro style × 1
- microsoft × 1
- mongodb! × 1
- ninja × 1
- ouya × 1
- package management × 1
- prog × 1
- projects × 1
- python × 1
- qcon × 1
- racket × 1
- reactive extensions × 1
- restful × 1
- riak × 1
- rx × 1
- scalability × 1
- tdd × 1
- test × 1
- titanium × 1
- unit testing × 1
- user group × 1
- web × 1
- web services × 1
- winrt × 1
![]() |
Copyright (c) 2011-2012 IntelliFactory. All rights reserved. Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy |
Built with WebSharper |