cadar / lithium

Files to get started with nitrogen using lisp sexps

Home Page:http://lfe.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lithium is a project template for building web applications with Nitrogen using sexps(LFE).

Nitrogen - Nitrogen is an event-driven, Ajax enabled web framework for Erlang.
LFE - Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. 
Erlang - A functional language used to build high available telephone switches. 



Install 
-------
git clone git://github.com/cadar/lithium.git 
cd lithium
make init
make start 
curl localhost:8000/web/blog



If you don't have the latest erlang type "make erlang", then it will install 
in your project folder without effecting your system.


Update submodules
-----------------
git submodule foreach git pull origin master



Troubleshooting
---------------
"Makefile", line 1: Need an operator -> Try gmake.


*   http://github.com/rvirding/lfe/tree/master
**  http://github.com/rklophaus/nitrogen/tree/master
*** http://code.google.com/p/mochiweb

About

Files to get started with nitrogen using lisp sexps

http://lfe.io


Languages

Language:JavaScript 100.0%