Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Latest commit

 

History

History
134 lines (104 loc) · 6.49 KB

README.md

File metadata and controls

134 lines (104 loc) · 6.49 KB

Scala Macros

This repository is a collection of some useful resources on Scala Macros.

Getting started:

1. Contents

Companion material for the Underscore "Essential Scala Macros" course as well as for the author's talk, "Macros for the Rest of Us", presented at ScalaDays 2014.

Material from live coding session "Macrology 201" workshop at flatMap 2014.

Simple examples of scala macros for the two-part blog post at bbartosz.com.

2. Scala Documentation Links

Reflection:

Quasiquotes:

3. AST Explorer

Online AST explorer for Scala and other languages: https://astexplorer.net/. The Scala AST explorer is based on Scala Meta library, used to read, analyze, transform and generate Scala programs.

4. Stackoverflow Questions

5. Youtube Videos

6. Other Discussion