Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Shine programming language

NotificationsYou must be signed in to change notification settings

Koncord/shine

Repository files navigation

Shine programming language

Linux CI

Shine is an expressive, minimalistic, statically typed programming language implemented in C++.With influences derived from languages such as Rust, Ruby, Lua, and C.

Goals

  • fast
  • simple, explicit, elegant
  • small learning curve (like C)
  • statically typed with inference
  • access to AST from code (static reflections)
  • possibility of shooting in the knees

Build

To build Shine, you need next dependencies:

C++ compiler with support C++17LLVM and LLVM-devCMake

After installing all dependencies, simple run:

$ mkdir build$ cd build$ cmake ..$ make -j4

Check out the help:

$ ./shine --help

Status

This project is atrolling Rust & C toy language.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp