The Scopes Programming Language & Compiler Infrastructure
9682e91ff850 — Leonard Ritter default tip 16 hours ago
* NOIR frontend: translates function type, dlimport
7fa644521fd8 — Leonard Ritter 3 days ago
* initial noir frontend; builds and parses, but does not translate to module yet
05d4eb81eddc — Leonard Ritter 8 days ago
* compiler: check-in DBParser; will this be the final form?

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: