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.

Python's List Comprehension is Turing-complete

2 pointsby t-sinabout 7 years ago

1 comment

t-sinabout 7 years ago
Its explanation (Japanese): <a href="https:&#x2F;&#x2F;qiita.com&#x2F;KTakahiro1729&#x2F;items&#x2F;c9cb757473de50652374" rel="nofollow">https:&#x2F;&#x2F;qiita.com&#x2F;KTakahiro1729&#x2F;items&#x2F;c9cb757473de50652374</a><p>And we can implement Lisp interpreter with list comprehension: <a href="https:&#x2F;&#x2F;github.com&#x2F;t-sin&#x2F;lisc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;t-sin&#x2F;lisc</a>