Most of the "hard-core" stuff at various NASA labs is done in Fortran -- it's very popular for numerical processing among physicists and astronomers, and there are huge libraries available for it. However, Larry Wall has worked at JPL in the past, so I presume some of his code (and his legacy!) is still floating around. As a matter of fact, this page from JPL about
Numerical processing resources has links to some Fortran pre-processors in Perl1, which presumably someone over there is using.
As for other uses, how about saving the Human Genome project?
1Sounds really weird to me... ;-)
| [reply] |
I don't know about NASA, but at Damian Conway's OO class he said that Wall Street was using Parse::RecDescent to move millions of dollars a day...
Perl can be used for most things that C can, the trick is learning where it is better to use C, and where it is Better to use Perl, or something else. Perl is incredibly powerful, but in the end, you have to learn that for yourself :)
- Ant
- Some of my best work - Fish Dinner
| [reply] |
On Perl AI Resources, there's this link:
Nasa Lambda Here you will find some Nasa Perl code for KST (The Knowledge Server Toolkit) and other Perl code. "The Knowledge Server Toolkit (KST) is a set of socket-based applications of monitor and control technology that can be used to solve problems in real-time. All of the tools are written in Perl." Not sure how usefull it is to us earth bound humans!
Unfortunately, the link's long dead. But there's a conference paper at Google, and a
paper titled "Perl Tools for Automating Satellite Ground Systems".
-- Frag. | [reply] |
| [reply] |
It seems like I read some where that the Navy was using Perl. Come to think of it, there is a site written for the NPSAC (Non-Prior Service Accession Course) for the Naval Reserves which has a message board written in Perl. I do not know if this counts that much though. The script was recieved through Matt Wright's website for free. So the webmaster did not write this particular script. The website is www.npsac.navy.mil. The Navy also offers online Perl courses for sailors though NetG, but you have to enlist first. Robert T Horn, SK3, US Naval Reserve | [reply] |