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.
Inform (Score:2)
Why don't you try some programming in Inform? It's a little different paradigm than most programming languages I've seen, and might help you think about things differently?
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Inform (Score:2)
I've thought about that. Rael was telling me about his experiments with Inform and he was thinking about using that or something similar to make a natural language interface for some of the stuff he was doing. If I recall correctly, it was basically something which (for example), if someone sent you an invitation for a meeting, you could type "accept the invitation" and your calendar would automatically be updated and a message would be sent back saying you had accepted.
As for why I didn't go that route, I really wanted to play around more with the "Higher Order Perl" parser. I've written a large grammar with it already and I wanted to be able to do something in pure Perl which allowed me to play to my strengths and get something up and running quickly.
Reply to This
Parent