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

Implement -cond-> and -cond->> macros. #349

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

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    bab3ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    212afcd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Add examples

    kinderferraz committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    7356472 View commit details
    Browse the repository at this point in the history
  2. Rverto to `make-symbol'

    kinderferraz committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    793f697 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Hide it binding

    Use `dash--match-make-source-symbol` to make different, unused symbol
    every time. Apparently, symbol does not need to be interned, Just
    consistently evaluated.
    kinderferraz committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    593967a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    4c87787 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge branch 'master' into 330-cond->

    Keep synced
    kinderferraz committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8b8b2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c135f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367472a View commit details
    Browse the repository at this point in the history
  4. Use make-symbol.

    kinderferraz committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    62780fa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Refactor how steps are built

    - Use two pops and a push to build steps from
      clauses, using built-in functions only
    
    - Favor let over -let
    
    - If no clauses, return expression unchanged
    kinderferraz committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    ef25a98 View commit details
    Browse the repository at this point in the history