Docs.rs
chialisp-0.5.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
chialisp 0.5.0
tools for working with chialisp language; compiler, repl, python and wasm bindings
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
programs
std
test-data
basic_program_import.clsp
cache-test-1.clsp
classic_program_import.clsp
deinline_module_blowup.clsp
handcalc.clinc
illegal-constant-arrangement-1.clsp
impzz.clsp
legal-all-tabled.clsp
modtest1.clsp
modtest1_assign.clsp
modtest1_lambda.clsp
modtest2.clsp
modtest2_lambda.clsp
onehandcalc.clinc
p1s_host.clsp
tear-off-lambda-from-constant.clsp
test-export-constant-and-function.clsp
test-export-constant-from-program.clsp
test-export-constant.clsp
test-export-foreign-constant.clsp
test-export-foreign-function.clsp
test-import-constant.clsp
test-stable-constant-carrier-1.clsp
test_deep_compare.clsp
test_factorial.clsp
test_factorial_renamed.clsp
test_handcalc.clsp
test_prepend.clsp
test_staged_constants.clsp
test_staged_constants_multiple_iters.clsp
two_program_import.clsp
two_program_import_include.clsp
unlabeled-module.clsp
1
2
3
4
(include *standard-cl-23*) (import std.prepend) (export (X Y) (prepend X Y))