hy/tests
Bob Tolbert 41ae4f4d2c Update:
Updated most methods to replace While with For, and added tons of new tests
    for things like (cycle []) and lists with None's in them.

    thanks @olasd

Add set of new core functions

Add set of new core functions to the stdlib.

Moved the auto-import code from compile_expression to
HySymbol so that "even?' in this style expression will
be found and imported.

(list (filter even? [1 2 3 4 5]))

The core functions are documented in 2 sections, one
for basic functions like (even?..) and (nth ...) and
one for all the sequence functions.

Update: This removes all the caching decorators, misnamed as
'lazy-seq' from the core. All sequence methods now just use
yield to return a generator, so they are Python-lazy

Further refinements of core functions

Cleaned up the docs to use 'iterator' instead of 'generator'

Fixed drop to just return the iterator instead of an extra
yield loop. But also added a test to catch dropping too
many.
2013-07-29 08:52:28 -06:00
..
compilers Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
importer Fix flake error 2013-07-06 20:39:02 +02:00
lex Add tests for expr-in-dict 2013-05-14 12:01:23 +02:00
macros Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests Update: 2013-07-29 08:52:28 -06:00
resources Provide bin scripts for both Windows and *nix 2013-07-14 09:06:42 -06:00
__init__.py Add set of new core functions 2013-07-13 09:55:16 -06:00
test_bin.py Provide bin scripts for both Windows and *nix 2013-07-14 09:06:42 -06:00