Where did the time go? ImageCraft Propeller C project status
ImageCraft
Posts: 348
Whoa, it seems like only yesterday that I talked to the Parallax folks at ESC and now, Summer's end is in sight already!
I just notice that I have not given any update to you fine folks on the Propeller C project, so here's a short report: the project is under way and we have a good idea on the runtime architecture (*) I have reorg'ed the development process in our company so unfortunately some times were lost on bringing the resources up to speed. We are still planning for a beta release by the end of October and a production release soon afterward. The Parallax staff has been very supportive of our endeavor and we know our product will be a good complement to the Propeller chips.
Hang in there all ye C programmers. We will be there relatively soon.... As suaul, if you have any questions or comments, you can leave them here or send me an email richard @imagecraft.com.
(*) Recall that with Propeller C, we will be using a "large programming model" implementation such that the program memory size is limited by the HUB memory and not the COG memory, at a cost of about 25% of native code performance in the worst cases and 80%-90% of native code performance in some routines.
I just notice that I have not given any update to you fine folks on the Propeller C project, so here's a short report: the project is under way and we have a good idea on the runtime architecture (*) I have reorg'ed the development process in our company so unfortunately some times were lost on bringing the resources up to speed. We are still planning for a beta release by the end of October and a production release soon afterward. The Parallax staff has been very supportive of our endeavor and we know our product will be a good complement to the Propeller chips.
Hang in there all ye C programmers. We will be there relatively soon.... As suaul, if you have any questions or comments, you can leave them here or send me an email richard @imagecraft.com.
(*) Recall that with Propeller C, we will be using a "large programming model" implementation such that the program memory size is limited by the HUB memory and not the COG memory, at a cost of about 25% of native code performance in the worst cases and 80%-90% of native code performance in some routines.
Comments
Need to start working on PCB's if the compiler is only months away.
Rich
As for what the compiler needs, I presume you are asking about the Host requirement: currently the host is Windows (hiss, I know, I know) and really any half decent XP class machine will work fine. We even have people using ancient 486 machines... The IDE/compiler should work under VMs such as Parallel and Wine, but there is no guarantee yet, we will just have to wait and see how it plays out.
As for Universities etc., Parallax strong point is the educational market, so we definitely plan to leverage their expertise and market penetration in the area. Wait and see for now though...
// richard