We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f687ee5 commit f5476acCopy full SHA for f5476ac
README.md
@@ -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