https://github.com/x4raynixx/rx-scripting
RX is a lightweight scripting language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.
https://github.com/x4raynixx/rx-scripting
cpp csharp javascript language nextjs programming programminglanguage python
Last synced: 12 days ago
JSON representation
RX is a lightweight scripting language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.
- Host: GitHub
- URL: https://github.com/x4raynixx/rx-scripting
- Owner: x4raynixx
- Created: 2025-03-31T13:23:02.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-05-03T20:24:27.000Z (17 days ago)
- Last Synced: 2025-05-08T22:55:02.369Z (12 days ago)
- Topics: cpp, csharp, javascript, language, nextjs, programming, programminglanguage, python
- Language: C#
- Homepage:
- Size: 19.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RX is a lightweight and efficient scripting language designed for ease of use and low system impact. With a clean, beginner-friendly syntax, it allows developers to build applications quickly without overloading system resources. RX is ideal for lightweight scripting, automation, and development on machines with limited performance.
---# 💪 Usage:
> Step 1: Create a .rx file
>
> Step 2: Write some code
>
> Step 3: Run it and have fun!---
# 💻 Installation:
> Step 1: Go to releases
>
> Step 2: Download the newest Installer from the newest Release
>
> Step 3: Run the installer and wait to finish his job.
>
> Step 4: Now RX Scripting Language is installed on your computer and you can use it!---
# 🛠️ Build it yourself
Run the following command in your terminal:
```
git clone https://github.com/x4raynixx/RX-Scripting.git
cd RX-Scripting
```Build for windows:
```
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true --self-contained true /p:PublishTrimmed=true /p:DebugType=None /p:DebugSymbols=false -o ./publish
```Build for Linux:
```
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true --self-contained true /p:PublishTrimmed=true /p:DebugType=None /p:DebugSymbols=false -o ./publish
```Output: publish/rx.exe