hy/hy
Tristan Cacqueray d793cee90a add `tuple?` function `hy.core`
`tuple?` will test if the argument is an instance of tuple.
2019-04-23 15:25:49 -04:00
..
contrib update contrib and macro to use the new list? function 2019-04-09 00:07:10 +00:00
core add `tuple?` function `hy.core` 2019-04-23 15:25:49 -04:00
extra Update copyright years 2019-02-07 08:57:35 -05:00
lex Implement format strings 2019-02-26 14:04:24 -05:00
__init__.py Refactor REPL error handling and filter Hy internal trace output 2019-02-07 13:43:58 -05:00
__main__.py Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
_compat.py Don't test Python 3.4 2019-03-17 18:36:53 -04:00
cmdline.py Cache command line source for exceptions 2019-02-07 13:45:41 -05:00
compiler.py Remove internal checks for Python 3.5 2019-03-17 18:28:39 -04:00
completer.py Update copyright years 2019-02-07 08:57:35 -05:00
errors.py Add special exception and handling for wrapper errors 2019-02-07 13:45:41 -05:00
importer.py Fix a temporary-file crash 2019-04-06 15:43:10 -04:00
macros.py Add special exception and handling for wrapper errors 2019-02-07 13:45:41 -05:00
model_patterns.py Update copyright years 2019-02-07 08:57:35 -05:00
models.py Implement format strings 2019-02-26 14:04:24 -05:00