We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The solution to exercise 22 seems to be :
(defn old-book->new-book [book](let [authors %28get book :authors%29] %28assoc book :authors %28set authors%29%29))
but when you do this in 1.6.0 this is the output :
{:title "Wild Seed", :authors #{{:death-year 2006, :name "Octavia E. Butler", :birth-year 1947}}}
Is it a idea to update this course to the newer version.
Roelof
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The solution to exercise 22 seems to be :
(defn old-book->new-book [book](let [authors %28get book :authors%29]
%28assoc book :authors %28set authors%29%29))
but when you do this in 1.6.0 this is the output :
{:title "Wild Seed", :authors #{{:death-year 2006, :name "Octavia E. Butler", :birth-year 1947}}}
Is it a idea to update this course to the newer version.
Roelof
The text was updated successfully, but these errors were encountered: