LFE Documentation
Erlang Resources
Guides
- Quick Start
- User Guide (work in progress)
Tutorials
- Records (stubbed)
- Patterns (stubbed)
- Lightweight Processes
- OTP Servers (stubbed)
Classic Docs
Below are links to the documentation taken from the LFE repository.
- User Guide
- Release Notes
- LFE Shell
- I/O Functions
- Macro Expander
- Compiler
- Common Binary Functions
- Dynamic Code Generator
- Internal Library used by LFE
Examples
Here are various code snippets and small or sample projects that demonstrate how to use LFE in various ways:
- Official Examples
- Hello World Starter
- Building an Erlang Application for LFE
- An Erlang Redis library - much of the source code is written in LFE
- Web Programming for LFE
- Chat Demo Server and Backend
- Conway's Game of Life in LFE
- Lisp on Yaws (uses LFE)
- Riak Map/Reduce Examples for LFE
- Regression Testing
- Tracing for LFE
- Parallel Map
Other Resources
- On Hacker News
- An hour-long video on LFE from 2011
- LFE slides from Erlang Factory 2010
- "About" page on Trapexit
- Forum on Trapexit
- Enhancing LFE
- A pull request for pygments LFE support
- A Vim plugin for LFE