Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uninverted
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
uninverted
16y ago
"Foobar inc., Portugal's leading provider of accounting software in the $50-$100 range marketed toward shipping companies".
2.
▲
by
uninverted
17y ago
The title sounds randomly generated.
3.
▲
by
uninverted
17y ago
What? You say that software with tests is more reliable, and then give an example of reliable software without tests.
4.
▲
by
uninverted
17y ago
I can't stop myself from reading it like free verse because of the line breaks :|
5.
▲
by
uninverted
17y ago
Classic game theory: it's (supposedly) a net benefit for everyone to watch TV, but for any given person it's a net loss.
6.
▲
by
uninverted
17y ago
I wonder what a language with a three character Fibonacci sequence would be like. You'd probably need Unicode, if the language wasn't specifically designed for the Fibonacci sequence.
7.
▲
by
uninverted
17y ago
This is a paragon of obfuscatory buzz-speak.
8.
▲
by
uninverted
17y ago
There's a chicken and egg thing here...
9.
▲
by
uninverted
17y ago
I don't care which language is popular, I want to know what makes a language popular. I try to choose languages orthogonally to popularity.
10.
▲
by
uninverted
17y ago
I wonder if perl would be less popular if it was a better language.
11.
▲
by
uninverted
17y ago
java cobol c++ fortran basic pascal php
12.
▲
by
uninverted
17y ago
Secret Newton Killer? Einstein?
13.
▲
by
uninverted
17y ago
I just scared the hell out of my neighbors. :)
14.
▲
by
uninverted
17y ago
There's no language called "Indian". They speak Hindi and English in India.
15.
▲
by
uninverted
17y ago
I use a really similar wm called Awesome (written in C and Lua), but I might switch once I grok haskell more.
16.
▲
by
uninverted
17y ago
Yep, total old boys club; you only get in from reference counting. When will women be able to mark and sweep?
17.
▲
by
uninverted
17y ago
This is very dubious (proving the opposite is easier), but it was quite a lot of fun.
18.
▲
Wolfram Alpha proves that N = N - 1
(wolframalpha.com)
1 points
by
uninverted
17y ago
|
3 comments
19.
▲
by
uninverted
17y ago
...Man, Clojure seems to have just about everything from every language ever.
20.
▲
by
uninverted
17y ago
I like Lisp too, but there's nothing especially accurate about it's arithmetic that you can't get in other civilized languages.
21.
▲
by
uninverted
17y ago
Smalltalk would be trivial to model with s-exps: (object message args)
22.
▲
by
uninverted
17y ago
I think you need laziness to be a little more prevalent than that before it makes a difference. Haskell's super-concise Fibonacci sequence illustrates that: let fib = 1 : 1 : zipWith (+) fib (tail fib)
23.
▲
by
uninverted
17y ago
This question would be the length of a book if I had to define those words. Any hostility you detected was imagined. I was only pondering if a language in a certain style could be overly restrictive.
24.
▲
Ask HN: Could a Lisp be Blub?
16 points
by
uninverted
17y ago
|
28 comments
25.
▲
by
uninverted
17y ago
http://utilitymill.com/utility/MetaUtility Just about the same thing for Python. It would probably be trivial to write another one like _why's with Rails, though
26.
▲
by
uninverted
17y ago
I am reluctant to upvote any haikus that employ plagiarism.
27.
▲
by
uninverted
17y ago
Four then Five then Five A proper haiku makes not Try Five Seven Five
28.
▲
by
uninverted
17y ago
BeOS was an Operating System, 'twas never meant to Be.
29.
▲
by
uninverted
17y ago
Did anyone else expect this to be for programming languages?
30.
▲
by
uninverted
17y ago
Some of the biggest reasons to learn a new language are the features that you can take back to more domestic ones; almost nothing that makes Icon special (backtracking, generators, string scanning) can be used in other languages
More ›