Files
argos/README.md
2018-05-14 00:08:25 +02:00

69 lines
674 B
Markdown

# argos
*Very early WIP.*
[Arc](http://www.arclanguage.org) in Go.
## TODOS
- Destructuring assignment
- Defining functions
- Anonymous functions
- Datastructures as functions
- Characters
- `let`
- `with`
- `pr`
- `prn`
- `if`
- `do`
- `when`
- `and`
- `no`
- `is`
- `in`
- `case`
- `for`
- `each`
- `while`
- `repeat`
- `[...]`
- `:`
- `~`
- `keep`
- `rem`
- `all`
- `some`
- `pos`
- `trues`
- `table`
- `listtab`
- `obj`
- `keys`
- `vals`
- `maptable`
- `alref`
- `string`
- `tostring`
- `type`
- `coerce`
- `pop`
- `push`
- `++`
- `--`
- `zap`
- `sort`
- `insort`
- `compare`
- `o`
- `.`
- `apply`
- `len`
- `mac`
- `\``
- `defop`
- `asv`
- `w/link`
- `aform`
- ...