Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-comparisons

Why doesn't Java have a way of specifying unescaped String literals?

What are the differences of Array and Hash in PHP?

ASP.NET - C# vs VB.NET - Indirect differences and things you might not initially consider

Why is this Haskell code so slow?

How does Smalltalk (Pharo for example) compare to Python?

Verbally format a number in Python

PHP equivalent to python's triple-quotes - How to print bulk / lots of HTML within PHP without escaping [duplicate]

Does Java have a default copy constructor (like in C++)? [duplicate]

What is the difference between Java's equals() and C++'s operator ==?

Is it possible to emulate Scala's traits in Python?

What is the difference between the const qualifier in C and the const qualifier in C++?

How would you write this Clojure snippet in Ruby and/or Haskell?

Equivalent of .NET's WebClient and HttpWebRequest in Java?

What do I learn to "enlighten myself with the ways" of functional programming?

What is the ruby equivalent of python's getattr

Iterate a format string over a list

PHP equivalent of Python's `str.format` method?

What does Mirah offer over JRuby,Groovy and Scala?

How to pass two parameter values to couchdb views?

Type classes in Scala