yadayada Posted June 29, 2015 Share Posted June 29, 2015 http://www.bloomberg.com/graphics/2015-paul-ford-what-is-code/#b06g24t20w15 Link to comment Share on other sites More sharing options...
Jurgis Posted June 29, 2015 Share Posted June 29, 2015 tl;dr 8) Link to comment Share on other sites More sharing options...
tengen Posted June 29, 2015 Share Posted June 29, 2015 I stopped reading at "A computer is a clock with benefits". Link to comment Share on other sites More sharing options...
Travis Wiedower Posted June 30, 2015 Share Posted June 30, 2015 I taught myself to code years ago so I enjoyed the read. It is really long, but probably a solid overview for people who know very little, or nothing, about programming. Link to comment Share on other sites More sharing options...
Jurgis Posted July 1, 2015 Share Posted July 1, 2015 Agreed with Travis. (Though I did not finish) Link to comment Share on other sites More sharing options...
rkbabang Posted July 1, 2015 Share Posted July 1, 2015 I haven't read it yet, but I did click on the link to start it, the moving graphics on the sides of the page are annoying and distracting. If I do go back to read it I think I'll cut and paste the text into a text editor. I first taught myself to code on my Commodore 64 when I was about 10 or 11. I'm a hardware guy, but I do a fair amount of coding at work. Mostly embedded C and assembly, and a fair amount of Python and Perl scripting as well. Link to comment Share on other sites More sharing options...
jschembs Posted July 1, 2015 Share Posted July 1, 2015 Do any of you have a book you'd recommend that synthesizes the history of coding languages? At this point in my life, I'm more interested in learning the history of the languages than trying to code myself. Link to comment Share on other sites More sharing options...
spartansaver Posted July 1, 2015 Share Posted July 1, 2015 I've been taking a coursera course Computer Science 101 that gives a nice overview of coding and computers. It's only six classes long, but I've enjoyed and learned a fair amount from the first two. Link to comment Share on other sites More sharing options...
Travis Wiedower Posted July 2, 2015 Share Posted July 2, 2015 Do any of you have a book you'd recommend that synthesizes the history of coding languages? At this point in my life, I'm more interested in learning the history of the languages than trying to code myself. It sounds like the book CODE may be what you're looking for. Link to comment Share on other sites More sharing options...
yadayada Posted July 2, 2015 Author Share Posted July 2, 2015 This book is a good intro in computer science, on how the logic gates work. But very basic obviously, no advanced stuff http://www.amazon.co.uk/Code-Language-Computer-Hardware-Software/dp/0735611319/ref=sr_1_1?ie=UTF8&qid=1435859521&sr=8-1&keywords=code+the+hidden+language Link to comment Share on other sites More sharing options...
netnet Posted July 2, 2015 Share Posted July 2, 2015 Do any of you have a book you'd recommend that synthesizes the history of coding languages? At this point in my life, I'm more interested in learning the history of the languages than trying to code myself. Do you want a general CS history? Seminal ideas from CS or do you really want a history of programming languages. For a history of CS: Ada's Algorithm Seminal ideas from CS: The Ingenious Ideas that drive today's Computers CS from a societal perspective Program or be Progammed and Blown to Bits Code the hidden language that Yadayada recommended is a good book. If you want to go beyond this and get really profound sense of what is going on under the hood in a computer look at Nand to Tetris. There is a website (separate and complete) here http://nand2tetris.org/OR a MOOC course. This is really great, you build a virtual computer from first principles, i.e. from the logic gate to running a Tetris game: https://class.coursera.org/nand2tetris1-001 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now