hy/hy
Paul Tagliamonte 86af7eacf1 Add in a new core language file.
This will let us implement common functions seen in other lisps,
 and allow them to be importable, without explicit imports. The goal
 is to keep this as small as we can; we don't want too much magic.

 I've added `take' and `drop' as examples of what we can do.
2013-06-29 18:51:11 -04:00
..
contrib Rushed fix for the contrib.meth macros 2013-05-12 13:40:30 -04:00
core Add in a new core language file. 2013-06-29 18:51:11 -04:00
lex larger kludge for escaped characters 2013-06-07 17:07:22 -04:00
models Modify HyDict semantics to allow nesting expressions 2013-05-14 11:43:17 +02:00
__init__.py Meh, 0.9.8 time. 2013-05-12 13:40:53 -04:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
cmdline.py Builtins fix for 2 and 3, tests aswell 2013-06-25 17:02:02 +02:00
compiler.py Add in a new core language file. 2013-06-29 18:51:11 -04:00
completer.py idle cleanup 2013-04-02 14:50:16 -04:00
errors.py holy shit it's 2013 2013-03-18 10:27:14 -04:00
importer.py Make macros module-specific. 2013-05-16 15:34:14 +02:00
macros.py whitespace fix 2013-06-26 08:50:37 +02:00
util.py Remove some unused code 2013-05-05 20:42:48 +02:00