My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 18, 2010 9:09 UTC (Mon) by mjthayer (guest, #39183)In reply to: My advice on implementing stuff in C: by marcH
Parent article: Russell: On C Library Implementation
> Compiling to a lower-level yet still "human-writable" language is an interesting approach that can be successful to some extend. However it always has this major drawback: debugging & profiling becomes incredibly more difficult.
Without having looked at Vala, I don't see why this has to be the case. C itself is implemented as a pipeline, this would just add one stage onto the end. The main problem to solve that I can see is how to pass information down to the lower levels about what C code corresponds to which Vala code.
