Skip to content

Releases: resitdc/rakoda-programming-language

studio-v5.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 20:13
ecd0e94
Merge pull request #64 from resitdc/fix-rpl-studio/live-code

Fix rpl studio/live code

studio-v5.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 18:55
increase version

studio-v5.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Aug 03:44
fix(terminal): enable hardware keyboard on desktop and update version…

studio-v5.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 01:49
increase version

studio-v4.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 16:37
increase version

studio-v4.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 01:42
use local flutter_code_editor package

studio-v4.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 18:10
fix windows pipeline

RPL v6.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 06:32

🎉 Rakoda Programming Language v6.0.0

📥 Download Installer

Platform File
🪟 Windows (64-bit) RPL-Setup-6.0.0-x64.exe
🪟 Windows (32-bit) RPL-Setup-6.0.0-x86.exe
🍎 macOS (Apple Silicon) RPL-6.0.0-arm64.dmg
🍎 macOS (Intel) RPL-6.0.0-x64.dmg
🐧 Linux (Debian/Ubuntu) rpl_6.0.0_amd64.deb
🐧 Linux (AppImage) RPL-6.0.0-x86_64.AppImage

🚀 Cara Install

Windows: Download file .exe sesuai tipe bit OS Anda (64-bit / 32-bit) → Klik Install → Selesai!

macOS: Download .dmg → Buka → Klik .pkg → Install

Linux (Debian/Ubuntu):

sudo dpkg -i rpl_6.0.0_amd64.deb

Linux (AppImage):

chmod +x RPL-6.0.0-x86_64.AppImage
./RPL-6.0.0-x86_64.AppImage --version

✅ Verifikasi

rpl --version
rpl run examples/matematika.rpl

RPL v5.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:10

🎉 Rakoda Programming Language v5.0.0

📥 Download Installer

Platform File
🪟 Windows (64-bit) RPL-Setup-5.0.0-x64.exe
🪟 Windows (32-bit) RPL-Setup-5.0.0-x86.exe
🍎 macOS (Apple Silicon) RPL-5.0.0-arm64.dmg
🍎 macOS (Intel) RPL-5.0.0-x64.dmg
🐧 Linux (Debian/Ubuntu) rpl_5.0.0_amd64.deb
🐧 Linux (AppImage) RPL-5.0.0-x86_64.AppImage

🚀 Cara Install

Windows: Download file .exe sesuai tipe bit OS Anda (64-bit / 32-bit) → Klik Install → Selesai!

macOS: Download .dmg → Buka → Klik .pkg → Install

Linux (Debian/Ubuntu):

sudo dpkg -i rpl_5.0.0_amd64.deb

Linux (AppImage):

chmod +x RPL-5.0.0-x86_64.AppImage
./RPL-5.0.0-x86_64.AppImage --version

✅ Verifikasi

rpl --version
rpl run examples/matematika.rpl

RPL v4.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 00:28

🎉 Rakoda Programming Language v4.0.0

📥 Download Installer

Platform File
🪟 Windows (64-bit) RPL-Setup-4.0.0-x64.exe
🪟 Windows (32-bit) RPL-Setup-4.0.0-x86.exe
🍎 macOS (Apple Silicon) RPL-4.0.0-arm64.dmg
🍎 macOS (Intel) RPL-4.0.0-x64.dmg
🐧 Linux (Debian/Ubuntu) rpl_4.0.0_amd64.deb
🐧 Linux (AppImage) RPL-4.0.0-x86_64.AppImage

🚀 Cara Install

Windows: Download file .exe sesuai tipe bit OS Anda (64-bit / 32-bit) → Klik Install → Selesai!

macOS: Download .dmg → Buka → Klik .pkg → Install

Linux (Debian/Ubuntu):

sudo dpkg -i rpl_4.0.0_amd64.deb

Linux (AppImage):

chmod +x RPL-4.0.0-x86_64.AppImage
./RPL-4.0.0-x86_64.AppImage --version

✅ Verifikasi

rpl --version
rpl run examples/matematika.rpl