hy/hy
Abhishek L f159f1499b Adding a simple coll? function to the core
* hy/core/language.hy:
  -Added a simple coll? function that checks whether the given argument
  is an iterable and not a string,
  - Also replaced the check in `flatten` by coll?

* tests/native_tests/core.hy: Tests updated for checking coll?
2014-01-12 15:49:09 +05:30
..
contrib Merge branch 'meth-fix' of https://github.com/Willyfrog/hy into Willyfrog-meth-fix 2014-01-02 00:53:40 +01:00
core Adding a simple coll? function to the core 2014-01-12 15:49:09 +05:30
lex Comments end when the input ends or a newline occurs 2014-01-02 03:09:18 +01:00
models Merge branch master onto pr/284 2013-12-06 20:07:39 +05:30
__init__.py Add some machinery to avoid importing hy in setup.py 2013-07-28 19:34:59 +02:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
_compat.py Cleanup use of PY3* in the compiler. 2014-01-03 20:02:36 -05:00
cmdline.py Changing --show_tracebacks to --show-tracebacks 2013-12-31 09:56:03 -07:00
compiler.py Implement the . attribute access DSL 2014-01-09 03:34:53 +01:00
completer.py Fix for readline REPL problem Darwin Python3 2013-12-20 07:23:35 -07:00
errors.py Cleaning up some comments from berker 2013-12-31 09:56:03 -07:00
importer.py Merge branch 'master' into pr/397 2014-01-01 16:40:16 -05:00
macros.py More updates, including from Foxboron, for errors like (for) 2013-12-31 09:56:03 -07:00
version.py We're 0.9.12 2013-12-31 14:24:50 -05:00