The following is an incomplete list of features that have not been tested or don't work outright.
If the feature you need is in this list let me know that you want it. If it works, it is a fluke.
I am working to implement as much of below as possible.
Expressions
- Anything not allowed by the F# compiler inside a quoted expression
- Complex match statements (might work, untested)
- ForTo for anything other than int
- Returning a tuple with more than 1 element
Classes
- Explicit constructors
- Interfaces
- Inheritance
Types
- List
- Sequence
- Options
- Lazy
- Structural Comparison
- Default equality (will work in some cases)
Arrays
.Net Framework
- Garbage Collector
- Pretty much everything