New posts in syntactic-sugar

Scala single method interface implementation

Using a block's return value in JavaScript

Magic First and Last Indicator in a Loop in Ruby/Rails?

Haskell record syntax

What are all the instances of syntactic sugar in Scala?

Python decorator best practice, using a class vs a function

C# property and ref parameter, why no sugar?

What is the best or most interesting use of Extension Methods you've seen? [closed]

Syntax sugar: _* for treating Seq as method parameters

Best javascript syntactic sugar

How does Scala's apply() method magic work?

What is the purpose of "!" and "?" at the end of method names?

Do nothing when "other side" of ternary operator is reached?

Is there a way to implement custom language features in C#?

Getting the desugared part of a Scala for/comprehension expression?

WITH statement in Java

Is <boolean expression> && statement() the same as if(<boolean expression>) statement()?

Is there a literal notation for an array of symbols?

How does the Java 'for each' loop work?