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.

Chicken Scheme Websockets

115 pointsby thecombjellyover 10 years ago

3 comments

AlexanderDhooreover 10 years ago
Chicken Scheme uses a technique called &quot;Cheney on the M.T.A.&quot; to implement it&#x27;s garbage collection (and entire language, really). It&#x27;s one of the most mind-bending things I&#x27;ve ever heard of.<p>Here&#x27;s the article: <a href="http://home.pipeline.com/~hbaker1/CheneyMTA.html" rel="nofollow">http:&#x2F;&#x2F;home.pipeline.com&#x2F;~hbaker1&#x2F;CheneyMTA.html</a>
评论 #8534420 未加载
评论 #8535104 未加载
评论 #8535071 未加载
davexunitover 10 years ago
The example echo server is very elegant.<p><pre><code> (with-websocket (lambda () (send-message (string-append &quot;you said: &quot; (receive-message))))) </code></pre> I&#x27;ll add &quot;porting Chicken web sockets to GNU Guile&quot; to my ever growing todo list.
评论 #8536012 未加载
评论 #8535926 未加载
babyover 10 years ago
Why are people still using languages like scheme? I learned that in university and always hated all those parentheses and thought I would never have to use it again.
评论 #8534905 未加载
评论 #8534913 未加载
评论 #8535223 未加载
评论 #8536009 未加载
评论 #8539167 未加载
评论 #8537909 未加载