Search code examples
Difference between using a for loop to run a body in a macro versus mapping `exec' over the body...

hy

Read More
Show whether a Python module is loaded from bytecode...

pythonbytecodehy

Read More
importing module from current folder in hy...

hy

Read More
What is the difference between if and cond?...

hy

Read More
Cut from negative integer to last item in list in Hy...

hy

Read More
Macro string Interpolation / How to unquote inside string?...

hy

Read More
Does Hy have inline if?...

pythonlisphy

Read More
Why is this quicksort overflowing?...

pythonrecursionlisphyrecursionerror

Read More
"Ran into a RPAREN where it wasn't expected" when using "->>"...

hy

Read More
Expanding macro results in KeyError...

hy

Read More
Using `click` in a shell script that has a Hy program in a here document...

python-clickhy

Read More
Use get in threading macro...

hy

Read More
Multiple iterators in "for", "lfor", etc. with something like "dct.items()&...

hy

Read More
Cosine Similarity in linear time using Lisp...

python-3.xlispcosine-similarityhy

Read More
Example of using hylang with python multiprocessing...

multiprocessingpython-multiprocessinghy

Read More
Hy equivalent to * operator in Python's function arguments that forces keyword arguments...

hy

Read More
Hylang Map Destructuring...

destructuringhy

Read More
macro inside of macro creates a list of None...

macroshy

Read More
How to serialize hylang s-expression into PostgreSQL json/json-b?...

jsonpostgresqllisphy

Read More
Why are calls to `defmacro` evaluating to None?...

macroshy

Read More
Dictionary merging in Hy...

hy

Read More
How to declare 'main' in a hy program...

hy

Read More
Does Hy code require indenting, just like Python?...

hy

Read More
Importing .hy file with function definition in .py file and after calling function from .hy from pyt...

pythonpython-3.xhy

Read More
How to include Hy code into a separate file, and then import that using Hy?...

pythonpython-3.xhy

Read More
How can I create a Python standalone executable using Hy modules?...

pythonpyinstallerhy

Read More
walk must return same type as input?...

hy

Read More
Use repl for Hy in Emacs...

emacslispemacs24hy

Read More
Why does my hylang program fail at parsing?...

lisphy

Read More
Substitution of list/dictionary element by the index in Hy...

pythonsubstitutionhy

Read More
BackNext