Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wilkes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
wilkes
8y ago
https://www.cambridge.org/core/journals/the-british-journal-...
2.
▲
by
wilkes
10y ago
References?
3.
▲
by
wilkes
14y ago
This made me grumpy.
4.
▲
by
wilkes
14y ago
Chris Granger, of Light Table fame, has a few handy libraries. None of these are quite on par Meteor, but they are the basis for Light Table. https://github.com/ibdknox/fetch - remoting https://github.com/ibdknox/crate - html generatio
5.
▲
by
wilkes
16y ago
I suggest watching the screencast. It has examples of some pretty complex queries including aggregating and group by.
6.
▲
by
wilkes
16y ago
Is hyperbole in the list?
7.
▲
by
wilkes
17y ago
Haskell: http://learnyouahaskell.com/ http://book.realworldhaskell.org/read/
8.
▲
by
wilkes
18y ago
I miss R.A.W.
9.
▲
by
wilkes
18y ago
I've really enjoyed using PyParsing. O'Reilly has a ShortCut book on it that is worthwhile. http://oreilly.com/catalog/9780596514235/
10.
▲
by
wilkes
18y ago
http://www.martinfowler.com/bliki/DomainSpecificLanguage.htm... distinguishes between Internal and External DSLs. Internal DSLs are a style of programming, usually non-idiomatic. External DSls require parsing.
11.
▲
by
wilkes
18y ago
Languages every programmer should at least have some understanding of: Lisp - because it's lisp, duh Smalltalk - to actually understand OO Prolog - it requires a completely different thought process, for better or worse Haskell - for unders