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.

The J Programming Language [video]

72 pointsby kencauseyabout 11 years ago

6 comments

fprotthetarballabout 11 years ago
Is anyone using J as a component in a &quot;modern&quot; application? I am looking for an excuse to learn the language, but my current projects are more traditional web applications.<p>I could likely find an excuse for it in data analysis&#x2F;manipulation, but that seems like the obvious application.
评论 #7500234 未加载
评论 #7498904 未加载
评论 #7500569 未加载
minikomiabout 11 years ago
I really appreciated the pacing of this talk. In depth, but not too much so, with just enough of a taste to make me want to find out more.
tormehabout 11 years ago
Too many special characters. This is why I don&#x27;t like Haskell. As a polyglot, it&#x27;s really helpful to have a piece of syntax spell out what it does. Python is usually really good at this. I don&#x27;t get how it can be so hard for language designers to learn this. Why use &quot;:+&quot; when you can use &quot;append&quot;? Now I have to google &quot;Scala append&quot; every time I start writing a new Scala program. Good job. But at least the Scala example uses &quot;+&quot;, which is sort of understandable with lists. You can suspect that it has something to do with appending when reading code. What does &quot;&gt;&gt;=&quot; even mean? Or &quot;(($){.R)&quot;? WTF? I give up. I don&#x27;t like languages that try to fight me.
评论 #7500452 未加载
评论 #7501211 未加载
评论 #7500538 未加载
bgilroy26about 11 years ago
Dadgum has a great review of a J programming book here:<p><a href="http://prog21.dadgum.com/19.html" rel="nofollow">http:&#x2F;&#x2F;prog21.dadgum.com&#x2F;19.html</a>
评论 #7501819 未加载
jbogganabout 11 years ago
J is really fun. There are a lot of Project Euler problems you can hypothetically do as one-liners and that&#x27;s highly amusing to me at least.<p>Edited to add examples: <a href="http://www.hakank.org/j/" rel="nofollow">http:&#x2F;&#x2F;www.hakank.org&#x2F;j&#x2F;</a>
omarantoabout 11 years ago
I recommend installing a J interpreter on your phone or tablet. It&#x27;s concision makes it a great choice for coding without a physical keyboard (specially with a specialized J virtual keyboard). It&#x27;s great for, say, doing Project Euler problems while you&#x27;re waiting in line.