File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111Rhino.Scripting is a complete re-implementation of the original ** RhinoScript syntax** in and for F# (and C#).<br >
1212Before this repo, the high-level RhinoScript API was only available for VBScript and (Iron-)Python.<br >
1313This repo enables the use of the RhinoScriptSyntax in F# and C#<br >
14- together with all the great coding experience and editor tooling that come with F# and C#, like:
15- * automatic code completion while typing.
16- * automatic error checking and highlighting in the background.
17- * type info on mouse over.
18- * type safety even without type annotation (= type inference in F#).
14+ together with all the great coding experience and editor tooling that come with F# and C#, like:< br >
15+ - automatic code completion while typing.< br >
16+ - automatic error checking and highlighting in the background.< br >
17+ - type info on mouse over.< br >
18+ - type safety even without type annotation (= type inference in F#).< br >
1919
2020## What is RhinoScript?
2121
You can’t perform that action at this time.
0 commit comments