brundonsmith / rust_lisp

A Rust-embeddable Lisp, with support for interop with native Rust functions
234 stars 20 forks source link

Allow multiple multipliers. #24

Closed lasiotus closed 1 year ago

lasiotus commented 1 year ago

Currently, only two multipliers are allowed. But it is common for a lisp program to have (* N1 N2 N3 N4) expressions. Moreover, (+ N1 N2 N3 N4) expressions are already supported.

brundonsmith commented 1 year ago

Two comments, otherwise this looks good 👍

lasiotus commented 1 year ago

Hmm... Found only one comment, fixed. :)

brundonsmith commented 1 year ago

Other one was this:

Screenshot 2022-12-20 at 11 40 11 PM