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

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

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.