https://kotlinlang.org logo
#feed
Title
m

marcinmoskala

01/04/2018, 8:56 AM
New part of Kotlin Programmer Dictionary: Programmer Dictionary: Function literal with receiver vs Function type with receiver. Enjoy 🙂 https://blog.kotlin-academy.com/programmer-dictionary-function-literal-with-receiver-vs-function-type-with-receiver-cc21dba0f4ff
c

chi

01/04/2018, 9:13 AM
Just want to say I love what you guys are doing with Kotlin at Kotlin Academy ❤️
simple smile 1
d

dariuszbacinski

01/04/2018, 9:34 AM
Note that anonymous function with receiver have different notation than normal anonymous function with receiver, so
something is wrong here, what is a diff between
anonymous
and
normal anonymous
?
m

marcinmoskala

01/04/2018, 10:45 AM
Thanks for this comment @dariuszbacinski. I must say that you are one of the most careful reader ❤️ I've changed to "Note that anonymous function with receiver have different notation than standard anonymous function,"
BDW you can find your name in Pack Android Development with Kotlin among other acknowledgements for corrections 😉
d

dariuszbacinski

01/04/2018, 10:52 AM
Thank you! 🇵🇱
3 Views