Garbage Collected Framework (GCF)
-
After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");
-
After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");
S van Leent wrote: After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sorry dude, but it has been done yet: it is called the .NET Framework. "In an organization, each person rises to the level of his own incompetence." Peter's Principle
-
S van Leent wrote: After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sorry dude, but it has been done yet: it is called the .NET Framework. "In an organization, each person rises to the level of his own incompetence." Peter's Principle
As I was expectiong this answer, not everything in this world is based on .NET, thereby, it's not only about useability but also about some fun. LPCTSTR Dutch = TEXT("Double Dutch :-)");
-
After reading Petzold, books about Garbage Collection and looked at MSDN to much, I had the Idea of comming up with a new Framework for Windows. Goals I want to settle: - Fully Garbage Collected - Fully Object-Oriënted (Well, except the generated _tWinMain...) - Really easy to use - Thread supported Well, as you can see, these four things are the most complicated to do it all together, but it seems to me it has to be possible. A problem is that I can't do this alone, (It would take me years, I'm studying, have a job, etc...) so I need some people to help me out. I know that you guys are the best (well, most of you are), so what do you think??? If you want to join, post a message (also if you've got some Ideas). I really want to do this! Sjoerd van Leent LPCTSTR Dutch = TEXT("Double Dutch :-)"); This has to be replaced with: OString *dutch = new OString("Double Dutch :-)");
Try googling for "Boehm GC".