Tumbleweed
Tumbleweed

Reputation: 3

Is there a website for introducing inner function List and reference of Julia?

I found a website("http://www.jlhub.com/julia/manual/en/"), but the contents seem out-of-date.Is there a website to support the latest version?

Upvotes: 0

Views: 39

Answers (1)

StefanKarpinski
StefanKarpinski

Reputation: 33300

The Julia website is https://julialang.org, and you can find all of the official resources for Julia linked from there, including the docs:

I'm not sure what "inner function List" means—do you want to know what functions come built in with Julia? If so, then that list starts here:

Upvotes: 2

Related Questions