Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

Smalltalk runtime features absent on Objective-C?

Optional named arguments without wrapping them all in "OptionValue"

Using an anonymous delegate to return an object

Why can't I use an array index on the return value of a function? [closed]

Return from void function

Interpreted languages - leveraging the compiled language behind the interpreter

What can you do with AppleScript?

How would one go about adding (minor) syntactic sugars to Java?

Is There a Syntax Shortcut for Multiple Initialization in C#?

c# syntax language-features

Why do we need this special === operator?

php language-features

Is there a valid usecase for redefining "define" in scheme/racket?

Python - do I need to learn about old style classes?

What are good resources on compilation? [duplicate]

GOTO command in PHP?

php language-features goto

Most useful or interesting new language features in Java 5 and 6?

What is a Pointer? [duplicate]

How do you find the caller function? [duplicate]

C to C++ : Transitioning from one language to the other [duplicate]

c++ c language-features

Need some help with Scala's instance variables

Understanding Ruby Enumerable#map (with more complex blocks)