Hacker News new | ask | show | jobs
by wcummings 3751 days ago
>E.g. make an inefficient variadic type that at the VM level takes a single argument---a list or vector of the arguments. Or multiple types for different combinations of fixed arg arity plus variable list.

This would hurt interop with Erlang, which seems to be a goal of LFE.