Skip to content

Minimalistic yet fast general-purpose programming language.

License

Notifications You must be signed in to change notification settings

SafwanGanz/Ethereal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereal

Simple yet fast general-purpose programming language.

Build

Documentation

Ethereal is a general-purpose programming language that is designed to be fast and simple. Heavly inspired by Monkey and written in Rust

Features

  • Includes a Standard Library
  • Comes with a REPL
  • Compiles to WASM (Experimental)

Want to contribute? Read the steps below on how to run ethereal on your local machine.

Prerequisites

- [Rust](https://rust-lang.org/)

Running Locally

  1. Clone the Repository
git clone https://github.com/Synthesized-Infinity/Ethereal
cd Ethereal
  1. Build the binary
cargo build --bin ethereal-bin
  1. Run the binary
./target/debug/ethereal-bin 

Community

Discord:

DISCORD

About

Minimalistic yet fast general-purpose programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Makefile 0.2%