slsh
Interpreter for S-Lang language
Install
- All systems
-
curl cmd.cat/slsh.sh
- Debian
-
apt-get install slsh
- Ubuntu
-
apt-get install slsh
- Arch Linux
-
pacman -S slsh
- Kali Linux
-
apt-get install slsh
- CentOS
-
yum install slsh
- Fedora
-
dnf install slsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install slsh
- OS X
-
brew install slsh
- Raspbian
-
apt-get install slsh
- Dockerfile
- dockerfile.run/slsh
slsh
Interpreter for S-Lang language
S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. This package contains a stand-alone interpreter for scripts written in the S-Lang language.
slang-slsh
Interpreter for S-Lang scripts
slang
S-Lang is an interpreted language and a programming library. The
S-Lang language was designed so that it can be easily embedded into a program to provide the program with a powerful extension language. The S-Lang library, provided in this package, provides the S-Lang extension language. S-Lang's syntax resembles C, which makes it easy to recode S-Lang procedures in C if you need to.