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

Move into FSharp.Core? #7

Closed dsyme closed 7 years ago

dsyme commented 7 years ago

@jbtule Should we be moving this implementation into FSharp.Core? Perhaps requiring an explicit

open FSharp.Core.Dynamic

We would require an F# language suggestion and RFC for this.

Just wondering what you and others think

Thanks Don

jbtule commented 7 years ago

I don't think so, right now it's wrapping Dynamitey which is wrapping Microsoft.CSharp. I don't think FSharp.Core wants a dependency on Microsoft.CSharp, right?

dsyme commented 7 years ago

@jbtule That's correct, good point.