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.

Having a Creative Practice as a Programmer

21 pointsby memorableover 2 years ago

2 comments

nequoover 2 years ago
There is a point to be made that programming is fundamentally not an artistic but an engineering endeavor. Finding an optimal (or at least satisfactory) solution given a goal function and some constraints.<p>But if we take the view that code is to be read by humans as much as to be executed by computers, then the expression of an algorithm and the broader architecture of a program becomes a lot like creative writing.<p>Constraints are still present. Depending on the problem domain, this can be low latency, good time complexity, good space complexity, provable correctness. But readability by humans is another important constraint added to this list.<p>Hence Python has become so popular as to be completely unprecedented and Perl has vanished into the fog of history.[1]<p>[1] Notably, in a 2000 talk Rob Pike listed Perl, Java, C, and C++ as the technologies used on “high-end workstations”: <a href="http:&#x2F;&#x2F;doc.cat-v.org&#x2F;bell_labs&#x2F;utah2000&#x2F;utah2000.html" rel="nofollow">http:&#x2F;&#x2F;doc.cat-v.org&#x2F;bell_labs&#x2F;utah2000&#x2F;utah2000.html</a>
karam_qusaiover 2 years ago
very beautiful!!!