On Sun, Feb 17, 2013 at 10:59 PM, Leonardo M. Ramé <martinr...@yahoo.com> wrote: >>________________________________ >> From: ik <ido...@gmail.com> >>To: FPC-Pascal users discussions <fpc-pascal@lists.freepascal.org> >>Sent: Sunday, February 17, 2013 5:30 PM >>Subject: Re: [fpc-pascal] OT a bit - Planet Object Pascal >> >> >>I don't need an IDE to develop Pascal, unlike Java for example, I can use VIM >>(and actually sometimes do), to develop. A language that must be with IDE >>sucks big time. > > Whaaat? I don't like java, but don't you know you can use javac command > line?, and program in any text editor?.
Try to develop an application/library with Java using using an editor such as vim, and you will want to kill yourself. too many files (each class has it's own file), the path where you place the files is part of the namespace. ant is not very simple to use, and if you use tools such as spring in get harder. it's not simple to detect without reading documentation what are the exception that are thrown back, and almost every error with java is an exception. you can't really use java without an ide for normal projects, only for simple ones, and I speak from experience. > > > Leonardo M. Ramé > http://leonardorame.blogspot.com > > _______________________________________________ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal