Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.21 KB
status languages topics
WIP
swift
julia
more..?
TUI
Literate Programming

Plato, a TUI for literate programming notebooks

Take it easy, be socratic.

Roadmap

julia💖swift💖TUI

swift💖julia💖Literate Programming

kitty💖fish

How to build

  1. checkout julia repo to your machine
git clone [email protected]:JuliaLang/julia.git <julia-dir>
  1. build julia in ./lib/julia/src/ directory of this repo
cd ./lib/julia/src
JULIAROOT=<julia-dir> make
cd $(git rev-parse --show-toplevel)
  1. build swift package
swift build
  1. run plato with logging
JULIA_DEBUG=loading,Main .build/debug/plato