Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

lfe-deprecated/lfe-service-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

  • Shell 100.0%