🌱 A simple programming language. 352 Commits
2025-02-09 16:31:16 +01:00
2023-10-17 11:06:14 +02:00
2025-02-08 00:26:50 +01:00
2025-02-08 00:26:50 +01:00
2023-10-20 17:07:44 +02:00

q

A programming language that compiles down to machine code.

Features

  • Fast compilation
  • High performance
  • Small executables

Installation

git clone https://git.akyoto.dev/cli/q
cd q
go build

Usage

./q run examples/hello

Builds an executable from examples/hello and runs it.

© 2023 Eduard Urbach