Skip to content

seansawyer/lfe-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFE Example

This is a tiny example OTP app written in LFE. See the Keynote presentation for some minimal info, then try:

rebar compile && ./start.sh

Then, in the Erlang shell:

application:start(lfe_example), %% Start the application
lfe_example_server:fib(5).      %% Get a Fibonacci

Enjoy.

About

A super-simple example of creating an OTP app with LFE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages