Skip to content

gitter-badger/lamdu

 
 

Repository files navigation

Project Lamdu

Join the chat at https://gitter.im/lamdu

This project aims to create a "next-generation", "live programming" environment that radically improves the programming experience.

See the Main Page

Installation

osx

requires stack, brew and git:

brew install ftgl leveldb
git clone --recursive https://github.com/Peaker/lamdu
cd lamdu
stack setup
stack install

ubuntu

requires stack

sudo apt-get update -qq
sudo apt-get install git libftgl-dev libleveldb-dev libglfw-dev libxrandr-dev libxi-dev libxcursor-dev libxinerama-dev -yq
git clone --recursive https://github.com/Peaker/lamdu
cd lamdu
stack setup
stack install

About

lamdu - towards the next generation IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.8%
  • Other 0.2%