mirror of
https://github.com/teo3300/rust-mal.git
synced 2026-01-12 01:05:32 +01:00
dev
Fracional numbers as extension of integernumbers, with Euclid's algorithm for fractional simplification, added functions "floor" "num" "den", added syntax [+/-]<num>/<den> to define fractional numbers BREAKING CHANGE:
rust-mal
Trying and implementing mal project from kanaka in Rust
Why
Because I need to improve my knowledge of rust and I also don't know how to use lisp
Installation
Running make install should suffice
Installation Configuration
Parameters can be set for installation via environment varialbes:
MAL_HOME- Directory containing the core, libraries and config
- defaults to
~/.config/mal
BINARY_DIR- Destination to install the binary, must be included in
PATHto work properly - defaults to
/usr/local/bin
- Destination to install the binary, must be included in
Description
Languages
Rust
97.5%
Makefile
2.5%