HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kovariance

no profile record

Submissions

State of –trim (JuliaCon Global 2025)

youtube.com
1 points·by kovariance·há 10 meses·0 comments

comments

kovariance
·há 2 meses·discuss
YAML as a programming language is something I consider as an anti-pattern (see AWS Step Functions). Very difficult to read/debug/test. It's better to use a real programming language that compiles into a DAG (e.g. Temporal, Dagger.io).
kovariance
·há 10 meses·discuss
Chris Rackauckas gave a thoughtful comment here:

https://youtube.com/watch?v=gspuMS1hSQo&lc=UgybMqt_1cv76Q5aT...

Here, he mentions how ahead-of-time compilation may be an essential feature to allow Julia to integrate well with embedded systems.

AoT compilation has been a hot topic for quite a while since the lack of it (albeit partially supported in 1.12 with significant limitations) limits the ability to deploy Julia in many environments (embedded, serverless, browsers).