AstroSnail / scopes

The Scopes Programming Language (github mirror)

Home Page:http://scopes.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scopes_logo_210px.png

Welcome to Scopes

Scopes is a retargetable programming language & infrastructure.

Downloads | Tags

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)

http://scopes.rocks

License:Other


Languages

Language:C++ 55.2%Language:Scala 35.9%Language:Python 3.3%Language:NASL 1.7%Language:Lua 1.5%Language:C 1.3%Language:SuperCollider 0.8%Language:Nix 0.2%Language:Pawn 0.1%Language:HTML 0.0%Language:Shell 0.0%