Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log in

[ Create a new account ]

PerlCard?

posted by ziggy on 2002.05.11 11:00   Printer-friendly
An anonymous perl hacker writes: "PythonCard is a HyperCard clone written in Python using the WxPython toolkit. Anyone know of a PerlCard project?"

Damian Conway did some work on a LlamaCard project a few years ago, but most of those links appear to be dead at the moment...

Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Odd

    (Score:5, Interesting)
    by belg4mit (967) on 2002.05.11 13:18 (#8269)
    ( http://pthbb.org/ | Last Journal: 2006.03.08 19:01 )
    According to this [http://www.consultix-inc.com/munging.html]
    it should live on CPAN, however it's not there nor is it on BACKPAN [ftp://pause.perl.org/pub/backpan/authors/id/D/DC/DCONWAY/].

    --
    -- Were that I say, pancakes?
  • Llamacard MIA

    (Score:5, Interesting)
    by Damian (784) on 2002.05.11 18:02 (#8275)
    I was actually supervising an exceptional Honours student, Aaron Wigley, who put that module together (and gave the TPC4 talk on it).

    For the last two years he hasn't had the time (or perhaps sufficient motivation) to put it together for the CPAN, despite repeated pleas from me to do so.

    I'd suggest that anyone (or perhaps: everyone) who is interested in it send him mail [mailto] imploring him to release it. Perhaps the combined cajoling of the entire Perl community will succeed where my lone voice has failed.
  • by benjamin (1694) on 2002.05.15 8:21 (#8437)
    ( http://nur-eine-i.de/ )
    I never used anything like HyperCard, so I can't compare it to anything, but I think that anyone who is interested in a RAD GUI in Perl can take a look at Guido [sourceforge.net]. You can develop Perl/Tk applications with Guido. I haven't used it that extensivly but it seems quite okay.