From efb49a8a248934553fd51cbd7b87a7f17188e14d Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 2 Nov 2023 13:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=A5=BD=E7=9A=84=E4=B8=AD=E6=96=87=E8=B5=84?= =?UTF-8?q?=E6=96=99=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/index.md b/doc/src/index.md index 5efb1827..dffe5e88 100644 --- a/doc/src/index.md +++ b/doc/src/index.md @@ -26,8 +26,18 @@ alt="集智俱乐部" width="210"> ## 其它中文资料 +通用教程类: + +- [北大李东风 Julia 语言入门](https://www.math.pku.edu.cn/teachers/lidf/docs/Julia/html/_book/index.html) +- [Julia Roadmap 入门](https://learn.juliacn.com/) - [Julia Data Science 中文版](https://cn.julialang.org/JuliaDataScience/) +专题类: + +- [JuliaLogging 文档 中文版](https://cn.julialang.org/julialogging.github.io/) +- [Julia Pkg.jl 中文版](https://cn.julialang.org/Pkg.jl/dev/) +- [每个科研工作者在写高性能代码时都需了解的硬件知识](https://guixinliu.github.io/hardware_introduction/pluto.jl.html) + ## [简介](@id man-introduction) 科学计算对性能一直有着最高的需求,但目前各领域的专家却大量使用较慢的动态语言来开展他们的日常工作。