<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Based on the response, it seems like there's some interest, but the team wouldn't get to it until after Swift 3 at the earliest. Should I open a pull request to the swift-evolution repo to allow feedback and prevent duplicate proposals?</div>
<div><br>
</div>
<div>- Steve</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>&lt;<a href="mailto:clattner@apple.com">clattner@apple.com</a>&gt; on behalf of Chris Lattner &lt;<a href="mailto:clattner@apple.com">clattner@apple.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Monday, February 8, 2016 at 1:13 PM<br>
<span style="font-weight:bold">To: </span>Steve Richey &lt;<a href="mailto:srichey@gowithfloat.com">srichey@gowithfloat.com</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>&quot;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&quot; &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [swift-evolution] Proposal: allow arbitrary compile-time code execution<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Feb 7, 2016, at 8:29 PM, Steve Richey via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">It is not uncommon to want to run code at build time. Xcode solves this need by allowing &quot;Build Phases&quot;, which are often shell scripts which handle compile-time tasks.</div>
<div class=""><br class="">
</div>
<div class="">It may be beneficial to Swift developers, especially those who are not programming on platforms supported by Xcode, to handle compile-time tasks in a powerful and expressive language with which they are already familiar: Swift!</div>
<div class=""><br class="">
</div>
<div class="">In short, I propose the addition of a `#run` expression that allows the execution of code at compile time. This syntax and concept are borrowed from the programming language Jai (<a href="https://sites.google.com/site/jailanguageprimer/#TOC-Arbitrary-Compile-Time-Code-Execution" class="">https://sites.google.com/site/jailanguageprimer/#TOC-Arbitrary-Compile-Time-Code-Execution</a>)
 but the syntax fits nicely with other special expression syntax in Swift such as `#available`, `#selector`, `#file`, and so on.</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>Something like this would definitely be interesting to build out. &nbsp;We should investigate it post-Swift 3 in the context of a hygienic macro system.</div>
<div><br class="">
</div>
<div>-Chris</div>
<div><br class="">
</div>
</div>
</div>
</div>
</span>
</body>
</html>