Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Handhelds Communications Perl Programming Hardware

Nokia Releases Perl for Series 60 Phones 22

Jukka Laurila writes "Nokia just released a port of Perl 5.8 and 5.9 for the Series 60 smartphone platform. The port contains just the interpreter core, ie. there's no support for any of the Series 60 APIs yet, but this is still great news for all you Perl aficionados out there."
This discussion has been archived. No new comments can be posted.

Nokia Releases Perl for Series 60 Phones

Comments Filter:
  • Oh great... (Score:5, Funny)

    by 0x461FAB0BD7D2 ( 812236 ) on Monday April 18, 2005 @04:42PM (#12273855) Journal
    now we have code no one can comprehend on screens too tiny to be legible.

    • by GoRK ( 10018 ) on Monday April 18, 2005 @04:52PM (#12274014) Homepage Journal
      This, from a a person by the name of 0x461FAB0BD7D2?
    • I think your missing the point , or making a joke ..
      The point is that perl support will allow thos of us with a background in perl to produce applications on our chosen computer for the mobile phone.

      As for perl being incomprehensible ,well i am fairly sure if you comment it well and use good coding practice then those problems will disapear.
      • It is the latter.

        I, too, am a perl coder, and I know how many coders like to use tricks in their code making it difficult to understand without a comprehensive look.
        • i apoligise then , i do tend to be a bit defense of my perl ;) as im sure you can understand .
          the real use i can see for this is making scriptable dialup events on the phone , for if im ever roaming and want to do some admin work as i really dont fancy a massive bill from my mobile company and having the script cut me off with resonible quotas for data would be grand
    • As long as there is a good keyboard it won't matter. Perl is a write-only language anyway...
      • Oh wow, that just gets so much more insightful every time someone says it.

        Hey Philip Glass, find yourself a new note. If you don't like perl, why are you bothering to post?
  • changes (Score:4, Insightful)

    by same_old_story ( 833424 ) on Monday April 18, 2005 @04:57PM (#12274087)
    this is the kind of thing that will make a difference towards the elusive real smart phone.

    its not a 10 megapizel camera that will make these things very useful. only when there's good software for them, people will buy into it, really. we are waiting for the killer apps in cell phones.

    giving developers choice (seriers 60 already has a python port and many phones do have java 2me) is what will help the next kille apps come to life...

    • maybe the killer app IS the 10 megapizel [sic] camera? [pcworld.com]

      OK maybe not: the killer apps will more likely take advantage of the marriage of the two devices, building on top of them. And perl may well have a new niche as the thinking geeks glue, customising the functionality of the camera phone and creating a quick'n'dirty testing ground for new software ideas. Although, if that's so, perl is going to need GD or some other module with extensive graphics support built in too.

  • by sw155kn1f3 ( 600118 ) on Monday April 18, 2005 @05:13PM (#12274299)
    Expect user friendly and robust programs soon!

    perl -MNokia::Smartphone -eshell
    nokia> ATDT +x xxx xxx xxx xxx
    BUSY
    nokia> my %pb; tie(%pb, 'GDBM_File', "phone_book", O_RDONLY, 0666);
    nokia> ATDT $pb{dave}
    Dialing +x x x x x x ..........

    I'm just looking forward for it! Awesome mobile platform!

  • Well.... (Score:2, Funny)

    by slapout ( 93640 )
    ...Perl code and some of those text messages do look an awful lot alike...:-)
  • Perl? (Score:3, Interesting)

    by scoopr ( 849708 ) on Tuesday April 19, 2005 @02:14AM (#12278926)
    Well, there already is a python port [nokia.com]
    Personally, I'd like ruby, but each to its own I guess.
    • But it's not free. You can't even redistribute it. See http://www.nokiausa.com/support/warranty/item_deta ils/1,1955,item:gatesoft,00.html [nokiausa.com]
      • Before anyone pipes up (seems unlikely, I must be one of the few that uses "show all articles"), yes the Artistic license allows this as long as it's compatible with the original version. Larry invented the AL (and popularized dual-licensing for free software projects) but these days he acknowledges that it's pretty vague and probably not any more enforceable than a BSD copyright. It's hard to say what would constitute a compatability test suite for perl though -- not even every platform can pass every te
  • Tinfoil hat thought, but are these companies tied financially to the portion of the medical industry that profits from repetitive strain injuries? I also wonder for that matter if all the people who make money from Unix and C/C++ are tied financially to analysts who specialize in neuroses of techies. "I swear doc, I don't have dependency issues!"
  • Phones arn't exactlt overpowered at the moment , are interpreted (or bytecode) languages really a good idea? Whats next , Phone Prolog?

    >You remember granny?
    YES
    >Dial her
    NO
    >Please..
    NO
    >DO IT!
    NO
    >You *&(*&(*& piece of &^&^ , call yourself a smartphone?? :- Invalid predicate
    >*sigh* Bring back java
    NO!!

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...