A clone of Diksam by golang.
Diksam is a programming language (http://kmaebashi.com/programmer/devlang/).
Diksam features:
- Written in C
- Orthodox procedural language
- Orthodox class-based object oriented language
- Statically typed
- Garbage collector
- Compiling bytecode and VM executes it
Godiksam is scratched in golang refering Diksam source.
Godiksam is public domain software.