There was very little code Go code in the early days. This was bootstrap
time. The path was, by hand: run the compiler, run the linker, run the
binary. Makefiles showed up when there was enough of a library to make one
worth writing, and went away as soon as was feasible, when the go tool
showed up (as was always the plan).

-rob


On Mon, Jul 4, 2016 at 8:32 PM, Mike Lee <abdi....@gmail.com> wrote:

> Hello,
>
> For this question please refer to commit
> 0cafb9ea3d3d34627e8f492ccafa6ba9b633a213 of the Go repository.
>
> This is a very early version of Go (2008).  I was just curious as to how
> it looked at the start. I don't have any experience in compilers/language
> design, can someone tell me how they executed this code? How did they run
> the Go code? No Makefile?
>
> thanks :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to