What does it mean SYNTACTIC SUGAR?

„Syntactic Sugar“ is a term that describes the extension of programming language syntax, which affect the possibilities of language, but make its use more pleasant, "sweeter" for users. Likewise, our company offers standard services, but always seeks to make these services to our customers more comfortable. More information can be found in Wikipedia.

Simple example for programmers:

In the C language write access to the field using the expression:

*(a + i)

but also through:

a[i]

The second method is obviously more comfortable reading and can be regarded as syntactic sugar.

 

News

September 2011

July 2010

January 2010

December 2009

November 2009

October 2009

September 2009

June 2009

May 2009

January 2009

December 2008

September 2008

August 2008

July 2008

April 2008

November 2007

October 2007

September 2007