-
Notifications
You must be signed in to change notification settings - Fork 7
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
02_Julia notebook #14
Comments
I think the sentence
is quite incorrect in that context. The For the example a = 1
b = 3
(a/b)::Int The |
see the julia documentation: https://docs.julialang.org/en/v1/manual/types/#Type-Declarations |
Is it better now, @lucaferranti? |
In the last section (Advanced: Dynamic types) if you run the code you get an exception. IS that intentional and for the students to figure out, or should this be corrected?
The text was updated successfully, but these errors were encountered: