James King
dceaad716a
[WIP] Added lambda list keyword parsing step
This allows us to translate lisp argument lists to Python ones. (defun foo (x y &rest z &optional {foo 3} &aux kwargs)) translates roughly to: def foo(x, y, *z, foo=3, **kwargs): pass
Hy
Lisp and Python should love each other. Let's make it happen.
Hylarious Hacks
OK, so, why?
Well. Python is awesome. So awesome, that we have so many tools to alter the languge in a core way, but we never use them.
Why?
Well, I wrote Hy to help people realize one thing about Python:
It's really goddamn awesome.
Oh, and lisps are neat.
Description
Languages
Python
50.7%
Hy
41.5%
reStructuredText
7.1%
Batchfile
0.4%
Makefile
0.3%