Y
Hacker News
new
|
ask
|
show
|
jobs
by
savant_penguin
1699 days ago
Any tip where to begin with Julia?
3 comments
ChrisRackauckas
1698 days ago
https://github.com/JuliaLang/julia/tree/master/stdlib
. The matrix factorizations for example are pretty nice reads if you know the subject
https://github.com/JuliaLang/julia/blob/master/stdlib/Linear...
link
adgjlsfhk1
1698 days ago
Julia's standard library is pretty readable. It depends a lot on what type of code you are interested in writing though.
link
exdsq
1699 days ago
sudo apt-get install python3
link
savant_penguin
1699 days ago
I meant actual code from their library
So
https://github.com/python/cpython/tree/main/Python
link
exdsq
1698 days ago
Sorry it was a tongue-in-cheek comment about preferring Python to Julia :)
link