2024-08-26 10:46:47 +00:00
|
|
|
# q
|
|
|
|
|
|
|
|
A programming language that compiles down to machine code.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- Fast compilation
|
|
|
|
- High performance
|
|
|
|
- Small executables
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git clone https://git.akyoto.dev/cli/q
|
|
|
|
cd q
|
|
|
|
go build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./q run examples/hello
|
|
|
|
```
|
|
|
|
|
|
|
|
Builds an executable from `examples/hello` and runs it.
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
- [Chat](https://matrix.to/#/#community:akyoto.dev)
|
|
|
|
- [Donate](https://buy.stripe.com/4gw7vf5Jxflf83m7st)
|
2024-08-26 13:06:30 +00:00
|
|
|
- [License](https://akyoto.dev/license)
|
2024-08-26 11:39:01 +00:00
|
|
|
- [Todo](todo.md)
|
2024-08-26 10:46:47 +00:00
|
|
|
|
|
|
|
## Copyright
|
|
|
|
|
|
|
|
© 2023 Eduard Urbach
|