glispext

package
v0.0.0-...-e484114 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2016 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ChanTxFunction

func ChanTxFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func CreateCoroutineMacro

func CreateCoroutineMacro(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func ImportChannels

func ImportChannels(env *glisp.Glisp)

func ImportCoroutines

func ImportCoroutines(env *glisp.Glisp)

func ImportRandom

func ImportRandom(env *glisp.Glisp)

func ImportRegex

func ImportRegex(env *glisp.Glisp)

func ImportTime

func ImportTime(env *glisp.Glisp)

func MakeChanFunction

func MakeChanFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func RandomFunction

func RandomFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func RegexpCompile

func RegexpCompile(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func RegexpFind

func RegexpFind(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func StartCoroutineFunction

func StartCoroutineFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func TimeFunction

func TimeFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func TimeitFunction

func TimeitFunction(env *glisp.Glisp, name string,
	args []glisp.Sexp) (glisp.Sexp, error)

func Version

func Version() string

Types

type SexpChannel

type SexpChannel chan glisp.Sexp

func (SexpChannel) SexpString

func (ch SexpChannel) SexpString() string

type SexpCoroutine

type SexpCoroutine struct {
	// contains filtered or unexported fields
}

func (SexpCoroutine) SexpString

func (coro SexpCoroutine) SexpString() string

type SexpRegexp

type SexpRegexp regexp.Regexp

func (SexpRegexp) SexpString

func (re SexpRegexp) SexpString() string

type SexpTime

type SexpTime time.Time

func (SexpTime) SexpString

func (t SexpTime) SexpString() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL