teo3300 9af7ada706 Removed MalType::Bool
mplemented instead MalType::T as opposed to Maltype::Nil
2025-06-13 18:30:20 +09:00
2025-06-13 18:30:20 +09:00
2024-10-22 16:36:41 +09:00
2025-06-13 18:30:20 +09:00
2025-06-13 18:30:20 +09:00
2023-11-26 19:48:54 +09:00
2024-05-24 17:33:22 +09:00
2023-12-22 09:54:16 +09:00
2023-12-22 09:54:16 +09:00

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 PATH to work properly
    • defaults to /usr/local/bin
Description
No description provided
Readme 246 KiB
Languages
Rust 97.5%
Makefile 2.5%