From 68aa8cb130ff68395c416b36a1e5661e6fa18e5d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 25 Dec 2016 22:04:07 -0800 Subject: update/de-cruft notes directory --- notes/julia_libs.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 notes/julia_libs.txt (limited to 'notes/julia_libs.txt') diff --git a/notes/julia_libs.txt b/notes/julia_libs.txt new file mode 100644 index 0000000..3ab17c8 --- /dev/null +++ b/notes/julia_libs.txt @@ -0,0 +1,34 @@ + +##### Julia Web Framework + +Morsel.jl + Classic web framework paradigm. Use this for the wiki. + http://juliawebstack.org/ + +Escher.jl + Sort of PHP-like single-file UIs. + Might be good for exploration/visualization? + + +##### Julia Markdown Rendering + +Try using the Julia built-in stuff, which seems to support basic LaTeX +rendering. +If that isn't powerful enough, or seems to "custom", switch to pandoc as an +external tool. + + +##### Julia Computer Algebra Stuff + +Use Sims.jl for flattening, etc! Otherwise this will be really hard. + +##### Julia Parser Framework (eg, parser generator) + +Parsimonious.jl + Fairly close to BNF? Good tutorial. Start with this. + +PEGParser.jl + Also pretty BNF-like + +ParserCombinator.jl + More Haskell-like. Meh. -- cgit v1.2.3