Right now schannel's read is a proc which means you have to explicitly pass
in a variable that is assigned the value read from the channel. I think this
was how things were done before generators. Now that we got generators
though, is there any way to do it the old way? I'd love to be able to use
channels in expressions.
aside: I didn't know that you could name type expressions like this:
proc read[t,CHAN:i_schannel[t]](v:&t,chan:CHAN) { ... }
Thats pretty handy.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language