My intention is to send free digital updates to those who purchased the original 2012 PDF via the website, I have a list via fetchapp.com. I will probably remove this message for the new version. Print editions or other proprietary ebook formats (like kindle, etc) will be for purchase only for the new version. More: https://github.com/nature-of-code/natureofcode.com/pull/42
There's a very old version at http://arclanguage.com/, but the current codebase isn't public.
FWIW, here's the Arc code I wrote to generate a string of the form "Italicized Title - https://news.ycombinator.com/item?id=num - Month Year (n comments)". The variable i stands for item, which is HN's term for a post (story, comment, or poll):
I implemented all of the book almost 10 years ago in Python and pygame. I was starting to code professionally back then and it is responsible for much of the confidence I needed. It definitely is more about nature and math than code. If you're the kind of hands on learner like I am, then I'd recommend using this as a resource to learn to code first before learning about theorectical data structures. Thanks to the author, I am now in a position to buy it :)
When I first started programing, I was convinced that text applications weren't real programs, and the visual aspect of the book pulled me in to be a life-time programmer :)
I think this book should be used to teach "Programming" (in any language) in School because it shows how to use Computers as an aid to actually learning/simulating Science which dovetails nicely with the Maths/Physics/Chemistry/Biology classes.
Teaching this way will actually motivate students to understand Science since they can program the evidence and convince themselves of the "Scientific Truth" of what they have studied.
Hi! I'm the author, excited to find this post here. I am working furiously on a new version of the book, if you want to see it in progress there is a preview site here: https://nature-of-code-2nd-edition.netlify.app/
24 comments
[ 3.7 ms ] story [ 69.1 ms ] threadhttps://glicol.org/demo#chaos
https://www.youtube.com/channel/UCvjgXvBlbQiydffZU7m1_aw
https://news.ycombinator.com/from?site=natureofcode.com
Discussions with more than one comment:
- Release announcement: https://news.ycombinator.com/item?id=4709551
- https://news.ycombinator.com/item?id=6300510
- https://news.ycombinator.com/item?id=8060179
- https://news.ycombinator.com/item?id=14410201
- https://news.ycombinator.com/item?id=19632361
The Nature of Code - https://news.ycombinator.com/item?id=23157721 - May 2020 (1 comment)
The Nature of Code – evolutionary and emergent properties of nature in code - https://news.ycombinator.com/item?id=19632361 - April 2019 (8 comments)
Generative Coding – “The Nature of Code” Ported to Three.js - https://news.ycombinator.com/item?id=18122940 - Oct 2018 (12 comments)
The Nature of Code (2012) - https://news.ycombinator.com/item?id=14410201 - May 2017 (16 comments)
The Nature of Code: Simulating Natural Systems with Processing [video] - https://news.ycombinator.com/item?id=13295139 - Jan 2017 (1 comment)
The Nature of Code - https://news.ycombinator.com/item?id=8060179 - July 2014 (15 comments)
Basics of Neural Networks with example codes and illustrations - https://news.ycombinator.com/item?id=6300510 - Aug 2013 (29 comments)
* The Nature of Code free online book with live examples* - https://news.ycombinator.com/item?id=5153895 - Feb 2013 (2 comments)
Daniel Shiffman launches "The Nature of Code" online for free - https://news.ycombinator.com/item?id=4709551 - Oct 2012 (11 comments)
FWIW, here's the Arc code I wrote to generate a string of the form "Italicized Title - https://news.ycombinator.com/item?id=num - Month Year (n comments)". The variable i stands for item, which is HN's term for a post (story, comment, or poll):
Not that elegant but maybe not too bad.Here's one I use to decide from a list of free-form submissions whether to generate a link or a Google search:
Doesn't always work but works often enough! ;)I implemented all of the book almost 10 years ago in Python and pygame. I was starting to code professionally back then and it is responsible for much of the confidence I needed. It definitely is more about nature and math than code. If you're the kind of hands on learner like I am, then I'd recommend using this as a resource to learn to code first before learning about theorectical data structures. Thanks to the author, I am now in a position to buy it :)
When I first started programing, I was convinced that text applications weren't real programs, and the visual aspect of the book pulled me in to be a life-time programmer :)
Teaching this way will actually motivate students to understand Science since they can program the evidence and convince themselves of the "Scientific Truth" of what they have studied.
http://www.generative-gestaltung.de
More: https://github.com/nature-of-code/noc-book-2023