• Cat_Daddy [any, any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 day ago

      Honestly, it probably doesn’t include the parser or some other large portion of the language. There’s a book about writing your own lisp from scratch in so many lines of C, and it famously pawns off big chunks of the process to ready made stuff. Like, I get libraries, but you didn’t actually make your own lisp in 1,000 lines or whatever the book promised. “From scratch” means without unnecessary libraries. Actually making lisp from scratch still takes like 100k lines.

      Granted, the title of this link didn’t say from scratch, I’m just pointing out the similarities between it and that book.