https://github.com/spirali/kreatrix
Programming language
https://github.com/spirali/kreatrix
Last synced: 7 months ago
JSON representation
Programming language
- Host: GitHub
- URL: https://github.com/spirali/kreatrix
- Owner: spirali
- License: gpl-2.0
- Created: 2016-10-03T09:19:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T09:29:24.000Z (over 9 years ago)
- Last Synced: 2025-01-13T06:28:40.901Z (over 1 year ago)
- Language: C
- Size: 3.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: COPYING
Awesome Lists containing this project
README
# Kreatrix
Kreatrix is a programming language inspired by IO, Self, Smalltalk and Python.
It was developed between 2006 and 2009 as parts of my bachelor and master theses.
I have put it online only for historic and nostalgic reasons
and I have no intention of continuing in development.
Some basic info:
* Object oriented programming language based on Self and IO
* Smalltalk-like syntax
* Python-like VM (in C)
* Modules: GTK-2, xml, sockets, threads, SDL
* GPLv2 license
* Original manual is lost :(
* [Examples](docs/examples)
* [Generated docs](docs/html)
* [VIM syntax highlighting](extra/kx.vim)
## Author
Stanislav Böhm (spirali /at/ kreatrix /dot/ org)