mastering_nim icon indicating copy to clipboard operation
mastering_nim copied to clipboard

Code examples and issue tracker for my book "Mastering Nim".

Results 8 mastering_nim issues
Sort by recently updated
recently updated
newest added

We can barely see the first examples result, especially on larger screens (mine is 2560 x 1440). The window is by default 1920x1080, but it is hard to distinguish a...

Hey Mr. Andreas Rumpf! I've got to say I'm super impressed by Nim and really think it is an underappreciated language! It's the closest to my ideal hypothetical language that...

Chapter 14, p. 61 says: > Multiple entries of an overloaded symbol can be accessible in a singe scope. The `singe` should be `single`. Also, I feel like Section 15.10,...

Chapter 13, Syntax. Observations. From p. 57: > This chapter describes in detail the second phase of the translation process called _parsing_. Does it cover (Nim) parsing in detail? I...

On page 51, chapter 12, the book has a numeric expression that looks something like `-128`▯`i8` (with a narrow vertical rectangle) instead of the intended expression `-128'i8`. The affected sentence...

Should have: - Images for the graphical chapter. - More content regarding Nim's pragma system. - Information when it was printed. - Unclear if it's the second "edition" or just...

On p. 49 the book discusses character literals and backticks, but then does not show the backticks. From the book: > A character literal that does not end in '...

The following code fails to compile on Arch Linux. # Code import pixels drawText 30, 40, "Welcome to Nim!", 10, Yellow --------------------------------------------------------------- ****System Info**** OS: Arch Linux x86_64 Host: Oryx...