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: What more is needed in Ecmascript 5 to turn it into a mainstream lisp?

6 pointsby whatajokeover 15 years ago
Some features that are missing right now:<p>1. A proper list structure instead of arrays.<p>2. Macros<p>3. A richer numeric tower.<p>4. FFI<p>What other major changes are needed in ecmascript before the bastard child of cl comes of age, to become the new lisp? Or is there something big I am missing which makes it impossible?<p>John Resig has a nice overview of Ecmascript 5 at http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/<p>Plus tail call optimization is coming soon to SpiderMonkey, https://bugzilla.mozilla.org/show_bug.cgi?id=445363

2 comments

pivoover 15 years ago
It can't really have proper Lisp macros with its current syntax.
mbrubeckover 15 years ago
Atoms/symbols. Continuations.