-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfeedback.html
17 lines (14 loc) · 1.33 KB
/
feedback.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
title: Feedback
comments: true
plusone: true
---
<p>From the start of the project we've received a lot of very useful feedback. Say, Christopher Vogt and Stefan Zeiger wanted to experiment with LINQ-flavored facilities for Scala. They needed reification, composability of queries, static checking/optimization of queries and transparency for the user. After a couple of discussions, we'd come up with several ways of doing all that stuff with macros in a win-win fashion.</p>
<p>We're hinting that your feedback is priceless and has the possibility to significantly affect the design of Scala's macro system. Got a compelling use-case that can be simplified by macros? Just drop us a line! Macros are still experimental, so even at this point it may be possible to adapt macros to your personal use-cases. Looking forward to your comments!</p>
<p>There are several options of submitting feedback:
<ul>
<li>Ping Eugene Burmako on Twitter: <img src="https://abs.twimg.com/a/1378977615/images/resources/twitter-bird-blue-on-white.png" width="16px"/><a href="https://twitter.com/xeno_by">xeno_by</a></li>
<li>Write an email directly to us: <a href="mailto:{{site.email}}">{{site.email}}</a></li>
<li>Post your question or suggestion to the mailing list: <a href="{{site.google.group.url}}">{{site.google.group.url}}</a></li>
</ul></p>