Re: [pure-lang-users] Import Statements
Status: Beta
Brought to you by:
agraef
|
From: Albert G. <Dr....@t-...> - 2008-07-06 11:12:48
|
Libor Spacek wrote: > Would something like: > > import a,b,c,xyz from somelib; > > be possible in Pure, to be used instead of the blunt weapon "using somelib;"? Not right now, as Pure has only one flat global namespace at this point. It can be done, but it's going to be some work, and I have to make sure that this doesn't break the C interface with its flat namespace. Albert -- 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 |