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

mizusato 49d0214234 fix syntax il y a 2 ans
.idea e115c7074b fix, migrate ast il y a 3 ans
build f1e0712a7f add makefile il y a 4 ans
interpreter 49d0214234 fix syntax il y a 2 ans
standalone 2bc3694509 migrate vd il y a 3 ans
stdlib 72e827fcf1 rename ui::Input il y a 3 ans
support 961c5034f8 move ast package il y a 3 ans
test 0001dba11f adjust, new ref test il y a 3 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 0e09d67d86 adjust todos il y a 2 ans
go.mod 97910d31bc change go requirement to 1.16 il y a 3 ans
main.go e115c7074b fix, migrate ast il y a 3 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.