Lento-CLI

所属分类:开发工具
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-11-05 20:01:20
上 传 者sh-1993
说明:  Lento编程语言的命令行界面工具。
(A command line interface tool for the Lento programming language.)

文件列表:
Cargo.toml (403, 2023-11-19)
assets/ (0, 2023-11-19)
assets/logo_white.png (72219, 2023-11-19)
docs/ (0, 2023-11-19)
docs/language_specification_v1.pdf (952094, 2023-11-19)
install.ps1 (910, 2023-11-19)
install.sh (1363, 2023-11-19)
src/ (0, 2023-11-19)
src/args.rs (13531, 2023-11-19)
src/commands/ (0, 2023-11-19)
src/commands/eval.rs (1050, 2023-11-19)
src/commands/files.rs (4110, 2023-11-19)
src/commands/mod.rs (43, 2023-11-19)
src/commands/repl.rs (1353, 2023-11-19)
src/conf.rs (57, 2023-11-19)
src/error.rs (335, 2023-11-19)
src/main.rs (1676, 2023-11-19)



The Lento Programming Language

A functional programming language to purify
the object-oriented paradigm



Github build passinig GitHub release (latest by date) GitHub contributors


# Welcome! Lento is an open-source, strongly typed and lazy evaluated programming language with aim to purify the object-oriented paradigm. Types provide a way to describe the shape of an object, providing better documentation, and allowing Lento to validate that your code is working correctly. This project provides a helpful command line interface tool for the Lento programming language. > Learn more about Lento at http://lento-lang.org.
## Installation The Lento CLI toolchain is available for Windows, Linux and macOS. You can install the latest version using the following commands: ### Windows ```powershell > iwr "https://raw.githubusercontent.com/lento-lang/Lento/main/install.ps1" -useb | iex ``` ### Linux and macOS ```bash $ curl -sSL "https://raw.githubusercontent.com/Lento-lang/Lento/main/install.sh" | bash ``` ### Manual installation Alternatively, you can download the latest version of the Lento CLI toolchain from the [releases page](https://github.com/lento-lang/Lento/releases) and install it manually on your system.
## Documentation Learn more about the Lento programming language by visiting the links below. A good tip is to download the CLI toolchain and start playing around with the examples yourself! * #### [Code examples](https://github.com/lento-lang/Lento-Core/tree/main/examples) * #### [Language Specification](docs/language_specification_v1.pdf) ## The Team Lento is being developed by a driven team that works hard to create a user environment as good as possible for all of you developers. > [Meet the team ](https://lento-lang.org/doc/team.php) Do you want to join the project team? Maybe even get your own testimonial on the official language website?
Then consider contributing to the project and become a member with magical powers ♂! Read more in the section below. ## Contribute Lento is truly a community effort, and we welcome contribution from hobbyists and production users, from newcomers and seasoned professionals. Come help us make the Lento experience even better! **Get started** by pulling the main branch and start fiddling around.
When you feel confident enough, take a look at the **[good first issues](https://github.com/Lento-lang/Lento/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)**. Any maybe your code will be used by thousands of developers around the world!

近期下载者

相关文件


收藏者