Documentation IndexΒΆ
Contents:
- Command Line Interface
- Hy <-> Python interop
- Hy (the language)
- Theory of Hy
- Notes on Syntax
- Built-Ins
- .
- ->
- ->>
- apply
- and
- as->
- assert
- assoc
- break
- cond
- continue
- dict-comp
- do
- def / setv
- defclass
- defn
- defmain
- defmacro
- defmacro/g!
- defmacro!
- deftag
- del
- doto
- eval-and-compile
- eval-when-compile
- first
- for
- genexpr
- gensym
- get
- global
- if / if* / if-not
- lif and lif-not
- import
- fn
- last
- list-comp
- nonlocal
- not
- or
- quasiquote
- quote
- require
- rest
- set-comp
- cut
- raise
- try
- unless
- unquote
- unquote-splice
- when
- while
- with
- with-decorator
- with-gensyms
- xor
- yield
- yield-from
- Hy Core
- Core Functions
- butlast
- coll?
- comp
- complement
- cons
- cons?
- constantly
- dec
- disassemble
- empty?
- eval
- every?
- float?
- fraction
- even?
- identity
- inc
- instance?
- integer?
- interleave
- interpose
- iterable?
- iterator?
- juxt
- keyword
- keyword?
- list*
- macroexpand
- macroexpand-1
- merge-with
- name
- neg?
- none?
- nth
- numeric?
- odd?
- partition
- pos?
- second
- some
- string?
- symbol?
- zero?
- Sequence Functions
- Included itertools
- Core Functions
- Internal Hy Documentation