Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

Introduce specialized `&apply` variants for 0, 1 and 2 parameters. #170

Closed Idorobots closed 1 week ago

Idorobots commented 2 years ago

Right now the only generated variant uses varargs to apply all functions which is needlessly slow.

Idorobots commented 8 months ago

This didn't do much in the JS runtime, so might not be worth it in the end.