AtomicKotlinExamples icon indicating copy to clipboard operation
AtomicKotlinExamples copied to clipboard

Examples auto-extracted from the book "Atomic Kotlin."

Results 9 AtomicKotlinExamples issues
Sort by recently updated
recently updated
newest added

Chapter 1, Repetition with while, Exrcise1 it asks for printing each character in the string while you didn't teach how to work with index at all before

All chapter have a very shot descriptions about the subjects and till now I found `data class` atom the worst and ambiguous in my life.

When trying to buy the full version of the book via Stepik, it says "You cannot buy this course yet." After I've finished the free sample ("Programming Basics" and "Introduction...

Hi! The hint button used to work fine a few days ago and now clicking it doesn't do anything. It's driving me a little nuts, to the point of completely...

i read your book atomic kotlin, but i have trouble in running "helloworld.kt" i run helloworld.kt at macbook pro m2 pro, macos ventura 13.3, IntelliJ idea community edition 2023.1 i...

From the book at `Number Types` >The location where the L appears is unimportant. If one of the values is Long, the resulting expression is Long. https://github.com/BruceEckel/AtomicKotlinExamples/blob/18d4e8913ad80df41ea474af9b8987266771c8f4/Examples/NumberTypes/UsingLongs.kt#L6 Not true, there...

the course is outdated as hell on jetbrains idea

This task asks to display every fifth number in a given interval. The example interval is [11..30]. For me, the first fifth member is 11+5=16, and not 15 as the...

In the `Hello, World!` atom there's the following paragraph: > „Unlike some languages, you don’t need a semicolon at the end of an expression in Kotlin. It’s only necessary if...