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

https://github.com/bcc32/ecaml-bf

A brainfuck interpreter in OCaml, on Emacs
https://github.com/bcc32/ecaml-bf

brainfuck ecaml emacs example ocaml tutorial

Last synced: 4 months ago
JSON representation

A brainfuck interpreter in OCaml, on Emacs

Awesome Lists containing this project

README

          

# ecaml-bf: an example Ecaml plugin

Ecaml-bf is an Emacs plugin (i.e., extension, package, module, what-have-you)
built in OCaml using the [Ecaml][ecaml] library.

The purpose of this plugin is to demonstrate the basics of writing a plugin for
Emacs using Ecaml, including compilation and the Ecaml API.

Read [the tutorial][tutorial] for more info.

[ecaml]: https://github.com/janestreet/ecaml
[tutorial]: https://blag.bcc32.com/categories/ecaml-getting-started/