When a go program is called from C, is it compiled or interpreted? -


i made c program. , made go file go functions defined. in c program, called go functions. go called c compiled or interpretted?

i made c program. , made go file go functions defined. in c program, called go functions

you made go program calls c functions (the other way around not yet possible.) you're apparently calling go functions c again bit weird , doesn't make sense of time. see https://stackoverflow.com/a/6147097/532430.

i'm going assume used gccgo compile program. because if used go's gc there wouldn't confusion language program written in.

is go called c compiled or interpretted?

it's compiled. gccgo go front-end gcc. , gcc stands gnu compiler collection.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -