Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4583984
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:17:27+00:00 2026-05-21T21:17:27+00:00

many (may be all?) programming language consist of assembly language how lisp implemented in

  • 0

many (may be all?) programming language consist of assembly language

how lisp implemented in assembly language?

is there any good reference, manual, tutorial, or keyword for google?

any official rule/convention for build your own lisp implementation?

such as tail recursion should follow some embodiment rule or something..

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T21:17:28+00:00Added an answer on May 21, 2026 at 9:17 pm

    Although the other comments and posts are right, this question is overly vague and maybe a bit confused, I can’t help but share some recommendations. I’ve collected a number of links and books on implementing Lisp as I have recently developed a bit of a fascination with language implementation. It’s a deep topic, of course, but reading the stuff related to Lisp is especially compelling because you can skip a lot of the intense reading on parsing if you implement a Lisp compiler or interpreter in Lisp, and just use read. This allows the authors to get to the meat of compilation or interpretation quickly. These recommendations are books I’ve read or started or am reading, and mostly deal with Scheme, not Common Lisp, but still might be of some interest.

    If you’ve got no background in language implementation, and have never had the pleasure of reading about the classic Lisp and Scheme “metacircular evaluators”, I would recommend Structure and Interpretation of Computer Programs. If you’ve seen Lisp-in-Lisp (or Scheme-in-Scheme…) you can skip ahead. In the last two chapters of SICP, the authors present a few different interpreters for Lisp/Scheme and a few variants, as well as a byte-code compiler and a virtual machine. It’s simply a brilliant book, and free.

    If you don’t have time to read SICP, or don’t want to slog through it just to get to the interpretation and compilation chapters, I would recommend The Little Schemer. Even though it’s very short and intended for newcomers to Lisp and Scheme, if you’ve never seen a Lisp interpreter written in Lisp, they do present one, and it’s quite a delightful book, but might not be for everyone due to the cute style.

    There’s another free book on Scheme similar to SICP, called An Introduction to Scheme and its Implementation, which I haven’t read but used as a reference for a few bits. There are sections on interpreters and compilers in there, and it seems to go a bit deeper than SICP, dealing with hairier things like parsing too. It maybe needed an editor, but it’s an impressive offering nonetheless.

    With a decent idea of how to do Lisp in Lisp, you can approach implementing Lisp in something lower level.

    Lisp in Small Pieces is frequently recommended. I’ve read most of it, and can say it’s definitely a great book, full of nitty gritty stuff. I’m going back over it with a fine comb, because it’s easy to skim when you don’t understand stuff. I also struggled with getting the code from the author’s site to run; if you get it, I recommend using Gambit Scheme and running the code that relies on Meroonet with Meroon, from this distribution. Lisp in Small Pieces presents a number of interpreters written in Scheme as well as a byte-code compiler and a compiler-to-C.

    Lisp in Small Pieces moves fast, and it’s quite dense. If it’s too much for you, perhaps start with The Essentials of Programming Languages. I’ve read some of it and it’s quite good, but it’s more interpreters. Apparently one of the older editions (1st? I’m not sure…) included a compiler. There seems to be a lot of change between the 3 editions, but the first is super cheap on Amazon, so check it out.

    As for compilation to C, this is kind of a gross subject with lots of hairy bits. Compilation to C brings up all these weird corner issues, like how to optimize tail-calls and handle closures, first-class continuations and garbage collection, but it’s pretty interesting, and a lot of “real” implementations of Scheme go this route. Marc Feeley’s presentation on this is pretty interesting, titled The 90 Minute Scheme to C compiler.

    I have fewer resources on compiling all the way down to assembly, but there is a often recommended paper which introduces compilation of Scheme to x86, called An Incremental Approach to Compiler Construction. It assumes little of the reader, however I found that it simply goes too fast and doesn’t fill in enough details. Maybe you’ll have better luck.

    A lot of the above recommendation comes from this monster comment on Hacker News from over a year ago, from mahmud. It references a number of ML resources, and compilation using continuations. I haven’t gotten that far in my study, so I can’t say what’s good or not. But it’s an incredibly valuable comment. The referenced works include Andrew Appel’s “Compiling with Continuations” and Paul Wilson’s “Uniprocessor Garbage Collection Techniques” paper.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some complex stored procedures that may return many thousands of rows, and
Ctrl-Shift-B, by default, builds an entire solution. An entire solution may contain many projects.
I have 3 tables (archive has many sections, section (may) belong to many archives):
Many times I have seen Visual Studio solutions which have multiple projects that share
Many times we find ourselves working on a problem, only to figure out the
Many frameworks seek to abstract away from HTML (custom tags, JSFs component system) in
Many applications have grids that display data from a database table one page at
Many people use Mock Objects when they are writing unit tests. What is a
Many beginning programmers write code like this: sub copy_file ($$) { my $from =
Many of us have used Perfmon tool to do performance analysis. Especially with .Net

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.