The Scopes Programming Language & Compiler Infrastructure
04a42335ad6f — Leonard Ritter default tip an hour ago
* property: support `Printer` protocol
1d5a3b774e59 — Leonard Ritter an hour ago
* compiler.Printer: export new implementations of `print`, `report`, `repr` and `tostring`
27e4b014af33 — Leonard Ritter an hour ago
* compiler.Printer: fixed `crepr`

heads

tip
browse log
release-0.18
browse .tar.gz

clone

read-only
https://hg.sr.ht/~duangle/scopes
read/write
ssh://hg@hg.sr.ht/~duangle/scopes

scopes_logo_210px.png

#Welcome to Scopes

Scopes is a retargetable programming language & infrastructure.

Downloads | Tags | Nightly Builds

#Features

  • A performant systems programming language that feels like a scripting language.
  • Aims to combine the expressiveness of Scheme with the convenience of Python, Lua or Javascript and the performance of C.
  • Compile-time resource management using view propagation, an annotation-free variation of borrow checking.
  • A single codebase targets native 64-bit Linux and Windows (via MinGW) as well as SPIR-V and GLSL shaders. Your math functions run on CPU and GPU without modification.
  • Fully interoperable with C libraries. Import and use C include files directly.
  • Support for live code execution as well as offline compilation of object files.
  • Statically typed but fully inferred type system via forward propagation. Supports closures as zero-cost abstraction.
  • Open Source MIT licensed.
  • Built with LLVM and clang for multi-stage programming features and overhead-free interoperability with C libraries.

See Documentation for more information.

#Editor Support

#Help & Support

For help, questions and feedback:

For bug reports: