
The Julia Programming Language
Julia uses multiple dispatch as a paradigm, making it easy to express many object-oriented and functional programming patterns. The talk on the Unreasonable Effectiveness of Multiple …
Julia 编程语言 - Julia 编程语言
Julia 提供了 异步 I/O 、 元编程 、 调试 、 日志记录 、 性能分析 、 包管理器 等等。 人们可以用 Julia 构建整个 应用程序和微服务。
Julia 教程 - 菜鸟教程
Julia 是一个面向科学计算的高性能动态高级程序设计语言。 Julia 最初是为了满足高性能数值分析和计算科学的需要而设计的,不需要解释器,速度快。 Julia 于 2012 年首次发行,支持各种 …
Julia语言 - 维基百科,自由的百科全书
Julia设计的独特之处包括, 参数多态 的类型系统,完全 动态语言 中的类型,以及它 多分派 的核心 编程范型。 它允许 并发 、 并行 和 分布式计算,并直接调用 C 和 Fortran 库而不使用 粘 …
Julia Programming Language Documentation
Julia is a high-performance open source programming language designed for scientific and numerical computing. Created to solve the "two-language problem," Julia combines the ease …
主页 · Julia 中文文档
Julia 语言在这其中扮演了这样一个角色:它是一门灵活的动态语言,适合用于科学计算和数值计算,并且性能可与传统的静态类型语言媲美。
Installing Julia
It automatically installs the latest stable julia binary and helps keep it up to date. It also supports installing and using different versions of Julia simultaneously.
入门 · Julia 语言 - Julia 编程语言
入门 无论使用预编译的二进制文件还是从源代码编译,Julia 的安装都非常简单。 请按照 https://julia-lang.cn/downloads/ 中的说明下载并安装 Julia。 如果您来自以下语言之一,那么您 …
Julia 入门 - Julia 编程语言
Pluto.jl 是专为 学习和教学 而设计的 Julia 编程环境,它是开始使用 Julia 编程、包和可视化的绝佳方式。 Pluto.jl 易于安装,您可以编写交互式文档,无需任何先验经验。
Julia 中文社区
Julia provides powerful tools for deep learning (Flux.jl and Knet.jl), machine learning and AI. Julia’s mathematical syntax makes it an ideal way to express algorithms just as they are …