Liking cljdoc? Tell your friends :D

naga.cli

Command line interface for interacting with Naga.

Command line interface for interacting with Naga.
raw docstring

naga.lang.pabu

Implements Pabu, which is a Prolog-like language for Naga. Parses code and returns Naga rules.

Implements Pabu, which is a Prolog-like language for Naga.  Parses code and returns Naga rules.
raw docstring

naga.lang.parser

Parser for Pabu, which is a Prolog-like syntax for Naga.

Parser for Pabu, which is a Prolog-like syntax for Naga.
raw docstring

naga.queue

Defines a Queue structure that can be added to the tail, and removed from the head. Anything already in the queue (compared by ID) will not be added again, but a function can be provided that will update the element when it is already present. Includes a 'salience' which allows elements to be promoted through the queue ahead of less salient elements.

Defines a Queue structure that can be added to the tail, and removed from the head.
Anything already in the queue (compared by ID) will not be added again, but a function can
be provided that will update the element when it is already present.
Includes a 'salience' which allows elements to be promoted through the queue ahead
of less salient elements.
raw docstring

naga.rules

Defines rule structures and constructors to keep them consistent

Defines rule structures and constructors to keep them consistent
raw docstring

naga.storage.datomic.schema

Functions for generating a user schema for Datomic.

Functions for generating a user schema for Datomic.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close