Re: [swift-dev] Breaking change in lexing operators next to comments

2015-12-14 Thread Simon Pilkington via swift-dev
It seems to make more sense to treat comments as this if they are not present. As a related question, should the presence/absence of whitespace be important at all? It seems fragile if it is. -Simon > On 14 Dec 2015, at 9:42 PM, Chris Lattner via swift-dev > wrote: > >> >> On Dec 14, 2015,

[swift-dev] Getting an immediate edit-compile-debug cycle for Server Side Swift

2017-04-08 Thread Simon Pilkington via swift-dev
Hi all, One of the features web developers really appreciate about scripting (interpreted) languages such as Javascript/Node for server side development is that they provide a virtually immediate edit-compile-debug cycle. A dev makes a change to their code, refreshes their browser and see the e