Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Bill Ricker
On Wed, Jul 14, 2010 at 2:31 PM, Jason McIntosh wrote: > JavaScript and SQL are excellent pairings for Perl (or any of the > other P-languages) if you're primarily interested in web-work. Yes. And SQL is a good thing for most other work (unless the store is Git or one of the many emergent NoSQL n

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread rob levy
Hi James, Check out this tutorial: http://riddell.us/ClojureAndAndroidWithEmacsOnUbuntu.html Fun stuff! Rob On Wed, Jul 14, 2010 at 4:19 PM, James Eshelman wrote: > If Droid is running a JVM then you ought to be able to run Clojure code on > it -- a much more interesting language than Java, cl

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Martin Cracauer
> Any suggestions from this group as to what would make sense to put effort > into learning next to make myself more marketable in the Boston area? > > Should I try and learn Java? If so, any recommendations as to > books/tutorials? > > What about Ruby or Python? Would those be useful together wi

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread James Eshelman
If Droid is running a JVM then you ought to be able to run Clojure code on it -- a much more interesting language than Java, closer to Lisp, as someone on this list first noted a while back. If I were going to take the time learn another language right now Clojure might be it due to the prevela

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Greg London
> >> Date: Wed, 14 Jul 2010 13:54:33 -0500 >> Subject: Re: [Boston.pm] Boston-pm Digest, Vol 85, Issue 8 >> From: em...@greglondon.com >> To: ac.russ...@live.com >> CC: boston-pm@mail.pm.org >> >> arus wrote: >> >> Greg wrote: >> >> Unfortuanately, no one has ported perl to android. >> >> >> > Inc

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Bobbi Fox
I would suggest learning the javscript library jQuery http://jquery.com/ in all its glory (and plugins). (Not trying to get into a war with the Prototype advocates, but I see way more ads for jQuery expertise). It's pretty easy to pick up. -- Bobbi Fox bobbi...@pair.com Database-driven and W

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Adam Russell
> Date: Wed, 14 Jul 2010 13:54:33 -0500 > Subject: Re: [Boston.pm] Boston-pm Digest, Vol 85, Issue 8 > From: em...@greglondon.com > To: ac.russ...@live.com > CC: boston-pm@mail.pm.org > > arus wrote: > >> Greg wrote: > >> Unfortuanately, no one has ported perl to android. > >> > > Incorrect. > >

Re: [Boston.pm] Boston-pm Digest, Vol 85, Issue 8

2010-07-14 Thread Greg London
arus wrote: >> Greg wrote: >> Unfortuanately, no one has ported perl to android. >> > Incorrect. > There is a port to android available through > the android script layer. > I have experimented with it a little and it looks promising. > http://code.google.com/p/android-scripting/ Cool! I hope to

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Allen Barriere
Unfortuanately, no one has ported perl to android. PEARL? Practical Extraction Android Report Language ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Jason McIntosh
JavaScript and SQL are excellent pairings for Perl (or any of the other P-languages) if you're primarily interested in web-work. A solid understanding of JavaScript is especially important since AJAX-based web UIs have come to the fore. I haven't really used any language beyond these three in an a

Re: [Boston.pm] Boston-pm Digest, Vol 85, Issue 8

2010-07-14 Thread arus
On 7/14/2010 2:20 PM, boston-pm-requ...@mail.pm.org wrote: Message: 6 Date: Wed, 14 Jul 2010 13:05:38 -0500 From: "Greg London" Subject: Re: [Boston.pm] Languages to learn in addition to Perl To: "Mike Small" Cc: boston-pm@mail.pm.org Message-ID: <1a37cac5d875db28101879001b7081d8.squir...@ww

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Mike Small
"Justin McGuire" writes: > Also I know two systems that uses Java for the frontend and Perl for the > backend. I always thought it was a weird pairing, but I don't know if > it's just a coincidence or if that really is a common configuration. (I > know that both these systems started in 2000.) I

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Steve Scaffidi
On Wed, Jul 14, 2010 at 2:20 PM, Steve Scaffidi wrote: > > Would you like a book on Learning Perl 6? One is on progress and has > made a recent 'pdf release'  as well! Silly me, I forgot the link for the Perl 6 book! http://rakudo.org/node/71 -- -- Steve Scaffidi

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Steve Scaffidi
On Wed, Jul 14, 2010 at 2:05 PM, Greg London wrote: > Mike wrote: >> I hope to try ... Perl 6. > > Don't we all... > > ;/ Well, for playing and learning, and to begin work porting/creating useful libraries, Perl 6 will have a release in two weeks just for those purposes! http://rakudo.org/node/7

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Justin McGuire
The languages I've seen most often paired with Perl are SQL, Javascript, and shell scripting. Also I know two systems that uses Java for the frontend and Perl for the backend. I always thought it was a weird pairing, but I don't know if it's just a coincidence or if that really is a common configu

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Mike Small
"Greg London" writes: > As for languages I'd like to learn, I'm pondering > what it would take for me to learn Java so I could > try writing a simple app for a droid phone. > > Unfortuanately, no one has ported perl to android. > > What about Jython (or Groovy, whatever that is)? The time I had

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Greg London
Mike wrote: > I hope to try ... Perl 6. Don't we all... ;/ As for languages I'd like to learn, I'm pondering what it would take for me to learn Java so I could try writing a simple app for a droid phone. Unfortuanately, no one has ported perl to android. _

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Mike Small
Asa Martin writes: > Hi everyone, > > Hope this isn't too off-topic, but I've relocated to the Boston area > recently and am looking for a job. I've been a Perl hacker since the late > 90s and consider it my first (and still favorite) language. However, I'd > like to update my skillset to include

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread john saylor
On Wed, Jul 14, 2010 at 12:33 PM, Asa Martin wrote: > Any suggestions from this group as to what would make sense to put effort > into learning next to make myself more marketable in the Boston area? social engineering /rimshot -- \js : "verbing weirds language." -calvin _

Re: [Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread James Eshelman
Asa, I'd recommend subscribing to the perl jobs Email list at jobs-subscr...@perl.org and watching what shows up there for a while. >From what I've seen there I'd say it matters not so much where your are working geographically, but rather what job type you're looking for. I'd define perl job

[Boston.pm] Languages to learn in addition to Perl

2010-07-14 Thread Asa Martin
Hi everyone, Hope this isn't too off-topic, but I've relocated to the Boston area recently and am looking for a job. I've been a Perl hacker since the late 90s and consider it my first (and still favorite) language. However, I'd like to update my skillset to include some other languages. I've work