Skip to content

plewand/scala3-macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala 3 macros

This project demonstrates usage of Scala 3 macros in a simple use case. The program generates type safe prepared statements on compilation time aligned with externally loaded SQL script.

Also, it contains some other macro examples explaining macros features.

The program is described in the blog here.

Examples

There are following separate examples, each in a separate package:

Usage

This is a normal sbt project.

  • Compile the code with
sbt compile

During compilation many messages are printed related to the macros.

  • Run
sbt run

The list of the entry points of the examples with appear, choose one.

Tips

  • Try to use Visual Studio code with Metals if IntelliJ fails to work (still pending work on the time of writing).
  • In case of the SQL schema file cannot be found, use its absolute path.

More information on Scala 3 metaprogramming can be found here.

About

Scala 3 macros examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages