john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

Optional Parameters #24

Closed john-science closed 10 years ago

john-science commented 10 years ago

We need the ability to have optional parameters to lambda functions.

For example, I would like range (range 100 0) to have an optional step parameter (range 100 0 10). Right now, I have to have two different functions: range and range-step.