Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/literateorg.jl
https://github.com/jagot/literateorg.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/literateorg.jl
- Owner: jagot
- License: other
- Created: 2018-05-01T09:12:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T06:57:08.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T20:17:19.266Z (6 days ago)
- Language: Julia
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.org
- License: LICENSE.md
Awesome Lists containing this project
README
#+TITLE: LiterateOrg.jl
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected][[https://travis-ci.org/jagot/LiterateOrg.jl][https://travis-ci.org/jagot/LiterateOrg.jl.svg?branch=master]]
[[https://ci.appveyor.com/project/jagot/LiterateOrg-jl][https://img.shields.io/appveyor/build/jagot/literateorg-jl.svg]]
[[http://codecov.io/gh/jagot/LiterateOrg.jl][http://codecov.io/gh/jagot/LiterateOrg.jl/branch/master/graph/badge.svg]]Brings Emacs to Julia! The documentation is, of course, found in [[file:src/LiterateOrg.org][the
code itself]].Packages based on LiterateOrg.jl are still usable for non-Emacs users;
however, for contributors to such packages, it will be more efficient
to work from an [[https://www.gnu.org/software/emacs/][Emacs]], [[https://orgmode.org][Org-mode]]+[[https://orgmode.org/worg/org-contrib/babel/][Babel]], [[http://ess.r-project.org][ESS]] setup.* Ideas
- [X] Extract Julia code
- [X] Skip commented sections
- [X] Tests inline
- [X] Eat own dog food, i.e. self-hosted
* Alternatives
Packages of similar, but not quite, intent; based on Markdown:
- [[https://github.com/mpastell/Weave.jl][Weave.jl]]
- [[https://github.com/fredrikekre/Literate.jl][Literate.jl]]