> There is a strong case to be made for Python files automatically being 
> reloaded. This is how Python works, both in the language design and 
> interpreter design. Cython is completely different being a (not JIT) 
> compiled language. Moreover with it being (default) silent despite the 
> Cython compiler having output is really bad. Imagine if your favorite C 
> compiler was silent by default. 

Both gcc and clang are silent :) 


Okay, perhaps I should be more precise here (it's also been awhile since I 
used one, so my memory might be wrong). On any single command, it doesn't 
say anything (it would be difficult for it to say what it was doing), but 
when run from a makefile, I thought it did output what command was being 
run? (Okay, technically that isn't a C compiler either...but the act of 
compiling a C program.)

Best,
Travis

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/fdcc6bc9-b620-45f5-bb3c-55668fb02d65n%40googlegroups.com.

Reply via email to