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
  • Julia REPL Example (local)
  • Julia REPL Help Pages (local)
  • References
  • Resources
Export as PDF
  1. Julia

REPL

PreviousInstallationNextBasic Syntax

Last updated 6 months ago

Julia comes with a full-featured interactive command-line REPL (read-eval-print loop) built into the julia executable. In addition to allowing quick and easy evaluation of Julia statements, it has a searchable history, tab-completion, many helpful keybindings, and dedicated help ? and shell modes ;.

This page provides examples of using REPL on the command line.

Julia REPL Example (local)

  • Type julia in terminal to launch REPL

Julia REPL Help Pages (local)

  • Type "?" to enter help pages within REPL

  • Type a function from Julia to read help pages (ex: println)

References

Resources

Julia Contributors. (n.d.). REPL - Standard Library - Julia Language. Retrieved May 1, 2024, from

Julia Documentation:

(see REPL)

https://docs.julialang.org/en/v1/stdlib/REPL/
The Julia REPL
Julia Cheat Sheet
Practice with this web-based Julia REPL
[1]