Replies: 2 comments
|
Hi Chris. F# Type Providers are a cool feature and someday I'd like to do something like that. Unfortunately it requires a full EC# compiler, which is not nearly ready at this time. |
0 replies
|
I should add that you can, of course, use EC# as-is (LeMP) to generate classes/structs in various ways. F# type providers are more sophisticated, particularly as they can generate "virtual" types that don't exist at runtime. EC# limits you to creating "real" types and you may have to indicate explicitly which types you want to create (instead of them being created magically when you use them) - even so it's pretty useful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
f#'s typeproviders are really cool stuff but i miss it in c# so why not implement it in ec#?
All reactions