status | languages | topics | |||||
---|---|---|---|---|---|---|---|
WIP |
|
|
Take it easy, be socratic.
swift💖julia💖Literate Programming
- checkout julia repo to your machine
git clone [email protected]: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