diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-25 22:04:07 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-25 22:13:22 -0800 |
commit | 68aa8cb130ff68395c416b36a1e5661e6fa18e5d (patch) | |
tree | 6f08b9c25e1aabe39d90c5e3a5c4b44953af5338 /notes/implementation_libs.txt | |
parent | c902f8215546d73e1584380d7bb841cf965dc86f (diff) | |
download | modelthing-68aa8cb130ff68395c416b36a1e5661e6fa18e5d.tar.gz modelthing-68aa8cb130ff68395c416b36a1e5661e6fa18e5d.zip |
update/de-cruft notes directory
Diffstat (limited to 'notes/implementation_libs.txt')
-rw-r--r-- | notes/implementation_libs.txt | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/notes/implementation_libs.txt b/notes/implementation_libs.txt deleted file mode 100644 index 94a961f..0000000 --- a/notes/implementation_libs.txt +++ /dev/null @@ -1,44 +0,0 @@ - -##### 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. - -##### GUI Demos - -numeric.js - Has an ODE solver. Use with Elm? - -Tangle.js - Brett's JS widget-y thing. Very simple. - How did he do plots/graphs for those demos? - http://worrydream.com/Tangle/guide.html |