TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> John Posada is wondering about increasing the tools in his toolbox,
>
> <<If you weren't a programmer, but you wanted to increase your strength as
a
> technical writer by adding a programming ability, what would you go
for...>>
I might have a couple of suggestions here... (being a techwriter that
evolved into a programmer)
It's true you might not want to endure the tedium of a language you don't
plan on using. In truth, programming, at many times, is just as boring to
read as it can be to practice, so starting with a verbose, syntactically
cumbersome language might be self-defeating (but it may turn out to be a
rewarding challenge, it depends on the person).
My suggestion would be to start with an object-oriented language. Many
people find that once they have mastered one language, the majority of
similar languages will come much easier.
My first suggestion would be Python. It's an interpreted language, is
purely object-oriented, and contains some great features for beginners:
The interpreter understands variable data types by reading the value. You
don't have to constantly declare datatypes with your variables.
The interpreter uses indentation as part of the syntax requirements, so it
technically forces you to write readable, well-written code.
It has hundreds of modules that can be utilized with one simple command.
Perl is good too. Not quite as verbose as C++ or Java.
If you want to start with java, get the book "Thinking in Java" by Bruce
Eckel
If you just want to learn a language to help your resume, avoid older
languages like COBOL, and specialized languages like scheme.
*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com
TECH*COMM 2001 Conference, July 15-18 in Washington, DC
The Help Technology Conference, August 21-24 in Boston, MA
Details and online registration at http://www.SolutionsEvents.com
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.