TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Programming for Seniors. Where would you start?

4 pointsby uptownhralmost 10 years ago
There are many resources available today for one to get into the world of programming and development. Starting from code academy to tealeaf and bootcamps, all do a great job. However, I feel these resources are inadequate for a senior, or a little kid to get started on their own. If we can figure out a cirriculum for seniors, I think may have the ultimate guide to getting started in programming.<p>Thoughts?

3 comments

brudgersalmost 10 years ago
&quot;For Seniors&quot; is a marketing strategy that preys of anxiety over change or offers a discount. It&#x27;s not really as if there is some cognitive development barrier as there is with children. That&#x27;s not to say that programming can&#x27;t be facilitated with various accommodations that mitigate the physical effects of age such as decline in vision and arthritis in the hands. But, the intersection of seniors attracted to the idea of programming and the training wheels of a &quot;for seniors&quot; curriculum is probably reducible to general personal enrichment.<p>Good luck.
sisciaalmost 10 years ago
I would pick any &quot;hard problem&quot; and I will try to come up with a reasonable implementation.<p>A short list of &quot;hard&quot; problem:<p>* writing a compiler<p>* a key value distribuite storage system<p>* embedded databases<p>* a constrain solver<p>* circuit simulator<p>* render engine<p>You can note a couple of things, usually &quot;hard&quot; problem require a lot of theory, they are hard because we don&#x27;t have the right abstraction, they are not really related to each other...<p>Anyhow &quot;seniorities&quot; is not really about the capability of solve hard problem, it is more about to empower your team to solve such problem, together.
p3anomanalmost 10 years ago
Smalltalk