Timeline for When does it make sense to compile my own language to C code first?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 2, 2014 at 16:13 | comment | added | Robert Harvey | I don't think you understand the question. See yosefk.com/blog/c-as-an-intermediate-language.html | |
| Oct 2, 2014 at 16:02 | comment | added | Tayyab Gulsher Vohra | actually he asking to design his programming language in which he is asking that "converts it to C or C++ code" . So i am explaining this if your are designing your own programming language why you should use the c compiler or c++. if you are intelligent enough you should design your own | |
| Oct 2, 2014 at 15:59 | comment | added | Robert Harvey | Right. So the question was "When does it make sense to emit c and use a c compiler, rather than emitting machine language or byte code directly?" | |
| Oct 2, 2014 at 15:58 | comment | added | Tayyab Gulsher Vohra | yes. because machine doesn't the c language | |
| Oct 2, 2014 at 15:56 | comment | added | Robert Harvey | Your code should be compiled into machine code to make it useful for machine -- If your compiler produced c code as an output, you could put the c code into a c compiler to produce machine code, right? | |
| Oct 2, 2014 at 15:54 | history | edited | Robert Harvey | CC BY-SA 3.0 | deleted 12 characters in body |
| Oct 2, 2014 at 15:54 | history | answered | Tayyab Gulsher Vohra | CC BY-SA 3.0 |