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

Errors with problem 87 solutions #66

Open
serk3ftin opened this issue Sep 14, 2022 · 6 comments
Open

Errors with problem 87 solutions #66

serk3ftin opened this issue Sep 14, 2022 · 6 comments

Comments

@serk3ftin
Copy link

In problem 87:

(= (__ 3 4 5 60) '(= (+ (* 3 4) 5) 60))

should be:

(= (__ 3 4 5 60) '(= (* 3 4 5) 60))

and the last two:

(= (__ 1 2 10 100 2001) '(= (+ 1 (* 2 10 100)) 2001)
(= (__ 1 2 10 100 1300) '(= (* (+ 1 2 10) 100) 1300)

are missing an ending parenthesis

@seebs
Copy link

seebs commented Dec 1, 2022

yeah, i just ran into these issues also. no wonder there's no solutions in the solutions archive.

@oxalorg
Copy link
Owner

oxalorg commented Jan 28, 2023

@serk3ftin or @seebs do y'all have a working solution for this problem I can test with?

@borkdude
Copy link
Collaborator

@oxalorg Isn't that what PR #74 is for?

@oxalorg
Copy link
Owner

oxalorg commented Jan 28, 2023

Sorry I meant a working code solution for this problem so I can test the #74 PR! I guess I can spend some time going through the problem and coming up with a function :)

@borkdude
Copy link
Collaborator

Ah I see... The solutions archive doesn't have a solution for this one?

@seanstrom
Copy link
Contributor

Here's a link to my solution for problem 87, hope this helps 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants