https://github.com/younghakim7/julia_lang
https://github.com/younghakim7/julia_lang
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/julia_lang
- Owner: YoungHaKim7
- Created: 2022-12-20T08:31:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T08:51:23.000Z (over 2 years ago)
- Last Synced: 2025-01-16T21:12:52.823Z (5 months ago)
- Language: Julia
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows OS choco Install
https://community.chocolatey.org/packages/Julia
# julia compile python 와 비슷하다
```
PS D:\Hello_Julia> julia .\hello.jl
hello world
```
# julia_Lang
https://julialang.org/
# Learn Julia
https://docs.julialang.org/en/v1/
# Code example(Julia Lang)
https://julialang.org/learning/code-examples/