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.

What Programming Langauge Are You Learning?

7 pointsby mudgeabout 15 years ago
I'm always studying or learning some programming language. Lately I've been studying x86 assembly using NASM. What programming language are you learning?

21 comments

bdfh42about 15 years ago
This is going to sound a tad trite but - the answer is all of them that I use. I never stop learning new ideas and it is just great when you get to switch a technique or construct fro one language to another.<p>One thing I have learned is that there is nothing that you can do in one language that you can't do in another (assuming Turing complete of course and excluding the odd API call with particularly strange data types - is that cheating?)
评论 #1272086 未加载
OSTwisterabout 15 years ago
Rc shell right now, although I don't think there's much left to learn. Certainly far less than Bourne shell. Go, Lisp, and ARM assembler are vying for my attention next.<p>Go offers the most interesting possibilities but also looks the strangest to me. Lisp I'd be re-learning and expanding on my knowledge. ARM assembler for purposes of porting things but also I can't quite resist the low-level.
j-g-faustusabout 15 years ago
Google's Go (www.golang.org)<p>I'm also considering the "seven languages in seven weeks" book (<a href="http://www.pragprog.com/titles/btlang/seven-languages-in-seven-weeks" rel="nofollow">http://www.pragprog.com/titles/btlang/seven-languages-in-sev...</a> ). I know some of those languages already, but I think it's worthwhile to spend a few weeks getting an overview of what else is out there.
scorchinabout 15 years ago
<p><pre><code> C - Refreshing knowledge by going through K&#38;R and then CII C++ - Never taught properly at university, so bought Accelerated C++ Java - just bought a copy of Effective Java </code></pre> I'm starting to go to more local dev events as well, especially those based around Python and Ruby. Can anyone recommend any decent events around London for C++/Java/Scala?
torialabout 15 years ago
A language I've discovered with delight is Cobra. It is python-like, with built-in unit test support, contract support, and currently on top of the .Net platform (but a backend is flexible enough that some work at targeting Java and Obj-C has been done).<p><a href="http://cobra-language.com/" rel="nofollow">http://cobra-language.com/</a>
gtaniabout 15 years ago
For serious use:<p>scala/lift, clojure (and learning java through those 2!)<p>erlang, perl (yes, perl, I never used moose before)<p>-----------<p>Will get serious at some point:<p>objective-C, OCaml, haskell,<p>F# (when i get VS2010 license)
pedohabout 15 years ago
As a long time perl developer, I'm dabbling in python and a little bit of ruby.
bradfordwabout 15 years ago
Clojure
评论 #1272204 未加载
评论 #1271874 未加载
mahmudabout 15 years ago
Today I am spending time on the semantics of exception handling in Orc.<p><a href="http://orc.csres.utexas.edu/" rel="nofollow">http://orc.csres.utexas.edu/</a>
silentbicycleabout 15 years ago
The WAM (a VM design for Prolog).<p>Also, Joy.
jtthabout 15 years ago
Just Objective-C. One language at a time.
joe_bleauabout 15 years ago
Messing around with csound.
nzmsvabout 15 years ago
Haskell
alfredpabout 15 years ago
haxe, targeting Flash; yeah I'm serious, haha!
patgarnerabout 15 years ago
Scheme
评论 #1271813 未加载
aitoehigieabout 15 years ago
erlang
poleraabout 15 years ago
Clojure
malykabout 15 years ago
erlang
JonnyRocksabout 15 years ago
F#
anttiabout 15 years ago
PHP
rick_2047about 15 years ago
Currently trying making my homegrown arduino clone (right now using a breadboard version) and learning the Wiring language. Granted it isn't a complete language but just a library for C but they advertise it that way, I seriously dont know if it would be called a language or not.(Linguists have your say here)