fsprojects / FSharp.Interop.Dynamic

DLR interop for F# -- works like dynamic keyword in C#
https://fsprojects.github.io/FSharp.Interop.Dynamic/
Apache License 2.0
95 stars 14 forks source link

Operators and function name adjustments #10

Closed jbtule closed 6 years ago

jbtule commented 7 years ago

Adding ?operator? operators using the DLR Renaming utility functions for cleaner more obvious API

jbtule commented 7 years ago

I added Arithmetic and Bitwise Operators, as well as some comparison operators. Also made some of the dynamic interop functions cleaner and now under the Dyn module. #8