inhahe wrote: > hello, i'm pretty new to c-- and i have some questions. > > 1 is there / can there be a coroutine or microthread framework for c--? > > 2 are there instructions / a framework for making a dll with c--? or > even better, for making a python extension? > > 3 can i use MMX, SSE, SSE2, SSSE3, SSE4, SSE5 or AltiVec with it?
I tend to think that C-- is no more very active, but I will be pleased to be wrong. My blind guess is that the respectable researchers who worked on C-- are now working on other stuff. Regarding your interests you might perhaps consider looking into LLVM. It seems quite active now, and might answer to some of your wishes. http://llvm.org/ -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} *** _______________________________________________ Cminusminus mailing list [email protected] https://cminusminus.org/mailman/listinfo/cminusminus
