Viewing profile — lispertoascheme
lispertoascheme
HN member- Joined
- Sat, Dec 22, 2012, 9:17 PM UTC
- HN karma
- 7
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About lispertoascheme
No profile information was provided.
Recent public activity
-
comment
Comment #4964483
cp /usr/bin/grep ack Find the needles ./ack needle haystack Find the silver needles ./ack silver.*needle Find all needles except lead ones ./ack '[^^][^e.][^a.][^d.] needle' haysta…
- comment
-
comment
Comment #4961723
From August of this year, but still nice to see this again. I don't even need to read the blog post. The title says it all. djb wrote about this in the docs for qmail many years ag…
-
comment
Comment #4960598
The state of programmers trying to avoid coding in the language their system is coded in. C.
-
comment
Comment #4960062
The article focuses on a couple of lawyers. Lawyers are classic parasites. They need to find money-making entities to act as "hosts". When the economy is sinking, there are less he…
-
comment
Comment #4960024
One option is Common Lisp. It has a raw sockets library. The lib ("module") comes with a document that has some examples, including how to make HTTP requests.
-
story
Ask HN: Sample Lisp code
Lisp student here. When learning, I like deconstructing small standalone code samples that are actually useful. Here's the sample I'm looking for in Lisp or Scheme: a youtube downl…