Also of note is the author's story of writing the book and giving it away as a labor of love. Very nice
Programming from the Ground Up [pdf]
11–20 of 56 posts
Re: Programming from the Ground Up [pdf]
#12Re: Programming from the Ground Up [pdf]
#13Re: Programming from the Ground Up [pdf]
#14Top of HN with 4 upvotes and no comments?
~(Score) = votes / time
Also, people open links, upvote if they like it, and then continue reading (most of the time). That way if their reading is interrupted, they can check their "saved stories" to get back to reading later.
Re: Programming from the Ground Up [pdf]
#15Would anyone actually recommend to a beginner to start learn assembly first?
Re: Programming from the Ground Up [pdf]
#16Hah, just today I started to read "Haskell programming from first principles"[1] which also targets non-programmers but builds on lambda calculus instead of assembly. Would anyone actually recommend to a beginner to start learn assembly first? [1] http://haskellbook.com/
Yes, if you can find a good book about it. Assembler isn't particularly difficult, but the information teaching it is rather hard.
Right now, the lowest-level language I know of with a really good beginner book is C, and it's this book: http://smile.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/06...
Re: Programming from the Ground Up [pdf]
#17Working Link: http://download-mirror.savannah.gnu.org/releases/pgubook/Pro...
Re: Programming from the Ground Up [pdf]
#18Re: Programming from the Ground Up [pdf]
#19Hah, just today I started to read "Haskell programming from first principles"[1] which also targets non-programmers but builds on lambda calculus instead of assembly. Would anyone actually recommend to a beginner to start learn assembly first? [1] http://haskellbook.com/
>Would anyone actually recommend to a beginner to start learn assembly first? Yes, if you can find a good book about it. Assembler isn't particularly difficult, but the information teaching it is rather hard. Right now, the lowest-level language I know of with a really good beginner book is C, and it's this book: http://smile.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/06...
Re: Programming from the Ground Up [pdf]
#20Hah, just today I started to read "Haskell programming from first principles"[1] which also targets non-programmers but builds on lambda calculus instead of assembly. Would anyone actually recommend to a beginner to start learn assembly first? [1] http://haskellbook.com/
>Would anyone actually recommend to a beginner to start learn assembly first? Yes, if you can find a good book about it. Assembler isn't particularly difficult, but the information teaching it is rather hard. Right now, the lowest-level language I know of with a really good beginner book is C, and it's this book: http://smile.amazon.com/Absolute-Beginners-Guide-C-2nd/dp/06...
Now that I think of it, I should give my mum a call :)