pyorg.elisp.dsl module

A DSL for writing Elisp in Python.

God help us all.

pyorg.elisp.dsl.E

Singleton object which implements the DSL.

class pyorg.elisp.dsl.ElispSingleton[source]

Bases: object

Singleton object which implements the DSL.

static C(car, cds)

Create a Cons cell, converting arguments.

static Q(value)

Quote value, converting Python strings to symbols.

R

alias of pyorg.elisp.ast.Raw

static S(*names)

Create a list of symbols.