Slashdot Mirror


Squeak Group Buys Ship Naming Rights in Gaiman Novel

nadyne writes "Recently, the Comic Book Legal Defense Fund ran an auction for the naming rights for a cruise ship in Neil Gaiman's upcoming novel Anansi Boys. Today, Neil Gaiman reported in a post to his blog that Markus Gaelli won this auction. According to Neil, Markus will use his hard-won auction to promote Squeak. He didn't tell us what the name of the cruise ship will be, but promised to do so in the future. Neil linked to Squeakland, although it's not clear whether Markus is associated with that site or Neil was just using it as a convenient starting point for his readers who might not know anything about Squeak."

9 of 104 comments (clear)

  1. Here is what the site says by Nexboy · · Score: 5, Informative

    It doesn't help much, but this is what the site says it's about:

    WHAT IS SQUEAK? Squeak is a "media authoring tool"-- software that you can download to your computer and then use to create your own media or share and play with others. It is free and downloadable here. If you'd like to get a feel for what Squeak looks like without downloading, view a typical early project for kids in HTML (no download needed). Once you download Squeak you can use the Squeak Tutorials and download the handy Etoys Quickstart Guide.Further information can be found in the Squeak FAQ.

    1. Re:Here is what the site says by RevAaron · · Score: 4, Informative

      Squeak has come up here a few times before. Squeak is an implementation of the Smalltalk programming language- the first fully OO language. It's where the WIMP (windows, icons, menus and pointers) GUI was invented, what Steve Jobs and his crew saw at Xerox Parc when they toured it.

      Squeak has a lot of interesting media authoring capabilities in addition to the core language. In a lot of ways it's an OS running on top of whatever host OS you're running. It is completely binary compatible across platforms; not write once, debug anywhere like Java, but true cross platform compatibility with your binaries.

      It runs on oodles of platforms: Linux/X11, Linux/DirectFB, Linux/SDL, Linux/SVGAlib, most any unix with X11, Mac OS X, Mac OS Classic, Windows XP/2k/ME/98/95, Acorn RiscOS, DOS, Pocket PC 2k/2k2/WM2003, WinCE 2.11-4.2, and probably a few more platforms I completely forgot. I develop for the Pocket PC in Squeak; I simply copy my image to my Axim via wifi and open it up- there's never any doubt as to whether or not it'll run ala Java.

      Also see Squeak.org and the Squeak Swiki.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  2. Re:Squeak as in Smalltalk Squeak? by PissingInTheWind · · Score: 4, Informative

    Smalltalk dead? Riiight.

    Seriously, people don't know what they're missing. Quick example: one of the most advanced web application development framework around is coded under Squeak in Smalltalk: Seaside.

    And people right now are wetting themselves over "Ruby on Rails", while this isn't even comparable in term of flexibility and power.

    Pity the masses who ignore advanced programming languages technology.

    --

    A message from the system administrator: 'I've upped my priority. Now up yours.'
  3. Re:Mirror by tonsofpcs · · Score: 2, Informative

    Mirrordot only gets the page directly linked. Try http://web.archive.org/web/20040212091052/squeakla nd.org/ if you want to be able to browse the site.

  4. Re:having seen Squeakland by RevAaron · · Score: 2, Informative

    Squeak has a lot of programmers interested, a lot of people in education too... But perhaps not so many designers, no. But in the usual mode of open source: if you don't like it, lend a hand!

    Though it's not as bad as it is on default- most people have a customized environment, though a better default should be picked. A couple screenshots from my Squeak images, one with with an IceWM theme and another IceWM theme'd Squeak.

    --

    Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  5. Re:How long is it before... by nagora · · Score: 2, Informative
    Disney owns the right to Peter Pan? This is news to me, I thought the book (written by J.M. Barrie) was in the public domain...

    It's a play and the copyright is held by Great Ormand Street Children's Hospital in London, by special provision for that specific work under British copyright law.

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  6. Re:Squeak as in Smalltalk Squeak? by ozten · · Score: 2, Informative

    I think that Croquet will be a huge shot in the arm for Squeak. I have played with it about 6 months ago, but Croquet has inspired me to order The White Book and the OpenGL programming guide, to really dig into Squeak in April. Can't wait.

  7. No, ruby is brutally slow. by Anonymous Coward · · Score: 2, Informative

    Ruby is the second slowest scripting language (PHP is slower), and its by a huge margin. Python is significantly faster, and can often be sped up even more using psyco. Even better, use pike. Its about as fast as python with psyco, but its portable, more feature complete (?:, switch, for), and has a nice, sane C++ like syntax.

    Check out http://shootout.alioth.debian.org/great/