July 29th, 2011 by Derek Wyatt
I took a look at Scala Streams tonight (or was that last night? When am I posting this?) and thought I’d share what I learned from Literate Programs and the Scala source code. Streams For the uninitiated, a Stream in Scala helps realize one of the fundamental concepts of Functional...
Read morePosted in Scala | 7 comments
July 15th, 2011 by Derek Wyatt
Note: This is C++0x stuff and it’s really just an investigation into some of the more obvious parts of it, including the auto keyword and lambda functions as well as working with higher kinded types (signified in C++ as template-template parameters). I’ve been doing a lot of Scala...
Read morePosted in C++ | No comments
July 5th, 2011 by Derek Wyatt
I’ve put my Vim configuration on GitHub now. Have a gander at http://github.com/derekwyatt/vim-config
Posted in Vim | 11 comments
March 10th, 2011 by Derek Wyatt
The Vim ‘indent’ script for Scala that I’ve been working on is now starting to take some decent shape. If you’re a Scala coder and are working in Vim, I can now actually recommend this script :). It’s actually the least complicated one I’ve written that achieves...
Read morePosted in Scala, Vim | No comments
March 9th, 2011 by Derek Wyatt
I found some time to update the indent file for Scala recently. It’s getting better and more complicated, unfortunately. Please feel free to fork it and make changes/fixes… I hate writing this thing :) Grab it from my vim-scala repository on github. Posted with WordPress for...
Read morePosted in Vim | No comments
February 27th, 2011 by Derek Wyatt
So, a little over a month ago, I changed departments where I work – I used to work in the Enterprise Software group and have moved to the System Architecture / Research group. There are some great things that go with this: I get to work with Vim more than I used to because I now code a lot...
Read morePosted in Vim | 5 comments
October 27th, 2010 by Derek Wyatt
Well, I got another patch from someone for protodef. It was just getting silly that I didn’t have anywhere to actually put this stuff and I was getting tired of people sending patches :). Now y’all can just fix stuff for me directly… go to it. Head here for protodef. Head...
Read morePosted in Vim | No comments
October 12th, 2010 by Derek Wyatt
I’ve finally updated FSwitch and ProtoDef after a long time waiting. Three guys gave me patches over many months and I’ve finally put them together into an actual couple of releases. Thanks to Matt Spear, Timon Kelter and Dmitry Bashkatov. Sorry about the wait fellas.
Posted in Vim | 4 comments
October 12th, 2010 by Derek Wyatt
So there’s been some scuttlebutt on the Twitters recently regarding this “Pathogen” script for Vim and I decided to have a look. In a word? “Sweet”. In a few words? Tim Pope is the absolute man. This is an extremely simple and elegant script. All it does is...
Read morePosted in Vim | 7 comments
October 5th, 2010 by Derek Wyatt
Rick over at Lococast.Net has some great screencasts up for Vim. I’ve watched a couple of them now, and I’m a happy dood… nice stuff! Go check ‘em out. Go… go now… stop… no, don’t do that, you know what I mean… that thing you were going to...
Read morePosted in Vim | 1 comment