Skip to content

julia

The Julia Programming Language

Package Information

  • Domain: julialang.org
  • Name: julia
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install julia

Programs

This package provides the following executable programs:

  • julia

Available Versions

Show all 20 versions
  • 1.11.6, 1.11.5, 1.11.4, 1.11.3, 1.11.2
  • 1.11.1, 1.11.0, 1.10.10, 1.10.9, 1.10.8
  • 1.10.7, 1.10.6, 1.10.5, 1.10.4, 1.10.3
  • 1.10.2, 1.10.1, 1.10.0, 1.9.4, 1.9.3

Latest Version: 1.11.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) julia -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.julia

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.