github / archive-program

The GitHub Archive Program & Arctic Code Vault
3.01k stars 248 forks source link

Replace Javascript titles #72

Closed nferraz closed 4 years ago

nferraz commented 4 years ago

Instead of:

I recommend the following books:

rezendi commented 4 years ago

Thanks for this; will look into it.

nferraz commented 4 years ago

As I wrote on ticket #73, we may not need books about Javascript.

All we really need is Assembly and C.

We can learn Javascript and all the other programming languages from the source code, documentation, tests and other projects.

For example, we could compare different implementations of mal to learn how C, Python, Java, Javascript, LISP and many other languages implement the same project. A kind of rosetta stone of programming languages!

rezendi commented 4 years ago

Done.