项目作者: koto-lang

项目描述 :
A simple, expressive, embeddable programming language, made with Rust
高级语言: Rust
项目地址: git://github.com/koto-lang/koto.git
创建时间: 2020-11-30T15:30:29Z
项目社区:https://github.com/koto-lang/koto

开源协议:MIT License

下载


Koto


Docs
Crates.io
CI
Discord


Koto is a simple and expressive programming language, usable as an extension
language for Rust applications, or as a standalone scripting language.

Info

Development

The top-level justfile contains some useful commands for working
with the repo, for example just checks which runs all available checks and
tests.

After installing just, you can run just setup to install additional
dependencies for working with the justfile commands.

MSRV

Koto is under active development, and tested against the latest stable release
of Rust.