The purpose of this post is to mention where the F# language, compilation and editing support in Xamarin Studio comes from and how you can contribute to this tooling (and the same for Emacs too), and is posted on behlaf of Dave Thomas, a major F# commuity contributor. As many readers will know, F# is … Continue reading Contributing to IDEs
Tag: Emacs
F# Community Code Sprint this Saturday in London
The London F# community are holding an F# Community Code Sprint this Saturday in London. Informal and fun! Why code sprints ? You want to learn about F#, not just by the book, but by getting the expert’s trick as well ? You already know F# and would like to help the community, but … Continue reading F# Community Code Sprint this Saturday in London
F# Emacs Integration
The F# Open Source Group has developed a super-powerful F# Emacs mode, including Intellisense auto-completion, errors-in-current-file, go-to-definition and tooltip support for types/documentation for functions etc. This brings much of the power of F# visual editing to a more traditional (and very widely used) text-editor environment, across multiple platforms, and supports F# 3.0 including type providers … Continue reading F# Emacs Integration
Updated the F# mode for Emacs
Laurent Le Brun has updated the F# mode for Emacs. Enjoy! If you haven't tried it yet, here are the main features: Syntax highlighting. Indentation. The mode knows where blocks begin and end, and tries to correctly indent your code. F# Interactive support. You can easily send your code to fsi and get the result. … Continue reading Updated the F# mode for Emacs