From 9c7db060aabca598643c58ccd5759f9197b0ad7a Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Mon, 7 Apr 2014 16:33:21 +0200 Subject: [PATCH] links to our type provider talk --- overviews/macros/typeproviders.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overviews/macros/typeproviders.md b/overviews/macros/typeproviders.md index d062774091..d1ea4d5942 100644 --- a/overviews/macros/typeproviders.md +++ b/overviews/macros/typeproviders.md @@ -25,6 +25,9 @@ which means that both authors and users of public type providers will have to ad However, after macro annotations expand, the resulting code will no longer have any references to macro paradise and won't require its presence at compile-time or at runtime. +Recently we've given a talk about macro-based type providers in Scala, summarizing the state of the art and providing +concrete examples. Slides and accompanying code can be found at [https://github.com/travisbrown/type-provider-examples](https://github.com/travisbrown/type-provider-examples). + ## Type providers Type providers are a strongly-typed type-bridging mechanism, which enables information-rich programming in F# 3.0.