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

mizusato a466ddf9da misc, fix il y a 2 ans
.idea 4ddd18e0c3 buffer, misc, fix il y a 2 ans
build f1e0712a7f add makefile il y a 4 ans
interpreter a466ddf9da misc, fix il y a 2 ans
lang 6a7cf2c175 change code mem repr to utf16, adjust il y a 2 ans
standalone a466ddf9da misc, fix il y a 2 ans
support e6e7b547d8 delete obsolete code il y a 2 ans
test ce6df684cc fix il y a 2 ans
.gitignore f1e0712a7f add makefile il y a 4 ans
COPYING b8822687b2 change license il y a 3 ans
Makefile abe0a5c8d4 fix il y a 3 ans
README.md b667b78d00 update readme il y a 3 ans
TODO 5b7310ea1d update todos il y a 2 ans
go.mod 5232b6c94b standalone generic ctn module il y a 3 ans
main.go 9491c3b822 rx as part of core, adjust il y a 2 ans
staticcheck.conf e29ec26787 fix il y a 3 ans

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.