Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

What are the differences between VB.NET and previous versions of VB? [closed]

What does C++ using mean inside a class?

c++ language-features using

What features are important in a programming language for young beginners? [closed]

language-features

How to deal with the immutability of returned structs?

Should I use jMonkeyEngine 3 (jME 3) or Unity 4.3 to teach game programming to my children? [closed]

Are Scala "continuations" just a funky syntax for defining and using Callback Functions?

Future Roadmap for F# [closed]

Is it possible to implement property setter explicitly while having a getter publicly available?

When to use Processing language? [closed]

Which "C# Experimental language feature" is this?

c# language-features c#-6.0

Sum types - Why in Haskell is `show (Int | Double)` different than `(show Int) | (show Double)`

What is the difference between "new Number(...)" and "Number(...)" in JavaScript?

The missing folds

What features is lisp lacking? [closed]

lisp language-features

Scala puts precedence on implicit conversion over "natural" operations... Why? Is this a bug? Or am I doing something wrong?

Now that Python 2.6 is out, what modules currently in the language should every programmer know about?

How to define a ternary operator in Scala which preserves leading tokens?

Why static Structures are not allowed in C#? [duplicate]

c# static language-features

Handling the data in an IN clause, with SQL parameters?

Python descriptor protocol analog in other languages?