Live data from Hacker News

Ask HN: Sample Lisp code

news.ycombinator.com

1–3 of 3 posts

Ask HN: Sample Lisp code

#1
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 downloader

It's been done in Python, Lua, Perl, Gawk, etc. I've done one myself using sed and netcat.

Has it been done in Lisp or Scheme dialect? I like to use the LUSH interpreter but am open to any Lisp or Scheme.