NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
look at the laternatives before you build your own (Score:1)
Beware of hubris about Tangram -- it does a lot of tricky perl magic in order to provide almost invisible persistence. It is not easy to build something like that.
Re:look at the laternatives before you build your (Score:2)
The schema and other bits of database behind tangram aren't anything special.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:look at the laternatives before you build your (Score:1)
The schema that Tangram generates is simple, but handling the query language and doing all the TIE and proxying in order to make things like arrays work is quite complex.
Reply to This
Parent