- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Open
Description
- go version 1.4.x https://www.digitalocean.com/community/tutorials/how-to-build-go-from-source-on-ubuntu-16-04
- go version 1.10.x : https://carolynvanslyck.com/blog/2018/07/building-go-from-source/
- golang is recursively dependent, startingfrom golang 1.4 :
- to really build it fromsource, you need tobuildfromsource 1.4, and then build all next versions then
- see http://www.boomerangsworld.de/cms/dev_guides/install_go.html
- that's where I will use ghallagher
 
- golang is written in C language, see here :
- you can check that in version 1.3 : https://go.googlesource.com/go/+/refs/heads/release-branch.go1.3/src/libbio/
- so i will hgave to perform the GNU compiler build from source,
- GNU compiler build from itself is reccurrent, so I willhave togo backas far as possible, and then analyze the left dependencies.
- Once I have the simplest possible GNU C compiler dependency, I will have to find an efficient technique to re-write it in assembly language, and work on how to build a CPU and its instruction set, the simplest possible, fromscratch , all engineering methods to do that.
 
Metadata
Metadata
Assignees
Labels
No labels