Reddit: SafeD - The Safe Subset of D

janderson askme at me.com
Mon Mar 24 21:11:56 PDT 2008


janderson wrote:
> Walter Bright wrote:
>>
>> http://reddit.com/r/programming/info/6d210/comments/
> 
> Would it be possible to use unsafe libraries with a safe D subset?  I'm 
> think of something like being able to specify what libraries you can 
> link to that are unsafe somehow, perhaps through a dll or wrapper.
> 
> -Joel

What I'm getting at is that some libs may be safe for one project but 
may not be considered safe in another.  For instance, someone may want 
to prevent writing to a file, in another this may be perfectly 
acceptable however they may want security in other areas.

-Joel


More information about the Digitalmars-d-announce mailing list