Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A library for Julia and C++ interoperability with a focus on JIT and AOT compilation support in Julia

License

Notifications You must be signed in to change notification settings

SlyFryFrog/Dyno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyno

Dyno is a library for interfacing with Julia from C++.

Overview

Dyno AOT

using JuliaC

JuliaC._main_cli([
    "--trim=safe",
    "--output-lib", "mylib.dylib",  # Or .so for Linux
    "scripts/mymain.jl"
])

Dyno REPL

About

A library for Julia and C++ interoperability with a focus on JIT and AOT compilation support in Julia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published