The Artima Developer Community
Sponsored Link

Scala Buzz
Starting with Scala Macros: a short tutorial

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Adam Warski

Posts: 122
Nickname: adamw
Registered: Jun, 2008

Adam Warski is Scala and programming enthusiast, CTO at SoftwareMill
Starting with Scala Macros: a short tutorial Posted: Dec 2, 2012 11:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with Scala Buzz by Adam Warski.
Original Post: Starting with Scala Macros: a short tutorial
Feed Title: Blog of Adam Warski » Scala
Feed URL: http://www.warski.org/blog/category/scala/feed/
Feed Description: Scala category of my programming blog
Latest Scala Buzz Posts
Latest Scala Buzz Posts by Adam Warski
Latest Posts From Blog of Adam Warski » Scala

Advertisement
Using some time during the weekend, I decided to finally explore one the new features in the coming Scala 2.10, macros. Macros are also written in Scala so in essence a macro is a piece of Scala code, executed at compile-time, which manipulates and modifies the AST of a Scala program. To do something useful, [...]

Read: Starting with Scala Macros: a short tutorial

Topic: Bugs and dynamically vs statically typed languages Previous Topic   Next Topic Topic: ElasticMQ is now synced to Maven central

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use