Unmanaged - a D framework on github

Martin martinbbjerregaard at gmail.com
Wed Mar 13 09:55:58 PDT 2013


On Wednesday, 13 March 2013 at 16:20:08 UTC, D-ratiseur wrote:
> Hello, I'd like to introduce the "Unmanaged" framework.
> It's a OOP library, strongly inspired by the Delphi/Pascal RTL.
>
> Its main concept is to bypass the GC. From this statement, the 
> library feaures:
> - main unmanaged object and memory routines
> - a parameterized list
> - an ownership system (used to automate the destroying of 
> object)
> - a parentship system
> - a serialization system...
> - etc work in progress.
>
> This library is developped in the same time I learn D, but 
> comming from Delphi, it's inspired by its class system  (but 
> it's not a copy at all).
> Unmanaged is tested under win32 an linux64. Basic build scripts 
> are provided for both systems and code review are welcome.
>
> you can track the project on github:
>
> https://github.com/BBasile/Unmanaged
>
> Hey.

This looks nice. Like really, really nice. Much more appealing to
me than the std library to be honest.


More information about the Digitalmars-d-announce mailing list