Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Great presentation, one of the best I've seen on f# - many thanks mate
Partial application just clicked in my mind. Thank you for the great explanation!
My head almost exploded watching this... :)
Is an immutable variable the same thing as a constant?
William Ross Yes.
not necessarily. constants in .NET are bound at compile-time. readonly variables are bound at runtime (and can thus be lazy)
I think they are basicly read-onlys
Great presentation, one of the best I've seen on f# - many thanks mate
Partial application just clicked in my mind. Thank you for the great explanation!
My head almost exploded watching this... :)
Is an immutable variable the same thing as a constant?
William Ross Yes.
not necessarily. constants in .NET are bound at compile-time. readonly variables are bound at runtime (and can thus be lazy)
I think they are basicly read-onlys