18 lines
630 B
Markdown
18 lines
630 B
Markdown
# The Ava Programming Language
|
|
|
|
This repository is currently a research project. The project is to explore ideas
|
|
in programming language design by specifying _Ava_.
|
|
|
|
## What is Ava?
|
|
|
|
Ava is a programming language research project that is in the design and
|
|
specification phase. There is no grammar, parser, compiler, or way to use any
|
|
Ava code. Ava is a way to get ideas out of my head, challenged, and further
|
|
explored.
|
|
|
|
## Notes
|
|
|
|
These notes are not guaranteed to be up to date and represent a large amount of
|
|
brainstorming and trying/discarding of ideas.
|
|
|
|
Please start with the [Table of Contents](./notes/table-of-contents.md)
|