hy/tests/native_tests
Christopher Allan Webber 9416422330 Changing cond to be more common lisp / emacs lisp like
Instead of:
  (cond (condition-1) (body-1)
        (condition-2) (body-2))

We now work like:

  (cond ((condition-1) (body-1)
         (condition-2) (body-2)))
2013-04-01 10:33:45 -05:00
..
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
language.hy Changing cond to be more common lisp / emacs lisp like 2013-04-01 10:33:45 -05:00
math.hy add mod operator 2013-03-18 21:46:58 -04:00