Dear Lazyweb,
Recently my trusty old linux book died so I started coding on a macbook pro. I've found iTerm to be a great addition to my toolkit, but I haven't been able to get the sweet Perl development environment I had in Linux.
When I was using Linux I had Vim hacked up to do everything I needed. I started to get symptoms of RSI from the repetitive key banging so I took up Emacs again and tricked it out with perlnow and other extensions. I used both editors, and like cross training in sports, I got a better workout.
But when I switched to developing on the Mac, I didn't have the full functionality of both my tricked out editors under iTerm, or even the mac Terminal. I tried Aquamacs but the standard tricks I had for invoking the debugger, etc. didn't work off the shelf (although I'm still really impressed by it and use it often). I tried TextMate, but it doesn't have the power of Vim or Emacs. Am I being too demanding here?
What are you using to do Perl development on OS X? Have you found the 'perfect setup'?
vim but now textmate (Score:1)
after I switched five years ago, i also had a tough time with vim and mac os x. I ended up compiling vim from source (at the time with 10.1 it was a mess...), but I got it to work.
Now, I switched to textmate, because I had a hard time making vim6 understand unicode in mac os x. I've grown accustomed to textmate snippets (I think there is a vim package now for something similar), and I'm happy.
it took a while to drop vim key sequences from the brain, being there for more than 10 years now, but I'm happy w
life is short
Re: (Score:1)
Just so you know...there is already a Vim7 package for OSX:
http://macvim.org/OSX/index.php [macvim.org]There are also suggestions for tweaks there as well. That probably wasn't the case 5 years ago though.
Editor setup (Score:1)
BBEdit, currently. (Score:1)
I currently use and am very cozy in BBEdit [barebones.com] (extended quite a bit with scripts I've written), and have heard nice things about TextMate [macromates.com], but haven't had a chance to check out TextMate yet.
If you're looking for more of an IDE, consider Affrus [latenightsw.com] (review [perl.com]), which I also have not personally used.
Also, fontwise, use Monaco. 9 point aliased is pure bliss, but bigger is good too depending on your screen size.
Re: Perl development on OS X (Score:1)