Text-only Table of Contents (frame/ no frame)
(14) Software Development Previous Top Next

Software Development tools on Unix

Editors

vi
The standard text-mode, full-screen editor
emacs
Text mode and X windows, very configurable, power user. GNU
vim, joe, pico
Alternate editors, text mode. Pico is very simple. Vim is vi compatible but has many extensions
nedit
An X-windows only editor. Powerful, and possibly easier for users accustomed to Mac/Windows.

Compiled languages

cc, c++, javac
Found on almost all Unix systems.
f77 FORTRAN 77,f90 FORTRAN 90, BASIC, Cobol, Pascal
Available for most versions of Unix.

Scripting languages

perl, python, tcl/tk

Debuggers

gdb, adb

Configuration management

make, pmake, gmake, configure, autoconf

Revision Control

rcs
Revision Control System
CVS
Code Version System
svn
Subversion
git
Distributed version control for large projects

Previous Top Next


softdev.src  last modified Oct 19, 2011 Introduction Table of Contents
(frame/no frame)
Printable
(single file)
© Dartmouth College