Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrossh/plum
:fruit: A statically typed, imperative programming language inspired by rust, kotlin
https://github.com/pyrossh/plum
Last synced: 5 days ago
JSON representation
:fruit: A statically typed, imperative programming language inspired by rust, kotlin
- Host: GitHub
- URL: https://github.com/pyrossh/plum
- Owner: pyrossh
- Created: 2023-06-26T13:14:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-18T05:41:21.000Z (about 2 months ago)
- Last Synced: 2024-11-18T06:36:01.416Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 957 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 👾 Plum Programming Language
- A statically typed, imperative programming language with ADT's (Algebraic Data Types) inspired by rust, gleam
- The compiler is built upon the tree-sitter parser so has out of the box syntax highlighting support for helix and zed editor
- Plans to be compiled to amd64,arm64, and riscv64 using QBE maintaining C-ABI compatibility## Requirements
```sh
node >= 23.1.0
npm >= 10.9.0
qbe >= 1.2
clang >= 16.0.0
```