Posts Tagged ‘Python’
Vim + screen + REPL = win (7)
Via the Clojure wiki I found a great page describing how you can use GNU screen and some Vim magic to let Vim play nicely with an interactive commandline program like a Common Lisp REPL, Ruby’s irb, or Python’s, well, python.
That page is a very stripped-down and simpler version of what Limp does for Vim+Lisp. […]
Python (8)
People are stupid. We’re blinded by our own prejudices and biases and preconceptions. It’s kind of understandable because no one has enough time to really collect enough information to have an informed opinion about everything. So we end up extrapolating or relying on expert opinion or turning to our gut feeling. […]
C++, blech (10)
I decided to try a GUI app. I decided to use QT4. I then quickly remembered why I don’t ever use C++ for anything. The amount of bullcrap you have to go through just to get a simple program going isn’t worth the bother for the kinds of programs I write. […]
