File size: 1,888 Bytes
d5bfab8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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)