Exploring Structs in the Julia programming language with Logan Kilpatrick

Exploring Structs in the Julia programming language with Logan Kilpatrick

The Julia Programming Language

3 года назад

19,262 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@oskarbergmann7039
@oskarbergmann7039 - 13.01.2025 19:41

Please make a video on how to optimise code containing structs

Ответить
@MrkMnl
@MrkMnl - 18.10.2024 06:05

Shouldn't the birthday function be end in an ! because it mutates the parameter passed to it

Ответить
@adsick_ua
@adsick_ua - 07.10.2024 10:29

looking at the keyboard is a shame

Ответить
@GhostOfYoda
@GhostOfYoda - 26.08.2024 19:18

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?

Ответить
@TheEarlVix
@TheEarlVix - 01.07.2024 13:47

My first look at Julia code and I like it!

Ответить
@kamilziemian995
@kamilziemian995 - 23.10.2023 00:28

Thank you Logan Kilpatrick for your work.

Ответить
@SandrosFist
@SandrosFist - 18.10.2023 16:54

Can I genuinely ask why use Float64 for age in the Human struct when a UInt8 is more than enough?

Ответить
@thgeremilrivera-thorsen9556
@thgeremilrivera-thorsen9556 - 01.09.2023 01:31

For a Julia newbie with a Python background, this was short, sweet and incredibly useful - thanks!

Ответить
@xtiooplus
@xtiooplus - 20.02.2023 01:50

The description of how a function suddenly appears in the Struct is much too thin

Ответить
@gustavoviana1178
@gustavoviana1178 - 31.03.2022 03:44

Nice video!

Ответить
@alijvn3783
@alijvn3783 - 26.03.2022 21:08

Are you seriously 44?!!!!

Ответить
@deyandyankov9896
@deyandyankov9896 - 22.03.2022 18:53

let's rename birthday() to birthday!()

Ответить
@rwp8033
@rwp8033 - 21.03.2022 18:54

I missed that ! at the end of the birthday function

Ответить
@milesstoudenmire1220
@milesstoudenmire1220 - 21.03.2022 18:26

Really nice video - will share with new users that I work with

Ответить
@1potdish271
@1potdish271 - 21.03.2022 13:37

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.

Ответить
@oterotube13
@oterotube13 - 21.03.2022 06:55

More videos please

Ответить
@gabrielnicolosi8706
@gabrielnicolosi8706 - 21.03.2022 05:16

Thanks, I wish there were more like this!

Ответить
@DrRandyDavila
@DrRandyDavila - 21.03.2022 03:04

Yesssss, Logan killing it again

Ответить
@nrao8977
@nrao8977 - 21.03.2022 00:07

Nice, short, and concise

Question: Does Julia have Inter Process Communication (IPC) - a feature in C Language? Thanks

Ответить