https://github.com/tve/folie
Forth Live Explorer
https://github.com/tve/folie
Last synced: 10 months ago
JSON representation
Forth Live Explorer
- Host: GitHub
- URL: https://github.com/tve/folie
- Owner: tve
- License: unlicense
- Created: 2017-05-21T04:56:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T06:03:34.000Z (about 9 years ago)
- Last Synced: 2025-08-23T03:46:57.736Z (11 months ago)
- Language: Go
- Homepage: http://folie.jeelabs.org
- Size: 832 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Folie v3

[](http://godoc.org/github.com/jeelabs/folie)
[](http://unlicense.org)
The **Forth Live Explorer** is a command-line utility to talk to a
micro-controller via a (local or remote) serial port. Its main mode of operation
is as interactive terminal, but it can also upload code to an STM32 µC and is
tailored in particular for use with [Mecrisp
Forth](http://mecrisp.sourceforge.net/).
This is experimental code, the stable version is at:
### Acknowledgments
* [Mecrisp Forth](http://mecrisp.sourceforge.net) by Matthias Koch (GPL3) - the
reason Folie exists
* [Go](https://golang.org/) (BSD) - the language which gets types, concurrency,
builds, **and** deployment right
* [go-serial](https://github.com/bugst/go-serial) by [Christian
Maglie](https://github.com/cmaglie) (BSD) - knows about serial ports across
all platforms
* [readline](https://github.com/chzyer/readline) by
[@chzyer](https://github.com/chzyer) (MIT) - takes care of local line editing
and history
* the JeeLabs chat group - _you know who you are..._