in reply to Re: Advice on learning Perl and graphics
in thread Advice on learning Perl and graphics

I'll stick by my recommendation of javascript, because the last thing a kid would want to do is have to write their program twice so that their iPhone friends and android friends can both see it. And don't forget the hassle of tooling and publishing on the app store.

I recently came across an IRC client called The Lounge which is the single best written JavaScript GUI I've ever used. I haven't had time to pick apart the source code yet, but they built that thing with the best that web technologies have to offer. You can browse to it from any common web browser, and on mobile devices there is a button in the UI to save a link to it onto the phone's desktop as if it were a native app. It's indistinguishable from a native app and functions better than half the apps on my phone. And best of all, it's free and allows me to cross off my TODO list item for that web-based multi-platform IRC bouncer I always intended to write, and without regrets, because this is way better than what I would have created.

  • Comment on Re^2: Advice on learning Perl and graphics

Replies are listed 'Best First'.
Re^3: Advice on learning Perl and graphics
by eyepopslikeamosquito (Archbishop) on Oct 18, 2022 at 11:07 UTC

    And don't forget the hassle of tooling and publishing on the app store

    Ha ha, not to mention the cost. Every hobbyist Apple developer I met at work actually lost money! Admittedly, they were Apple die-hard fans and novice iPhone developers with a full-time day job ... but the annual Apple Developer Program fee turned out to be greater than what they earned from their App! :)