diff --git a/README.md b/README.md index b0da94d..1d21a23 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ The core spec of Clyx is mostly stable but the standard library is still a work- - Platform-agnostic [standard library](lib.clx) - Ability to include custom modules into the current runtime context (depends on file I/O capabilities) +## Implementations + +- [Reference implementation in Python](clyx-python/clyx/clyx.py) (compatible with MicroPython and T-DeckARD on CircuitPython) +- [Reference implementation in Go](clyx-go/clyx.go) + ## Installation Depending on the implementation, there are several installation ways. @@ -115,11 +120,6 @@ Caveats: 1. The entire operation is rather slow (which is expected for an interpreted runtime on top of CircuitPython on this class of machines) and may sometimes overflow the allocated (native) Python stack. As such, it's not recommended to `src` files from the REPL if you can run them directly instead. 2. Don't forget to mount an SD card or run `unlock_rootfs()` if you want to use file writing capabilities inside T-DeckARD environment. -## Implementations - -- [Reference implementation in Python](clyx-python/clyx/clyx.py) (compatible with MicroPython and T-DeckARD on CircuitPython) -- [Reference implementation in Go](clyx-go/clyx.go) - ## FAQ ### Where does the name Clyx originate from?