john-science / slowloris

A DIY-LISP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional Parameters

john-science opened this issue · comments

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.