Skip to content

[Does not work yet] F# + type providers + black magic = meta-programming.

License

Notifications You must be signed in to change notification settings

71/StaticProvider

Repository files navigation

Static Provider

An F# type provider that executes your code directly.

The goal of this type provider is to make it possible to create other type providers right inside your code, without the need for an external library.

Eventually, it should also provide some compile-time metaprogramming features.

Current state

Development is indefinitely halted, since it is currently impossible to execute F# code using FSI on .NET Core, the targeted platform.

See: dotnet/fsharp#2407, fsharp/fsharp-compiler-docs#807

About

[Does not work yet] F# + type providers + black magic = meta-programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages