Slosh Forms
List of sections:
char, collection, conditional, conversion, core, doc, file, hashmap, io, iterator, math, namespace, pair, random, scripting, sequence, shell, string, system, test, type, vector
Section: char
char-lower, char-upper, char-whitespace?
Section: collection
clear!, empty?, flatten, in?, not-empty?, reverse
Section: conditional
<, <=, ==, >, >=, and, cond, if, match, not, or, when
Section: conversion
Section: core
=, apply, back-quote, block, comp-time, dec!, def, defmacro, defn, do, doc, doc-raw, dotimes, dotimes-i, dump-globals, dyn, err, eval, exit, expand-macro, fn, gensym, get-error, get-globals, get-prop, identity, inc!, is-noop, len, let, let-while, load, load-rc, loop, macro, mk-err, noop, noop-fn, not=, not==, nsubstitute!, occurs, on-raised-error, quote, recur, set!, set-prop, sizeof-heap-object, sizeof-value, substitute, to-list, to-vec, un-noop-fn, usage
Section: doc
build-doc, doc-map, get-exemptions, get-globals-sorted, legacy_forms
Section: file
cd, fclose, fflush, fopen, fs-accessed, fs-base, fs-crawl, fs-dir?, fs-exists?, fs-file?, fs-len, fs-modified, fs-parent, fs-rm, fs-same?, get-temp, get-temp-file, glob, read, read-all, read-line, temp-dir, with-temp, with-temp-file
Section: hashmap
hash-keys, hash-remove!, make-hash
Section: io
Section: iterator
iter::enumerate, iter::file-iter, iter::filter, iter::for, iter::iter, iter::iter-or-single, iter::iter?, iter::list-iter, iter::map, iter::mk-iter, iter::once-iter, iter::range, iter::reduce, iter::repeat-iter, iter::string-iter, iter::vec-iter, iter::vec-iter-pair, iter::vec-iter-rev, iter::enumerate, iter::file-iter, iter::filter, iter::for, iter::iter, iter::iter-or-single, iter::iter?, iter::list-iter, iter::map, iter::mk-iter, iter::once-iter, iter::range, iter::reduce, iter::repeat-iter, iter::string-iter, iter::vec-iter, iter::vec-iter-pair, iter::vec-iter-rev
Section: math
%, *, +, -, /, abs, rem, rem_euclid
Section: namespace
get-in-namespace, get-namespaces, import, ns, with-ns
Section: pair
Section: random
Section: scripting
Section: sequence
butlast, first, last, rest, seq-for
Section: shell
args, shell-exe, bg-color-rgb, fg-color-rgb, syntax-off, syntax-on, sys-command?
Section: string
str, str-bytes, str-cat-list, str-contains, str-empty?, str-lower, str-map, str-push!, str-replace, str-split, str-splitn, str-starts-with, str-sub, str-trim, str-trim!, str-upper
Section: system
Section: test
test::assert-equal, test::assert-error, test::assert-error-msg, test::assert-false, test::assert-not-equal, test::assert-true, test::assert-equal, test::assert-error, test::assert-error-msg, test::assert-false, test::assert-not-equal, test::assert-true
Section: type
->float, ->int, callable?, char?, err?, io?, list?, nil?, ok?, pair?, seq?, string?, symbol?, vec?