Re: [q-lang-users] Complex numbers
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-06-16 17:28:22
|
bri...@co... wrote: > These languages typically offer a block-structuring thing, called > "using" in VB [and I can't remember what it's called in C#], and any > types that implement interface IDisposable get, well, disposed of when > control leaves the block. Unfortunately, a stack-based discipline isn't enough for Q here, since a stateful object may be referenced from other expressions and also from different threads at the same time. -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |