read-only mirror of https://github.com/mizusato/KumaChan

mizusato 49d0214234 fix syntax 2 роки тому
.idea e115c7074b fix, migrate ast 2 роки тому
build f1e0712a7f add makefile 3 роки тому
interpreter 49d0214234 fix syntax 2 роки тому
standalone 2bc3694509 migrate vd 2 роки тому
stdlib 72e827fcf1 rename ui::Input 2 роки тому
support 961c5034f8 move ast package 2 роки тому
test 0001dba11f adjust, new ref test 2 роки тому
.gitignore f1e0712a7f add makefile 3 роки тому
COPYING b8822687b2 change license 2 роки тому
Makefile abe0a5c8d4 fix 2 роки тому
README.md b667b78d00 update readme 2 роки тому
TODO 0e09d67d86 adjust todos 2 роки тому
go.mod 97910d31bc change go requirement to 1.16 2 роки тому
main.go e115c7074b fix, migrate ast 2 роки тому
staticcheck.conf e29ec26787 fix 2 роки тому

README.md

KumaChan Programming Language

KumaChan is an experimental programming language.

This language is designed for desktop GUI programming.

This language is an attempt to integrate Reactive Extensions with pure functional language features. In this language, all side-effects are represented by Observables.

Documentation is working in progress.

TODO

Syntax Highlighting, Autocomplete and Lint

There is a package called 'language-kumachan' available for the Atom Editor.