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

Exercise 2.77 and refactor parts of SICP chapter 2's code #166

Merged
merged 4 commits into from
Feb 18, 2024
Merged

Commits on Feb 4, 2024

  1. Update progress and add exercise 2.77 in README

    The number of completed exercises was updated in the progress bar of the README, demonstrating more tasks have been accomplished. Additionally, code related to exercise 2.77 has been added, which covers generic arithmetic operations.
    Denis Smet committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4451847 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge branch 'main' into 277

    # Conflicts:
    #	README.md
    Denis Smet committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d89aab8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fixes

    Denis Smet committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    09a8cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Refactor parts of SICP chapter 2's code

    The code refactor focused on the parts related to packages in chapter 2 of SICP. It included separating different packages into their own files, implementing a generic operation system, and standardizing the function interface. This has resulted in cleaner, more maintainable, and more understandable code.
    Denis Smet committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6ed9882 View commit details
    Browse the repository at this point in the history