Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Fixes typo #4

Merged
merged 1 commit into from
May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _literate/1_why_Julia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# ## Speed

# Yes, Julia as **fast**. **Very fast!** It was made for speed from the drawing board. It bypass any sort of intermediate representation and translate
# Yes, Julia is **fast**. **Very fast!** It was made for speed from the drawing board. It bypass any sort of intermediate representation and translate
# code into machine native code using LLVM compiler. Comparing this with R, that uses either FORTRAN or C, or Python, that uses CPython;
# and you'll clearly see that Julia has a major speed advantage over other languages that are common in data science and statistics.
# Julia exposes the machine code to LLVM's compiler which in turn can optimize code as it wishes, like a good compiler such as LLVM excels in.
Expand Down