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.

Pong (130 lines in Clojure)

46 pointsby jaydedover 15 years ago

4 comments

llimllibover 15 years ago
In python, 30 lines: <a href="http://billmill.org/pong.html" rel="nofollow">http://billmill.org/pong.html</a><p>(edit: I just mean to offer for comparison to this program, not in some sort of macho programming-language pissing contest sense.)
评论 #820346 未加载
cubicle67over 15 years ago
Interestingly, the original as written in zero lines of code (It was 'programmed' as a ttl logic circuit)
omouseover 15 years ago
Ugh, the code is ugly :/
评论 #819753 未加载
jcwover 15 years ago
Just today I was tinkering with dreamscheme and its SDL hooks, thinking about writing a pong clone, wondering if it would gain any attention after Haskell pong has.