Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-comparisons

Why are Ruby and Python more suited for programming outside an IDE than Groovy?

why do some languages require function to be declared in code before calling?

Python equivalent of Ruby's expression: "puts x += value"

Ruby string interpolation equivalent to python's .format()

What is the Python equivalent of embedding an expression in a string? (ie. "#{expr}" in Ruby)

Moving a C# Program to a different language

Is there a comparison between Scala and Google 'Go' language (feature by feature)? [closed]

Python: What is the equivalent of PHP "=="

What is the equivalent of SQL's IN keyword in R?

sql r language-comparisons

Equivalent of python's encode('utf8') in golang

What is Python's *Args and **kwargs equivalent in PHP? [duplicate]

Is there .Net TypeConverter equivalent in Java

PHP associative array equivilent to Python dict.get()

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

What's the Ruby equivalent of Python's defaultdict?