[Developers] Metaweb Perl module
Hayden Stainsby
hds at caffeineconcepts.com
Thu Jul 26 18:45:15 UTC 2007
I've had a bit of interest in a perl module, and there's obviously
interest in a Ruby module (or is it framework? - my knowledge of Ruby
obviously isn't excessive). I've got my Perl module so far up on a
subversion repository.
It is currently pretty much read queries, but I'll soon be adding
support for grabbing the raw text descriptions and such. It's up at:
http://caffeineconcepts.com/net-metaweb
(so that's `svn co http://caffeineconcepts.com/net-metaweb` for
anyone new to subversion.)
My hosting provides subversion reps, so if anyone wants another
freebase related repository set up I'm happy to provide it until it
eats all my bandwidth. (-:
--
Hayden
(PS. Free Developers was a mistake the first time, now it's deliberate.)
On 26 Jul 2007, at 15:08, Will Moffat wrote:
> Hi Hayden, Shawn,
>
>> I'm in the process of writing a Perl module to interface to a
>> Metaweb, obviously this is centred around Freebase at the moment, but
>
> I'm very interested, I've been thinking along similar lines but I
> simply don't have time to do any Perl or Ruby coding right now. Please
> keep us informed if you make any progress.
>
> regards,
> --Will
>
> hamstersoup.com
#!/usr/bin/perl
chop($_=<>);@s=split/ /;foreach$m(@s){if($m=='*'){$z=pop at t;$x=
pop at t;$a=eval"$x$m$z";push at t,$a;}else{push at t,$m;}}print"$a\n";
# http://occasionallyhuman.net/
More information about the Developers
mailing list