john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

Keyword function arguments #43

Open john-science opened 8 years ago

john-science commented 8 years ago

One of the biggest stopping blocks to full Python support is that Python's functions can have optional keyword arguments (even a bunch of them that aren't pre-defined). Slow Loris does not yet support this, but I really wish it did.

The first big challenge is to figure out how the syntax would look in Slow Loris. THEN implementation can happen.