Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loda-lang/loda-rust
Web editor for the LODA language. Also includes my experiments with Abstraction and Reasoning Corpus ARC.
https://github.com/loda-lang/loda-rust
ai integer-sequences math oeis rust wasm
Last synced: about 2 months ago
JSON representation
Web editor for the LODA language. Also includes my experiments with Abstraction and Reasoning Corpus ARC.
- Host: GitHub
- URL: https://github.com/loda-lang/loda-rust
- Owner: loda-lang
- License: apache-2.0
- Created: 2021-03-11T14:12:40.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-27T14:07:00.000Z (4 months ago)
- Last Synced: 2024-08-27T15:38:42.001Z (4 months ago)
- Topics: ai, integer-sequences, math, oeis, rust, wasm
- Language: Rust
- Homepage: https://loda-lang.org/
- Size: 8.55 MB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# LODA-RUST
Web editor for the [LODA language](https://loda-lang.org/) so programs can run in the browser.
**Examples to try out:**
---
# 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)