Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
paul_reiners
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
10 Great Tech Books
(spectrum.ieee.org)
11 points
by
paul_reiners
18y ago
|
7 comments
2.
▲
by
paul_reiners
18y ago
I don't think it is, but I saw a test case here claiming it is: http://www.cs.northwestern.edu/academics/courses/325/program...
3.
▲
Q about car-circularity
1 points
by
paul_reiners
18y ago
|
1 comments
4.
▲
You Get What You Pay for With Online Q&A Sites
(www1.umn.edu)
2 points
by
paul_reiners
18y ago
|
0 comments
5.
▲
by
paul_reiners
18y ago
A watched kettle never boils.
6.
▲
by
paul_reiners
18y ago
They concentrate on algorithms. Good for them. That is how it should be taught.
7.
▲
Soccer Robots Compete for the Title
(fraunhofer.de)
2 points
by
paul_reiners
18y ago
|
0 comments
8.
▲
Solutions to Exercises in "ANSI Common Lisp"
(automatous-monk.com)
23 points
by
paul_reiners
18y ago
|
0 comments
9.
▲
by
paul_reiners
18y ago
* Sherlock Holmes: Because he was the coolest guy ever, even if he was fictional. * Bobby Fischer: The world had never seen such monomania before and probably never will again. (Of course, he went mad in the end.) * Lennon and McCartney: T
10.
▲
by
paul_reiners
18y ago
Read "Smart & Gets Things Done" by Joel Spolsky: http://www.joelonsoftware.com/items/2007/06/05.html
11.
▲
by
paul_reiners
18y ago
That's exactly it. Saying that learning a new language is just a matter of learning a new syntax is like saying that an English-speaking, non-German speaker could translate a German text to English by taking a German-English dictionary and
12.
▲
by
paul_reiners
18y ago
I've noticed that the most effective way to get a programming project finished is to just let everything else slide for a few weeks: paying bills, exercising, being social. Probably not a very healthy way to live in the long run, though.
13.
▲
Nim Chimpsky: The Chimp Who Would Be Human
(salon.com)
1 points
by
paul_reiners
18y ago
|
0 comments
14.
▲
Once An Algorithms Guy, Always An Algorithms Guy
(ddj.com)
7 points
by
paul_reiners
18y ago
|
0 comments
15.
▲
by
paul_reiners
18y ago
That's a compliment, right?
16.
▲
by
paul_reiners
18y ago
People always like talking about what they're working on.
17.
▲
by
paul_reiners
18y ago
I can't get any speed-up by using declarations. If anyone does, please let me know.
18.
▲
by
paul_reiners
18y ago
Right now I'm in the middle of a study group that I started here at work. We're studying Graham's book "ANSI Common Lisp" and studying inference in particular, so we're also covering some of "Paradigms of Artificial Intelligence Programmin
19.
▲
by
paul_reiners
18y ago
Sarosh, Thanks! I know about Csound, but I've never actually used it. Lately I've been playing around with Common Music, which is written in Lisp and has a Lisp API. Now that Mathematica supports MIDI, I want to do some music programming i
20.
▲
Back to Basics: Algorithms
(computerworld.com)
2 points
by
paul_reiners
18y ago
|
0 comments
21.
▲
by
paul_reiners
18y ago
Here's an article I wrote on the same topic: http://www.ibm.com/developerworks/java/library/j-camusic/ They did an excellent job with WolframTones. Mathematica is a powerful language.
22.
▲
by
paul_reiners
18y ago
Eric Raymond is an excellent writer and you can't go wrong reading this article. Also, learn how to do mathematical proofs. I don't know what the best way to do this is. I learned from 10th-grade Euclidean geometry class. Maybe you can p
23.
▲
Q about Exercise 13.3(b) in "ANSI Common Lisp"
2 points
by
paul_reiners
18y ago
|
1 comments
24.
▲
Django Wired
(artima.com)
1 points
by
paul_reiners
18y ago
|
0 comments
25.
▲
by
paul_reiners
18y ago
Actually, I take back my statement that this is not set-theoretic union. If I'm willing to accept '(a a) as representing the set '(a) when I use it as an input to union, I should be just as willing to accept '(a a b) as representing the set
26.
▲
by
paul_reiners
18y ago
Yes, you're right. The fact that they leave the behavior of union in this case undefined in the standard is surprising to me. The fact that SBCL and GNU CLISP implement it the way they do is just bizarre to me.
27.
▲
Q about Lisp union
5 points
by
paul_reiners
18y ago
|
7 comments
28.
▲
Party of One: The Loners' Manifesto
(dir.salon.com)
4 points
by
paul_reiners
19y ago
|
1 comments
29.
▲
by
paul_reiners
19y ago
Thanks, I figured it out now.
30.
▲
by
paul_reiners
19y ago
I'm not sure, but I think you need to use labels, rather than flet, in this case, since local functions defined using flet cannot be recursive. At least that's how I interpret what it says on page 319. At any rate, this solution works usin
More ›