Questions comparing two or more programming or markup languages against each other.
Is there a Bash equivalent to the Python's pass statement?
python bash language-comparisonsHow can I assign a JavaScript object to a variable which was printed using console.log? I am in Chrome …
javascript ruby console.log language-comparisonsInstead of starting to code in Matlab, I recently started learning R, mainly because it is open-source. I am currently …
r matlab machine-learning data-mining language-comparisonsI've heard a lot about functional programming languages and I'm willing to learn one. I guess it will be mostly …
c# haskell f# lisp language-comparisonsI am wondering if I should continue to learn OCaml or switch to F# or Haskell. Here are the criteria …
haskell f# ocaml language-comparisonsIn Bash I can easily do something like command1 && command2 || command3 which means to run command1 and if …
bash powershell language-comparisonsIn Lisp, you can have something like this: (setf my-stuff '(1 2 "Foo" 34 42 "Ni" 12 14 "Blue")) (format t "~{~d ~r ~s~%~}" my-stuff) …
python formatting iteration language-comparisonsThis question may be naive, but: is there const keyword in C? since which version? are there any semantic and/…
c++ c constants language-comparisonsDo you know any PHP statement that works like Python's pass statement?
php python language-comparisonsI'm learning PHP5 (last time I checked PHP was in PHP4 days) and I'm glad to see that PHP5 OO …
java php collections language-comparisons