Yahoo Suche Web Suche

Suchergebnisse

  1. Suchergebnisse:
  1. julialang.org › downloadsDownload Julia

    Julia is a high-performance programming language for data science, machine learning, and computation. Download the latest stable release (v1.10.3) or the upcoming release (v1.11.0-beta1) from the official Julia website or Juliaup installation manager.

    • Platform Specific Instructions

      Install Julia in 4 simple steps! Download the Windows Julia...

    • Older Releases Page

      Julia is a language that is fast, dynamic, easy to use, and...

    • Nightlies Page

      Julia is a language that is fast, dynamic, easy to use, and...

    • Stable

      目前国内有以下镜像提供Julia二进制文件的稳定下载: 清华大学开...

    • The Julia Language
    • Resources
    • Binary Installation
    • Building Julia
    • Source Code Organization
    • Terminal, Editors and IDEs

    Julia is a high-level, high-performance dynamic language for technical computing. The main homepage for Julia can be found at julialang.org. This is the GitHub repository of Julia source code, including instructions for compiling and installing Julia, below.

    •Homepage: https://julialang.org

    •Binaries: https://julialang.org/downloads/

    •Source code: https://github.com/JuliaLang/julia

    •Documentation: https://docs.julialang.org

    •Packages: https://julialang.org/packages/

    •Discussion forum: https://discourse.julialang.org

    If you would rather not compile the latest Julia from source, platform-specific tarballs with pre-compiled binaries are also available for download. The downloads page also provides details on the different tiers of support for OS and platform combinations.

    If everything works correctly, you will see a Julia banner and an interactive prompt into which you can enter expressions for evaluation. You can read about getting started in the manual.

    First, make sure you have all the required dependencies installed. Then, acquire the source code by cloning the git repository:

    and then use the command prompt to change into the resulting julia directory. By default, you will be building the latest unstable version of Julia. However, most users should use the most recent stable version of Julia. You can get this version by running:

    To build the julia executable, run make from within the julia directory.

    Building Julia requires 2GiB of disk space and approximately 4GiB of virtual memory.

    Note: The build process will fail badly if any of the build directory's parent directories have spaces or other shell meta-characters such as $ or : in their names (this is due to a limitation in GNU make).

    Once it is built, you can run the julia executable. From within the julia directory, run

    The Julia source code is organized as follows:

    The Julia REPL is quite powerful. See the section in the manual on the Julia REPL for more details.

    On Windows, we highly recommend running Julia in a modern terminal, such as Windows Terminal from the Microsoft Store.

    Support for editing Julia is available for many widely used editors: Emacs, Vim, Sublime Text, and many others.

    For users who prefer IDEs, we recommend using VS Code with the julia-vscode plugin.

  2. Download Julia for Windows, macOS, Linux, or run it in the browser on JuliaBox. Choose from different plotting packages, JuliaPro distribution, or nightly builds of the latest version.