Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

Is it possible to have the read/write of a property to have different visibility?

delphi language-features

Create a "forCount" control structure in Swift

Python intern for non-strings

python language-features

What does it mean if a method call starts with two colons?

c++ language-features

Why is this Scala example of implicit parameter not working?

What is the name and reason for member variable assignment between function name and curly braces?

c++ language-features

When isset() should be used on Array without specifying key?

Is R a compiled language?

r 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?