Skip to content

cgi-based web framework in haskell. please dont use it

Notifications You must be signed in to change notification settings

tenmajkl/lemonad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lemonad 🍋>>= 🍋

now this is what i call epic haskell programming

Cgi-based web framework in haskell. If you consider building websites, maybe check lemon. Usage of monad here is kinda low I want to improve it and learn more about them.

very declarative:

main :: IO ()
main = lemonad [
        route Get "/" (\x -> text "hello epic haskell programmers")
    ]

Maybe i should make it actualy as a library but idk

About

cgi-based web framework in haskell. please dont use it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published