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

mizusato b8e68de3d9 add todos %!s(int64=3) %!d(string=hai) anos
.idea f8a8d3ca1a fix, check switch %!s(int64=3) %!d(string=hai) anos
build f1e0712a7f add makefile %!s(int64=4) %!d(string=hai) anos
interpreter d4d8764984 adjust %!s(int64=3) %!d(string=hai) anos
standalone 40dc30fce6 run rpc service ctor in background context %!s(int64=3) %!d(string=hai) anos
stdlib a75305f93a fix %!s(int64=3) %!d(string=hai) anos
support bc974881aa migrate rx examples %!s(int64=3) %!d(string=hai) anos
test eb1007ba3b fix %!s(int64=3) %!d(string=hai) anos
.gitignore f1e0712a7f add makefile %!s(int64=4) %!d(string=hai) anos
COPYING b8822687b2 change license %!s(int64=3) %!d(string=hai) anos
Makefile de68507ab5 remove old docs related code %!s(int64=3) %!d(string=hai) anos
README.md e53ab9ec0f readme %!s(int64=4) %!d(string=hai) anos
TODO b8e68de3d9 add todos %!s(int64=3) %!d(string=hai) anos
go.mod da17f2b33b adjust, computed %!s(int64=4) %!d(string=hai) anos
main.go e5cb3d9717 fix atom plugin backend %!s(int64=3) %!d(string=hai) anos

README.md

KumaChan Programming Language

KumaChan is an experimental programming language.

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

There is a package called 'language-kumachan', including syntax highlighting rules of KuamChan, available for the Atom Editor.