Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in programming-languages

What are the key differences between OO in Smalltalk and Java?

Is there a visual modeling language or style for the functional programming paradigm?

Most interesting non-mainstream language? [closed]

Useful alternative control structures?

Equivalent of Class Loaders in .NET

What are the advantages that prototype based OO has over class based OO?

Haskell, Scala, Clojure, what to choose for high performance pattern matching and concurrency [closed]

Maximum Method Name Length

Java - why no return type based method overloading?

What is the worst programming language you ever worked with? [closed]

programming-languages

What qualifies a programming language as dynamic?

Why is Objective-C not very popular outside of the Apple community? [closed]

Why don't I see pipe operators in most high-level languages?

What are Python namespaces all about

Is Haskell suitable as a first language?

Why interpreted langs are mostly ducktyped while compiled have strong typing?

Exactly what is the difference between a "closure" and a "block"?

Does anyone use the Scheme programming language for a living? [closed]

Can all iterative algorithms be expressed recursively?

Explain C++ SFINAE to a non-C++ programmer