If you want to do Clojure development with vim, the key things you need are the fantastic Fireplace.vim from dear, dear tpope along with Paredit. A great getting started post by Gabe Hollombe is here. It mostly mirrors my current setup. Getting started with Paredit for writing Clojure You won’t have the full power of editing Clojure
Ninety women, people of color, and people with disabilities attended Strange Loop this year who would not have otherwise been able to afford to attend. There were also 21 women speakers and workshop leaders. First-time attendees had a lunch with Conference Guides to orient them to the conference. Women’s attendance rose from 6 to 12%.
My daughter has been playing Minecraft enthusiastically for more than a year now. Of course, my first thought as a programmer Mom was that this was my chance to rope her into programming. “Game mods!” I thought to myself, were the way so many people who started programming young got into it. She and I
Last year I had an experience that drove home for me that with thoughtful attention and some hard work, software communities that seemed irrevocably homogenous can successfully open up and become more inclusive. Despite the amount of attention I personally pay to issues around women in software development, I have to admit that I have
Clojure is a pleasure. It is the tool I use with which I can most easily reason. My thoughts go straight into the REPL, no ceremony; the results I get there give me immediate feedback in a loop; the functions that result go into source files in a project that very clearly express my intentions.
Strange Loop 2013 was amazing. There were so many parts that, in and of themselves, made the trip worth it. David Stutz’ performance based on the ideas that appear in the works of Douglas Hofstadter; Hofstadter himself; a keynote with a Nichelle Nichols theme; yet another performance by the amazing Friedman and Byrd. I could go on
If you need to use svn+ssh with Subclipse on OS X, use SVNKit instead of JavaHL. Otherwise, you will receive errors such as “Network connection closed unexpectedly” In Eclipse, go to Eclipse – Preferences, then Team – SVN. Under SVN interface, choose Client: SVNKit (Pure Java) SVNKit vx.x.x.xxx.
I am working on an ASP.Net web services project, and, out of the blue, lost the ability to debug in Visual Studio. When I tried to debug my application that tested the web services, it could not load the symbols of the web services project. It was all very mysterious as nothing about my environment
Work has been very busy, but I have been stealing whatever moments I can to continue learning Clojure. Finished Programming Clojure, started The Joy of Clojure, and have been working on the exercises in the labrepl. It is finally starting to really sink in. I feel that ah-hah moment coming… not quite there yet, but
I have various reasons to develop against Java 1.5 (and 1.4!) and found that Java 1.5 is missing from OS X Snow Leopard. These instructions worked perfectly for me. Once I installed 1.5, I used the Java Preferences in OS X – /Applications/Utilities/Java Preferences to make 1.5 default. A Java update will probably break this,