Search code examples
Defn async with decorators and types...

hy

Read More
Macros that generate code from a for-loop...

hy

Read More
Macros that loop and transform a sequence of forms...

hy

Read More
Pretty print in Hy?...

hy

Read More
Is there a way to capture a name from the environment when using hy.eval?...

hy

Read More
How do I setup a hy project so that I can use pytest for testing...

pytesthy

Read More
Dynamic bindings with let in Hy?...

lisphy

Read More
how to use hy to when operating on pandas dataframe columns...

pythonpandasdataframehy

Read More
HyLang : Howto simplest for loop in hy?...

hy

Read More
configure automatic Hy REPL imports...

read-eval-print-loophy

Read More
macro for pandas column setting in hy...

pandasmacroslisphy

Read More
How to use the pandas apply method in hy...

pandasdataframefunctional-programmingapplyhy

Read More
Function Type Annotations...

typesannotationshy

Read More
Hylang "in" operator...

hy

Read More
Convert python literal_eval string to hy...

hy

Read More
__init__.py for hy modules with relative imports...

hy

Read More
How to convert Numpy special syntax to Hy...

pythonnumpyhy

Read More
Imported modules not working with macros (anymore)...

pytesthy

Read More
Hy invisible module function in quasiquoted macro...

modulemacroshy

Read More
How to include Hy code inside python code?...

pythonpython-3.xhy

Read More
Access attribute and method names with slashes or asterisks defined in Hy from Python...

hy

Read More
Non-existent hy macros runs assertions, but fails appropriately with everything else...

hy

Read More
Hylang & SQLAlchemy: sqlalchemy.exc.ArgumentError: Mapper Mapper[Stream(stream)] could not assem...

sqlalchemyflask-sqlalchemyhy

Read More
with-gensyms Error With Hy Documentation Example Code...

hy

Read More
No diffs from pytest AssertionErrors when straying from common test file name scheme...

pytesthy

Read More
Why is it that '0 is false, but 'False is true?...

hy

Read More
How to type-hint in Hy...

type-hintinghy

Read More
How to set two variables at once in Hy...

pythonhy

Read More
Require macros from the same file in another macro...

hy

Read More
Mimic `let' statement in a macro...

hy

Read More
BackNext