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
- Host: GitHub
- URL: https://github.com/bcc32/ecaml-bf
- Owner: bcc32
- License: mit
- Created: 2017-10-31T05:53:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T01:53:23.000Z (almost 8 years ago)
- Last Synced: 2025-09-28T05:49:37.072Z (4 months ago)
- Topics: brainfuck, ecaml, emacs, example, ocaml, tutorial
- Language: OCaml
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/