Skip to content
forked from duangle/scopes

The Scopes Programming Language (github mirror)

License

Notifications You must be signed in to change notification settings

Derpford/scopes

 
 

Repository files navigation

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, Windows and macOS 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:

About

The Scopes Programming Language (github mirror)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.3%
  • Scala 35.8%
  • Python 3.2%
  • C 2.0%
  • NASL 1.6%
  • Lua 1.4%
  • Other 1.7%