Author Topic: Putting it all together...  (Read 6569 times)

0 Members and 1 Guest are viewing this topic.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Putting it all together...
« Reply #15 on: December 01, 2011, 12:22:27 PM »
My LISP work these days is frequently either of such large scale, or related to optimizing/upgrading/maintenance, that I do all LISP work in the VLIDE because I need the watches, breakpoints, and step through/over/out functionality.  Just doesn't make sense to write code it one editor, then re-open it in the VLIDE to step through, then make changes in the editor, re- reload it, etc.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

BlackBox

  • King Gator
  • Posts: 3770
Re: Putting it all together...
« Reply #16 on: December 01, 2011, 12:39:09 PM »
Mostly, no. My text editor is just that a text editor. I have the ability to do all things related to text files (up down left right) but i can not "debug an executable" (those kind of tasks) in my editor like you can in an IDE. There are some grey areas though. Vim has the ability to "use" the CLANG Compiler to provide code completion like in an IDE.

I appreciate the clarification, Se7en.
"How we think determines what we do, and what we do determines what we get."