This Project is Currently in Stealth Mode.
please do not post a news story until v1 is released very shortly.
thank you.
Torchbear gives you power of Rust with the simplicity of Lua. You can use it for web automation, embedded programming, data analysis, and anything else you can imagine.
You don't need to learn Rust to use Torchbear, and Lua is a very simple language. You can Learn in Lua 15 minutes.
std::fs::*
filesystem operationsstd::collections::HashSet
set-theoretic operationsTorchbear comes as a single executable, making it very easy to install. Here's a simple command to install it:
sh
curl https://git.io/fpcV6 -sSfL | bash
Our installer gives you the latest version, which is also available on Torchbear's GitHub releases page, so you can download the zip file for your operating system and hardware architecture and unzip the executable wherever is most convenient for you. Our install script is much easier though; you can use it by copying and pasting that line into your terminal, then you'll be able to run torchbear
in any of your apps.
If you haven't heard of a terminal before, here's a 1 min intro to what is a terminal window. On Windows, Android, and MacOS, we've tested with these tools that make a very nice user experience:
Windows: install Cmder Full.
Android: install Termux.
MacOS: comes mostly ready, but Homebrew has additional tools.
init.lua
print("hello from Torchbear")
torchbear
Torchbear extends Rust's growing ecosystem of libraries. Developers are welcomed to make small changes as well as high impact contributions, like adding bindings. There are many examples to learn from in the bindings directory, each with an interesting history. You'll learn a Rust library's API inside and out, and you'll put another tool into the hands of a growing userbase.
๐ on ๐ with โค๏ธ and ๐ฐ