Difference between using a for loop to run a body in a macro versus mapping `exec' over the body...
Read MoreShow whether a Python module is loaded from bytecode...
Read Moreimporting module from current folder in hy...
Read MoreWhat is the difference between if and cond?...
Read MoreCut from negative integer to last item in list in Hy...
Read MoreMacro string Interpolation / How to unquote inside string?...
Read MoreWhy is this quicksort overflowing?...
Read More"Ran into a RPAREN where it wasn't expected" when using "->>"...
Read MoreExpanding macro results in KeyError...
Read MoreUsing `click` in a shell script that has a Hy program in a here document...
Read MoreMultiple iterators in "for", "lfor", etc. with something like "dct.items()&...
Read MoreCosine Similarity in linear time using Lisp...
Read MoreExample of using hylang with python multiprocessing...
Read MoreHy equivalent to * operator in Python's function arguments that forces keyword arguments...
Read Moremacro inside of macro creates a list of None...
Read MoreHow to serialize hylang s-expression into PostgreSQL json/json-b?...
Read MoreWhy are calls to `defmacro` evaluating to None?...
Read MoreHow to declare 'main' in a hy program...
Read MoreDoes Hy code require indenting, just like Python?...
Read MoreImporting .hy file with function definition in .py file and after calling function from .hy from pyt...
Read MoreHow to include Hy code into a separate file, and then import that using Hy?...
Read MoreHow can I create a Python standalone executable using Hy modules?...
Read Morewalk must return same type as input?...
Read MoreWhy does my hylang program fail at parsing?...
Read MoreSubstitution of list/dictionary element by the index in Hy...
Read More