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.

Let's Run Lisp on a Microcontroller

9 pointsby dimonomidalmost 9 years ago

1 comment

martyalainalmost 9 years ago
I just read your interesting article. About thes Lisp&#x2F;Scheme implementation I guess that you are aware of some JS implementations following Peter Norvig (<a href="http:&#x2F;&#x2F;norvig.com&#x2F;lispy.html" rel="nofollow">http:&#x2F;&#x2F;norvig.com&#x2F;lispy.html</a>) and this is my own: <a href="http:&#x2F;&#x2F;epsilonwiki.free.fr&#x2F;lambdaway&#x2F;index.php?view=lambdalisp" rel="nofollow">http:&#x2F;&#x2F;epsilonwiki.free.fr&#x2F;lambdaway&#x2F;index.php?view=lambdali...</a><p>I wrote too an &quot;iconoclastic&quot; Lisp&#x2F;Scheme dialect built exclusively on regexps which is extremely small and works fine in a wiki context: <a href="http:&#x2F;&#x2F;epsilonwiki.free.fr&#x2F;lambdaway&#x2F;" rel="nofollow">http:&#x2F;&#x2F;epsilonwiki.free.fr&#x2F;lambdaway&#x2F;</a><p>I wonder what you could think of such an approach and if regexps are efficiently implemented in a Microcontroller.<p>Best regards Alain Marty