http://www.perlmonks.org?node_id=549087


in reply to Re: Perl on a Macintosh
in thread Perl on a Macintosh

"Shareware. Pay after 30 days." Wait, what? This is the exact information I was looking for. Can you expand on this a bit? One of the reasons I'm looking at Macs is the bundled application suite combined with the unix core. Can you give me some specifics about what's actually shareware and what common unix stuff is shareware? I've been leaning towards making the trip to the Apple Store tomorrow, so anything you can tell me would be a great help.

-Logan
"Spockmate!"

Replies are listed 'Best First'.
Re^3: Perl on a Macintosh
by dorward (Curate) on May 13, 2006 at 07:45 UTC

    Well ... (remembering that I haven't used a Mac in 18 months so I might misremember details and things might have changed) ...

    Anything you can get for UNIX is almost certainly going to be available (and the usual collection of FOSS stuff is free), but things that run in X11 don't tie in nicely with the rest of the system.

    Apps designed for the Mac appear in the toolbar at the bottom of the screen, but anything running under X gets lumped into the icon for X. Drag and drop doesn't work smoothly between X apps and native apps. And so on...

    This means that, generally, you'll be wanting to do things with native apps whenever possible - but most of these are not FOSS.

    Then are the class of apps that fiddle with the GUI, so if you want (for instance) Focus Follows Mouse or Virtual Desktops, then you have to start forking out for software such as CodeTek Virtual Desktop.

      Apps designed for the Mac appear in the toolbar at the bottom of the screen, but anything running under X gets lumped into the icon for X. Drag and drop doesn't work smoothly between X apps and native apps. And so on...

      Still pretty much true, although things have got a bit smoother with more recent versions of the window manager. Some (e.g. OpenOffice) have "glue" applications that make things like drag'n'drop work a bit better.

      This means that, generally, you'll be wanting to do things with native apps whenever possible - but most of these are not FOSS.

      Well, that depends on what you want and where you look for software. I do all my development work on Mac OS X boxes and only use three applications that I paid money for 1.

      Everything else I use is either open source or freeware.

      Then are the class of apps that fiddle with the GUI, so if you want (for instance) Focus Follows Mouse or Virtual Desktops, then you have to start forking out for software such as CodeTek Virtual Desktop.

      Well if I wanted a virtual desktop I'll use the excellent open source Desktop Manager myself :-)


      1 For those who care I paid for:

      • BBEdit - text editor
      • MS Office - because it worked a lot better than OpenOffice at the time I bought it
      • OmniGraffle - a diagramming tool which works a hell of a lot better than any open source product I've investigated.