develooper Front page | perl.trainers | Postings from August 2008

Re: Editors or IDEs for training

Thread Previous
From:
Simon Andrews
Date:
August 18, 2008 07:43
Subject:
Re: Editors or IDEs for training
Message ID:
8049B2E7-D2A5-435E-BA80-E39F502E2A3B@bbsrc.ac.uk

On 18 Aug 2008, at 15:31, Gabor Szabo wrote:

> As you - the trainers - encounter such people quite often I wonder  
> what do
> you currently use during training? What do you recommend to your  
> students?
>
> I for one usually cannot give them vi or emacs as they don't know
> either of those.
> In my classes they are usually using Notepad++.

I actually use Eclipse with the EPIC plugin for my perl courses.

http://www.epic-ide.org/index.php

Eclipse is a bit heavyweight, but it actually works out pretty well.   
I don't have to spend much time going over how to use shells /  
consoles as they can do all of the work from within eclipse.  It also  
makes it really easy to access perldoc whilst writing their programs.

The IDE is pretty good as well.  It has interactive highlighting,  
variable name completion, and will identify errors as they type.  In  
earlier versions of the plugin it used to be a bit of a pain running  
a new script for the first time, but they've improved this in later  
releases.

I've noticed that even when shown something like emacs later on, most  
of the students tend to stick with using eclipse.

TTFN

Simon.



Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About