john-science / slowloris

A DIY-LISP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Decorators

john-science opened this issue · comments

I need support for Python decorators. A Python example is:

@some_decor
def cube(n):
    return n * n *n

The SlowLoris parallel would be:

(@some_docor
(def cube
    (lambda (n)
        (* n n n))))

Hi !
Can I work on this feature ?
Thanks !

@marqov Sure! There's a lot of work left on Slow Loris. Try it out and give me a pull request when you have something.

@theJollySin Can you review my PR !! Sorry for my late PR

Sorry, I will look at it. I was out of town for a week. I did not mean to ignore you.

Your implementation looks good, I like it. Pull request accepted.

How would you feel if I migrated the project from Python 2 to Python 3? I am guessing that would be easier for most people.

Hello again,

Ah, that's awesome. Welcome.

Looking at the interface for GitHub tickets it seems I can't assign this ticket to you. But you can, of course, just complete the task and submit a Pull Request. So, that appears to be how the GitHub interface will work. I'll see if there is a way to submit a ticket directly to you, but I only seem to have the power to assign taskst o me. Still, please give it a whirl!