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.

Show HN: A Mandelbrot set viewer that runs in the browser

5 pointsby rosslh8 months ago

1 comment

martyalain8 months ago
Very well done, thanks. For the fun here is a very slow but minimalistic and easy to understand version of the mandelbrot set algorithm, without the burden of any canvas. Using a small language, lambdatalk, a foreign dialect of lambda-calculus, we just compute if a point is inside or outside the mandelbrot set and just write &quot;o&quot; or &quot;.&quot; directly in the wiki page. <a href="http:&#x2F;&#x2F;lambdaway.fr&#x2F;workshop&#x2F;?view=mandel_canvas" rel="nofollow">http:&#x2F;&#x2F;lambdaway.fr&#x2F;workshop&#x2F;?view=mandel_canvas</a>
评论 #41731844 未加载