Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(function x) -> #'x; (quote . x) no longer causes an error #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2021

  1. Print #' for `function'

    `macrostep' already prints `quote' like ', so do something similar for
    `function' (sharpquote).
    nbfalcon committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3048379 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Don't `error' for irregular quote forms

    `length' doesn't work on macros that expand to irregular quote forms, e.g.
    (quote . x), where X is not a list. Handle those correctly as well, by
    abstracting the quote checking code into a function that checks for `cons'es.
    nbfalcon committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    ba2704e View commit details
    Browse the repository at this point in the history