LogoLogo
Computing Skills
Computing Skills
  • Introduction
  • File Directory Structures
  • Text Editors
  • GitHub
  • Unix
  • Julia
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expressions
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • DataFrames
    • JuliaPlots
    • ScikitLearn.jl
    • JuliaStats
    • Exercises
  • Python
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expressions
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • Data Frames and Data Manipulation
  • R
    • Installation
    • REPL
    • Basic Syntax
    • Numbers and Math
    • Strings and Characters
    • Regular Expression
    • Control Flow
    • Collections and Data Structures
    • File Input/Output
    • Packages
    • DataFrames
    • Data Analysis and Manipulation
Powered by GitBook
On this page
  • References
  • Resources
Export as PDF

Julia

PreviousUnixNextInstallation

Last updated 6 months ago

Julia is an open source dynamic programming language for high-level, high-performance numerical computing []. Julia provides ease and expressiveness (similar to R, MATLAB, and Python), but also supports general programming [].

Development of Julia began in 2009, and the first version was released in February 2012. The current version of Julia is 1.11 (as of November 2024).

References

Resources

  • Learn X in Y Minutes:

Julia Website
Julia Documentation
Julia Performance Metrics
ThinkJulia: How to Think Like a Computer Scientist
Julia Data Science
X=Julia
Julia Cheat Sheet
Introducing Julia Wikibook
JuliaHealth
1
2