Skip to content
vic

dawn-lang/ucc

Untyped Concatenative Calculus

dawn-lang/ucc.json
{
"createdAt": "2021-10-06T03:51:20Z",
"defaultBranch": "main",
"description": "Untyped Concatenative Calculus",
"fullName": "dawn-lang/ucc",
"homepage": null,
"language": "Rust",
"name": "ucc",
"pushedAt": "2021-12-25T03:26:30Z",
"stargazersCount": 19,
"topics": [],
"updatedAt": "2024-04-06T08:05:50Z",
"url": "https://github.com/dawn-lang/ucc"
}

The untyped concatenative calculus, implemented in Rust. A toy programming language and prototype for Dawn.

To build and run the native REPL:

Terminal window
cargo run

To build the web REPL:

Terminal window
(cd ucci-web; wasm-pack build --target web)

To serve the web REPL using python’s built-in http server:

Terminal window
(cd ucci-web; python3 -m http.server)

Licensed under the [Mozilla Public License, v. 2.0]!(LICENSE).

Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You, as defined in the Mozilla Public License, v. 2.0, shall be licensed as above, without any additional terms or conditions.