theme-d-link
Programming language extending Scheme with static typing
Install
- All systems
-
curl cmd.cat/theme-d-link.sh
- Debian
-
apt-get install theme-d-translator
- Ubuntu
-
apt-get install theme-d-translator
- Kali Linux
-
apt-get install theme-d-translator
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install theme-d-translator
- Dockerfile
- dockerfile.run/theme-d-link
theme-d-translator
Programming language extending Scheme with static typing
Some features of Theme-D are: * Static type system * A simple object system * Multi-methods dispatched runtime (and also compile-time) * Parametrized (type parameters) classes, types, and procedures * Signature types resembling Java interfaces but multiply dispatched * A module system * Two kinds of variables: constants and mutable variables Theme-D can be compiled to Guile Tree-IL or Scheme. Hence it is possible to compile Theme-D to Guile bytecode.