Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Generates image data for fractals (Julia and Mandelbrot sets) on the complex plane in the given region and resolution. Benoit B Mandelbrot (1982).
This module provides a Julia interface to GR, a framework for visualisation applications.
This package provides reader/writer for delimited text data, as comma-delimited (csv), tab-delimited (tsv), or otherwise.
Astronomical https://www.atnf.csiro.au/people/mcalabre/WCS/ library for Julia. This package wraps the WCSLIB C library.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
This package provides a Julia wrapper for astronomical library ERFA.
Jive.jl
is a Julia package to help with writing tests.
JSON.jl
is a pure Julia module which supports parsing and printing JSON documents.
This package parses YAML documents into native Julia types and dumps them back into YAML documents.
HTTP.jl
is a Julia library for HTTP Messages, implementing both a client and a server.
Aqua.jl, provides functions to run a few automatable checks for Julia packages.
This package provides a simple Julian API to use the libsass
library to compile scss and sass files to css.
URIs.jl
is a Julia package that allows parsing and working with URIs, as defined in RFC 3986.
BSON.jl
is a Julia package for working with the Binary JSON serialisation format. It can be used as a general store for Julia data structures.
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
This package allows programmers to explicitly SIMD-vectorize their Julia code. By exposing SIMD vector types and corresponding operations, the programmer can explicitly vectorize their code. While this does not guarantee that the generated machine code is efficient, it relieves the compiler from determining whether it is legal to vectorize the code, deciding whether it is beneficial to do so, and rearranging the code to synthesize vector instructions.
This package provides tools to help you develop code. Juno is built on the Atom text editor. Juno consists of both Julia and Atom packages in order to add Julia-specific enhancements, such as syntax highlighting, a plot pane, integration with Julia's debugger, a console for running code, and much more.
Consider that the package is “maintenance-only mode” and only receives bug fixes. The Julia IDE effort is pointed to extension for VSCode.
This package provides a C-compatible enum for Julia.
Optim.jl
is a package for univariate and multivariate optimization of functions.
Gumbo.jl
is a Julia wrapper around Google's gumbo library for parsing HTML.
This package provides another JSON package for Julia, with a focus on speed and slick struct mapping.