Комментарии:
Please make a video on how to optimise code containing structs
ОтветитьShouldn't the birthday function be end in an ! because it mutates the parameter passed to it
Ответитьlooking at the keyboard is a shame
ОтветитьAm I right in understanding of Julia convention, that the birthday function should have actually been named birthday! because it acts to change its argument?
ОтветитьMy first look at Julia code and I like it!
ОтветитьThank you Logan Kilpatrick for your work.
ОтветитьCan I genuinely ask why use Float64 for age in the Human struct when a UInt8 is more than enough?
ОтветитьFor a Julia newbie with a Python background, this was short, sweet and incredibly useful - thanks!
ОтветитьThe description of how a function suddenly appears in the Struct is much too thin
ОтветитьNice video!
ОтветитьAre you seriously 44?!!!!
Ответитьlet's rename birthday() to birthday!()
ОтветитьI missed that ! at the end of the birthday function
ОтветитьReally nice video - will share with new users that I work with
ОтветитьThis is really great. I would love to use but which companies use Julia and for which application? Sad but this is the most underrated programming language.
ОтветитьMore videos please
ОтветитьThanks, I wish there were more like this!
ОтветитьYesssss, Logan killing it again
ОтветитьNice, short, and concise
Question: Does Julia have Inter Process Communication (IPC) - a feature in C Language? Thanks