User: fjolliton
fjolliton's activity in the archive.
Comments · 3
-
Re:Why Ruby? on Ruby 1.9.0 Released · · Score: 1Have you tried it?
-
Re:Why Ruby? on Ruby 1.9.0 Released · · Score: 1With Python (>=2.4 I think): To merge more than 2 dictionnaries this way, you need dict(dict(a, **b), **c), and so on.
-
Re:Why Ruby? on Ruby 1.9.0 Released · · Score: 1Using Emacs, editing Python code with correct indentation is not difficult. I use a lot the following keybindings: Select the block to shift, then alt-right arrow or alt-left arrow to indent/unindent the block. Very convenient! And it just work after pasting. I can't imagine editing Python code without these bindings.