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

Commit

Permalink
Merge pull request #4 from feinmann/patch-1
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
storopoli authored May 10, 2021
2 parents f2305a2 + 615dd71 commit 3e1e327
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3e1e327

Please sign in to comment.