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.

QUESTION: What is your favorite programming language and why?

3 pointsby DuqEalmost 14 years ago

1 comment

Wickkalmost 14 years ago
I swear I see this topic across various forums on a daily basis.<p>But anyway in no specific order:<p>Python - The simplicity of the language was an invaluable gateway into programming for me. I worried much less about syntax than I did when I learned Java in HS, and spent much more time focusing on actual concepts of programming as a whole. It's still my go-to language when applicable.<p>Javascript - I continuously get blown away by the things people are able to do with this language across the web. Recent example: Bellard's Linux emu.<p>C - After I had a firm grip with python I began picking this up via the K&#38;R bible, and I still find myself challenged by either concepts or the use of the language itself when using it.