forked from fsprojects/zarchive-fsharpbinding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (33 loc) · 1.35 KB
/
README
File metadata and controls
47 lines (33 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# F# Language Binding for MonoDevelop
Adds F# project support and allows you to code in F# in MonoDevelop. Can create such projects as:
* Console Application
* Library
* Tutorial Project
* Gtk Project
Supports the following features:
* Code completion
* Highlighting
* Tooltips
* Debugging
For more information about F# and code examples see these links:
- http://fsharp.net
- http://tryfsharp.org
- http://fssnip.net
- http://fsharp.github.com
You can also visit the wiki page at https://github.com/fsharp/fsharpbinding/wiki
Requires MonoDevelop 3.0 and later versions
## Installation
On Mac and Linux, first build or install [the F# 3.0 compiler (open source edition)](http://fsharp.github.com/fsharp) if 'fsharpc' is not on your command line.
Then install the F# Language Binding via the MonoDeveop Add-in manager.
MonoDevelop
--> Add-in manager --> Gallery
--> Language Bindings --> F# Language Binding
Then do this:
MonoDevelop
--> Options/Preferences --> Source Code --> Code Formatting --> Text File --> Convert tabs to spaces
For more information about F# and code examples see these links:
* http://fsharp.net
* http://tryfsharp.org
* http://fssnip.net
## Contribute
Join [The F# Open Source Group](http://fsharp.github.com). We use [github](http://fsharp.github.com/fsharpbinding) for tracking work items and suggestions.