[chuck-users] benchmarking chuck

Perry R Cook prc at CS.Princeton.EDU
Tue May 2 18:58:44 EDT 2006


OK, here's the deal with that original code.

      s1 @=>  a[counter] => dac;

The first Chuck does assignment (replaces that
member of the array with s1.  The 2nd Chuck
connects it to the dac.  The @ part of the
operator signifies assignment.  So it's all legal,
but maybe confusing.

PRC



More information about the chuck-users mailing list