Deno Julia

Tags Doc License Sponsor

Deno bindings for the julia programming language

Usage

import { f32, julia } from "https://deno.land/x/julia/mod.ts";

const sqrt = julia.getFunction("sqrt");

console.log(
  f32(
    julia.call(sqrt, f32(4.0)),
  ),
);

julia.close();

Maintainers

License

Apache-2.0 licensed.

Copyright 2023 © Dean Srebnik