|
# LODA-RUST |
|
|
|
Web editor for the [LODA language](https://loda-lang.org/) so programs can run in the browser. |
|
|
|
<br> |
|
|
|
**Examples to try out:** |
|
|
|
<table> |
|
<tr> |
|
<td><a href="https://loda-lang.org/edit/?oeis=2487"><img src="documents/a002487_program.jpg"><br>▶️ Run program</a></td> |
|
<td><a href="https://loda-lang.org/edit/?oeis=2487"><img src="documents/a002487_plot.jpg"></a></td> |
|
</tr> |
|
<tr> |
|
<td><a href="https://loda-lang.org/edit/?oeis=3188"><img src="documents/a003188_program.jpg"><br>▶️ Run program</a></td> |
|
<td><a href="https://loda-lang.org/edit/?oeis=3188"><img src="documents/a003188_plot.jpg"></a></td> |
|
</tr> |
|
<tr> |
|
<td><a href="https://loda-lang.org/edit/?oeis=10"><img src="documents/a000010_program.jpg"><br>▶️ Run program</a></td> |
|
<td><a href="https://loda-lang.org/edit/?oeis=10"><img src="documents/a000010_plot.jpg"></a><br><img width="1000" height="1" /></td> |
|
</tr> |
|
</table> |
|
|
|
--- |
|
|
|
# What is LODA-RUST |
|
|
|
LODA-RUST is a Rust implementation of the [LODA-CPP project](https://github.com/loda-lang/loda-cpp). |
|
|
|
The web editor uses LODA-RUST to run LODA programs in the browser. |
|
|
|
The LODA-RUST command line interface is available for Linux/macOS/Windows. It can do these things: |
|
- Evaluate a LODA program. |
|
- Identify recurring patterns across LODA programs. |
|
- Experimental LODA miner. |
|
|
|
[LODA-RUST install guide](documents/install.md) |
|
|
|
|
|
# Mining using LODA-RUST |
|
|
|
Please instead use [Christian Krause's c++ LODA miner](https://github.com/loda-lang/loda-cpp), it's better. |
|
|
|
The LODA-RUST miner is experimental, and not yet as good. |
|
|
|
[LODA-RUST mining guide](/documents/mining.md) and [verbose guide to mining on raspberrypi](https://github.com/loda-lang/loda-rust/blob/develop/documents/mining-on-raspberrypi.md). |
|
|
|
|
|
# Contribute |
|
|
|
If you have CPU to spare, run the LODA miner and help discover new programs. |
|
|
|
[Join the LODA community on Discord](https://loda-lang.org/discord) |
|
|