Skip to content

Commit f5476ac

Browse files
committed
monte-emacs: getting started docs
1 parent f687ee5 commit f5476ac

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# monte-mode for emacs
2+
3+
[Monte][] is a nascent dynamic programming language reminiscent of Python
4+
and E, designed to support secure distributed computing using a
5+
capability-based object model.
6+
7+
For developing monte in emacs, we provide:
8+
9+
- monte indentation
10+
- a monte flycheck checker based on a monte lint service
11+
12+
## Getting Started
13+
14+
1. [Install monte][1]
15+
2. `cd devbot; monte eval repl-server.mt`
16+
3. In emacs, Use M-x load-file to load `elisp/monte-indent.el` and then `elisp/monte.el`
17+
18+
[1]: http://monte.readthedocs.io/en/latest/intro.html#installation
19+
20+
[Monte]: http://www.monte-language.org/

0 commit comments

Comments
 (0)