You allready got some good advice above, but let me give some more hints, how to talk about perl in a humanistic environment.
Since it is the department of Celtic and Scottish studies, I assume that the people in this department have a linguistic and literature background.
The linguists are pretty easy to handle. Just speak there language and you can tell in a few minutes a lot of Perls power. Linguists know the Chomsky hierarchy as programmers know. So if you talk about RegEx, talk about
regular grammars . Some of them may even know about the current finite-state boom in language parsing (dangerous ground if you talk to guys of the old school) and may get interessted if you tell them that regular expressions are a language to write finite state machines, which are for e.g. very often used in computational morphology. Another example are hashes. Try to explain hashes from the viewpoint of the cognitive science
Schema Theory and so forth.
So after this theoretic part you could talk about the ease implementing corpus tools.
The Web as corpora is another quit booming topic. To use the web you need tools like spiders to get the data, and n-gramm or whatever
scripts to compute them. It won't harm to use the word
scripts, instead of
programms, because its a word they should allready know since this term is a
joint development of computer science and cognitive psychology coined in the late 70s, and well known in athropology and linguistics. Probably
script does not sound as scary as
programm.
Many people in the humanties are stilled scared about computers, but also know, that there is a shift to computer assisted research. In our days researchers don't spend there whole life counting the "the", "that" and "this" in the literature from 1600 to 1800. So, while they may fear computers, many will feel the need to get aquainted to them. So just tell them, programming is hard, but Perl gives you enough
sugar to swallow this bitter pill in a human way.
Hanamaki
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.