| status | WIP | |||
|---|---|---|---|---|
| languages |
|
|||
| topics |
|
Take it easy, be socratic.
swift💖julia💖Literate Programming
- checkout julia repo to your machine
git clone git@github.com:JuliaLang/julia.git <julia-dir>- build julia in
./lib/julia/src/directory of this repo
cd ./lib/julia/src
JULIAROOT=<julia-dir> make
cd $(git rev-parse --show-toplevel)- build swift package
swift build- run plato with logging
JULIA_DEBUG=loading,Main .build/debug/plato