TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Lisp interactive tutorials?

2 pointsby greyfoxalmost 10 years ago
Hi, i was wondering if there are any interactive lisp tutorials like rubymonk or codecademy style tutoral/lesson based primers for the LISP language.

2 comments

OopsCriticalityalmost 10 years ago
For Common Lisp, Google has a set of Lisp Koans hosted on Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;lisp-koans" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;lisp-koans</a>
greyfoxalmost 10 years ago
this is absolutely perfect. thank you