Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaMuskTeyvat authored May 22, 2023
1 parent c5b992a commit 1b8117c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ Other dada example:
which returns `5` (derived from [CADR function from lisp](http://clhs.lisp.se/Body/f_car_c.htm))


### Install
### Getting start

```bash
go install github.com/mitalang/mita/cmd/mita@latest
~/go/bin/mita
```

You can load library like
```bash
~/go/bin/mita odomu.mita
```

### Specification
In the MITA language, all data are in the form of symbolic expressions usually referred to as S-expressions. S-expressions are of indefinite length and have a branching tree type of structure, so that significant subexpressions can be readily isolated. [1](#1)
The most elementary type of S-expression is the sada (solid) symbol. A sada symbol is a string of no more than thirty numerals and letters; the first character must be a letter.
Expand Down Expand Up @@ -71,6 +76,7 @@ This project is inspired by Rob Pike https://github.com/robpike/lisp
### TODO
- [ ] more easy example
- [ ] pretty mitalang.org
- [ ] helpful librarys (odomu.mita)
- [ ] complete manual in [Wiki](https://github.com/mitalang/mita/wiki/MITA-Programmer's-Manual)
- [ ] actual Automaton controll script (system call, io, GPIO)

Expand Down

0 comments on commit 1b8117c

Please sign in to comment.