New Ways to Compile Julia | Bezanson, Baraldi | JuliaCon 2024

New Ways to Compile Julia | Bezanson, Baraldi | JuliaCon 2024

The Julia Programming Language

9 месяцев назад

8,909 Просмотров

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


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

@CinergyTech
@CinergyTech - 23.04.2025 06:48

Its like building a house without a floor plan, the house is completed but the rooms and fittings are not in its proper place, now you are trying to tear down the building structures and trying to figure it out how to build again?

Ответить
@youngfeighon5591
@youngfeighon5591 - 17.12.2024 07:10

I always wanted to build binary from Julia ,too

Ответить
@csctyf
@csctyf - 29.10.2024 10:41

Love to heard that is possible soon

Ответить
@pabloe1802
@pabloe1802 - 25.10.2024 01:43

🎉🎉🎉

Ответить
@DAV30371
@DAV30371 - 09.10.2024 07:37

I always wanted to build binary from Julia!

Ответить
@BananthahallyVijay
@BananthahallyVijay - 08.09.2024 13:49

Good work.👏

But going by the talk, it seems tricky getting a reasonably sized executable for just a "Hello World".

That means for an early stage Julia user like me, a concise, stand alone executable is not going to happen soon as my Julia codes are built with lots of dependencies and multiple dispatch at many places.

Ответить
@tychoides
@tychoides - 08.09.2024 04:06

I have been checking Julia since release. In my humble opinion, Julia has always been the best for writing simulations. You can get more performance in C but needs a lot of knowledge of the underlying machine. However, Julia never quite make it as a data analysis scripting language. Python is usually enough. And Python has lots of binding to numerous APIs. Python is everywhere. And Julia JIT approach doesn't provide any advantage and is less performant for short scripts. However, static compilation is a game changer. You don't need to compete with Python anymore, you can finally make a library and make a Python API. You can use Julia in Julia or any other language. If this comes to fruition Julia have a chance against Rust or Mojo. Julia is not perfect but GPU stuff is much better than those so far.

Ответить
@xael821
@xael821 - 06.09.2024 16:29

is there a link to how to use this tooling today?

Ответить
@SomeTechGuy666
@SomeTechGuy666 - 04.09.2024 21:59

So friggin awesome. Next step: get the code running on an embedded processor.

Ответить
@meryplays8952
@meryplays8952 - 03.09.2024 09:34

I think all the R books should be re-written to Julia.

Ответить
@biona002
@biona002 - 03.09.2024 03:02

Very cool. Which julia version will support this?

Ответить
@StevenSiew2
@StevenSiew2 - 03.09.2024 01:35

ANY considered bloatful.

Ответить
@carpenecopinum1665
@carpenecopinum1665 - 02.09.2024 22:09

I feel this will be huge. I've been running into several road blocks where the JIT/JAoT compilation model of julia won't work (e.g. a service for a raspberry pi) and being able to build a proper executable from a julia program would make it feasible again

Ответить
@NeverTrust298
@NeverTrust298 - 02.09.2024 21:30

Wow that's pretty cool really smart people!

Ответить