Skip to content

'Playground' style live coding for the Acme editor

License

Notifications You must be signed in to change notification settings

sewh/acme_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

acme playground

acme playground enables 'playground' style programming in the Acme Editor. It works by passing the contents of an Acme window into a program via stdin and passing the output of that program into a different Acme window every time a keyboard event is processed.

Install

go get github.com/sewh/acme_playground/cmd/playground
go install github.com/sewh/acme_playground/cmd/playground

# Ensure $(go env GOPATH) is in your path

Usage

From an Acme window:

playground [program]

For example, in a Python file:

playground python3

About

'Playground' style live coding for the Acme editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages