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

Update README.md to reflect progress #143

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Update README.md to reflect progress #143

merged 3 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Add exercise 2.68 and its corresponding test

    Created new function 'encode-symbol' and 'encode' as per Exercise 2.68 and added corresponding tests in 'ex_2_68_test.clj'. Also, updated the README file to include a reference to exercise 2.68.
    Denis Smet committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b18999c View commit details
    Browse the repository at this point in the history
  2. Update required elements from clojure.test in ex_2_68_test

    The required elements in the ex_2_68_test.clj file have been modified to specifically include only 'deftest' and 'is' from clojure.test. This was done to make the code cleaner and more efficient.
    Denis Smet committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0acb89c View commit details
    Browse the repository at this point in the history
  3. Update README.md to reflect progress

    The README.md file has been updated to reflect the latest progress on the SICP exercises using Clojure. The overall progress bar and the progress bar for Chapter 2 have both been incremented by 1 unit.
    Denis Smet committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c056f8e View commit details
    Browse the repository at this point in the history