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

mizusato a466ddf9da misc, fix 2 سال پیش
.idea 4ddd18e0c3 buffer, misc, fix 2 سال پیش
build f1e0712a7f add makefile 3 سال پیش
interpreter a466ddf9da misc, fix 2 سال پیش
lang 6a7cf2c175 change code mem repr to utf16, adjust 2 سال پیش
standalone a466ddf9da misc, fix 2 سال پیش
support e6e7b547d8 delete obsolete code 2 سال پیش
test ce6df684cc fix 2 سال پیش
.gitignore f1e0712a7f add makefile 3 سال پیش
COPYING b8822687b2 change license 2 سال پیش
Makefile abe0a5c8d4 fix 2 سال پیش
README.md b667b78d00 update readme 2 سال پیش
TODO 5b7310ea1d update todos 2 سال پیش
go.mod 5232b6c94b standalone generic ctn module 2 سال پیش
main.go 9491c3b822 rx as part of core, adjust 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.