Another text editor... Sublime Text
Posted: Tue Oct 04, 2011 12:02 pm
I've spent a couple of hours playing with a text editor that was new to me until last week Sublime Text.
I know that most people have already chosen their newLISP-editing-machine, whether it's vim or TextWrangler or UltraEdit or Emacs or BBEdit or whatever - I bet some of you have even tattooed the name of your chosen weapon on the back of your neck - but it's often fun to see what other folks are using.
I've had a go at making a basic newLISP package for Sublime Text 2 (you can find it on github at http://github.com/cormullion/newlisp-su ... -2-package), and the results are quite interesting - the snippets and autocompletion are quite useful. I've been able to re-use some of taoeffect's work on TextMate, which helps, since the configuration process for defining the language specification is quite complex.
It's very much a work in progress - I might even have stopped work on it already, who knows :) - so feel free to adopt, adapt, and improve.
I know that most people have already chosen their newLISP-editing-machine, whether it's vim or TextWrangler or UltraEdit or Emacs or BBEdit or whatever - I bet some of you have even tattooed the name of your chosen weapon on the back of your neck - but it's often fun to see what other folks are using.
I've had a go at making a basic newLISP package for Sublime Text 2 (you can find it on github at http://github.com/cormullion/newlisp-su ... -2-package), and the results are quite interesting - the snippets and autocompletion are quite useful. I've been able to re-use some of taoeffect's work on TextMate, which helps, since the configuration process for defining the language specification is quite complex.
It's very much a work in progress - I might even have stopped work on it already, who knows :) - so feel free to adopt, adapt, and improve.