An open API service indexing awesome lists of open source software.

https://github.com/tve/folie

Forth Live Explorer
https://github.com/tve/folie

Last synced: 10 months ago
JSON representation

Forth Live Explorer

Awesome Lists containing this project

README

          

## Folie v3

![](https://img.shields.io/badge/work-In_Progress-red.svg)
[![GoDoc](https://godoc.org/github.com/jeelabs/folie?status.svg)](http://godoc.org/github.com/jeelabs/folie)
[![license](https://img.shields.io/github/license/jeelabs/folie.svg)](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..._