Chuck
From <3 Beat Language Wiki
method chuck(string src, args) executes the .ck file at the URL src, passing in args if present.
[edit] Example
//<3 Beat
<body3
<foo3
<chuck3
"http://127.0.0.1:30000/beep.ck&freq=1000.&time=60." => src;
</3
^chuck;
</3
^foo;
</3
[edit] "Metamethod"
chuck() is the core method of all <3 programming. The most basic functions, such as beep, call upon localhost scripts to execute their actions.
