pixie-lang / pixie

A small, fast, native lisp with "magical" powers
GNU General Public License v3.0
2.35k stars 124 forks source link

Added letfn macro to the stdlib. #528

Closed egregius313 closed 7 years ago

egregius313 commented 7 years ago

I find I regularly use the letfn macro and think the most important place for it is the stdlib.

thomasmulvaney commented 7 years ago

Nice. Just needs a test please.

egregius313 commented 7 years ago

No problem. This is my first PR on a project though, so where should I put the test?

thomasmulvaney commented 7 years ago

In tests/pixie/test-stdlib.pxi would be great.

heyLu commented 7 years ago

Merged #534 in place of this. It has the letfn macros and tests.