TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What Programming Langauge Are You Learning?

7 点作者 mudge大约 15 年前
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 条评论

bdfh42大约 15 年前
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 未加载
OSTwister大约 15 年前
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-faustus大约 15 年前
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.
scorchin大约 15 年前
<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?
torial大约 15 年前
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>
gtani大约 15 年前
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)
pedoh大约 15 年前
As a long time perl developer, I'm dabbling in python and a little bit of ruby.
bradfordw大约 15 年前
Clojure
评论 #1272204 未加载
评论 #1271874 未加载
mahmud大约 15 年前
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>
silentbicycle大约 15 年前
The WAM (a VM design for Prolog).<p>Also, Joy.
jtth大约 15 年前
Just Objective-C. One language at a time.
joe_bleau大约 15 年前
Messing around with csound.
nzmsv大约 15 年前
Haskell
alfredp大约 15 年前
haxe, targeting Flash; yeah I'm serious, haha!
patgarner大约 15 年前
Scheme
评论 #1271813 未加载
aitoehigie大约 15 年前
erlang
polera大约 15 年前
Clojure
malyk大约 15 年前
erlang
JonnyRocks大约 15 年前
F#
antti大约 15 年前
PHP
rick_2047大约 15 年前
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)