Yadukrishnan
Scribblings of an introvert

Scribblings of an introvert

Follow
homenewsletter
Tag

scala3,

#scala3

More content

Read more stories on Hashnode


Articles with this tag

Tuple Improvements in Scala 3

Nov 6, 20223 min read

Scala 3's enhanced Tuple datatype enables element access by position, supports tuples comprising beyond 22 elements, and introduces supplementary...

Tuple Improvements in Scala 3

Compile Time Error Generation using inline in Scala 3

Oct 24, 20224 min read

1. Introduction As most of you already know, Scala 3 has completely redesigned the language and also brought in a lot of new features. As part of it,...

Compile Time Error Generation using inline in Scala 3