Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
lambdabot
[go: Go Back, main page]

lambdabot

lambdabot

SyntaxNinja:: lambdabot has a logo?
SamB:: lambdabot has a site?
SamB:: lambdabot has a wiki?

About

Lambdabot is a Haskell development tool, written in Haskell. It operates as a command line tool, embedded in an editor, embedded in GHCi, via internet relay chat and on the web. More information is available at the Haskell wiki.

News

July 06 Lambdabot is now available as a ghci extension. The full power of lambdabot is available from the ghci prompt. Download GHCi on Acid, via darcs. Examples;

$ ghci
GOA> :version
lambdabot 4p192, GHC 6.4.1 (OpenBSD i386 )

GOA> :pl (concat .) . map
(=<<)

GOA> :pl \x f x -> f x x
const join

GOA> :index const
Prelude

GOA> :hoogle a -> b -> a
Prelude.const :: a -> b -> a

GOA> :source Prelude
http://darcs.haskell.org/packages/base/Prelude.hs

GOA> :docs Prelude
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html


Source

Project Activity

Parsec logo