What are the first 3 books I should read on the topic of teaching tech to kids? Thanks!
Alan Kay has agreed to do an AMA today
521–530 of 931 posts
Re: Alan Kay has agreed to do an AMA today
#522Earlier quoted context omitted.
Do you believe in self-healing/self-repairing software?
This is a worthy goal, and I think quite possible. Note that Biology requires a lot of organization in order to do this, so it is likely not to be straightforward from where we are. But we had to make the Internet -- etc. -- self-healing in many respects (we had to go to dynamic stabilities rather than trying to make perfect machines ...)
Re: Alan Kay has agreed to do an AMA today
#523Hi Alan, I am sometimes involved with mentoring younger people with STEM projects (arduino etc). Its all the buzz. But I heard one of my younger relatives lament about the tendency of young people to gravitate towards a quantitative field of study / training - is there too much hype?. "Learning to Code" is a general movement that is helping many youth to improve their career prospects. Do you think it's being effecti…
Re: Alan Kay has agreed to do an AMA today
#524Is there any site that lists all arguments from all sides and reach a conclusion? If they don't reach a conclusion, do they have an issue tracking system and leave the issue open for anyone to find easily and respond? Debates should have a programming language, have CI for new arguments, have unit tests to check logic, have issues tracked and collaborated on GitHub.
Re: Alan Kay has agreed to do an AMA today
#525Hi Alan. A lot has been made of the visions that your colleagues and you had that ultimately became the fabric of our industry. Did you have any ideas, predictions or visions which ultimately didn't play out? (And any ideas on why?) Thank you very much to your contributions to our industry. Anyone blessed to be working in this field today owes you an enormous debt of gratitude. You have made a dent in the universe.
Re: Alan Kay has agreed to do an AMA today
#526What do you think of Steve Jobs? And the Current Apple. Do you have any meaning friendship with him? Do you miss him? Any Story to share?
Re: Alan Kay has agreed to do an AMA today
#527What do you think of Chris Crawford's work on Interactive Storytelling? His latest iteration is "Siboot" http://siboot.org/ Note: He mentions being inspired for that from discussions with you at Atari.
Re: Alan Kay has agreed to do an AMA today
#528Hi Alan! I've got some assumptions regarding the upcoming big paradigm shift (and I believe it will happen sooner than later): 1. focus on data processing rather than imperative way of thinking (esp. functional programming) 2. abstraction over parallelism and distributed systems 3. interactive collaboration between developers 4. development accessible to a much broader audience, especially to domain experts, without…
What if "data" is a really bad idea?
Re: Alan Kay has agreed to do an AMA today
#529Beside objects one true revolutionary idea in Smalltalk is the uniformity of meta facilities - an object knowing about itself and being able to tell you. I see so many dev resources burnt just because people build boring UIs or persistence bindings by wiring MANUALLY in traditional languages. All this is a no-brainer when enough meta infos (objects and relations) are available and a program is reflected as data as in…
What would a programming language be like if we actually took the many dimensions of scaling seriously ... ?
Re: Alan Kay has agreed to do an AMA today
#530Hi Alan, Do you think we're yet at a position where we could catalog a set of "primitives" that are foundational to programming systems? (Where "systems" are fundamentally distributed and independent of software platform, programming language or hardware implementation)