Skip to content

flojdek/haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

haskell

Haskell examples.

  • monads/state/stack.hs

    State monad used for stack implementation.

  • network/echoserver.hs

    Echo server implementation. Usage: ./echoserver <port>

  • network/forkechoserver.hs

    Echo server using forkIO to handle client connections. Usage: ./echoserver <port>

  • network/getaddrinfo.hs

    Example usage of getaddrinfo. Usage: ./getaddrinfo <host> <port>

  • thrift/service

    Simple service implementation with working client and server.

  • thrift/test

    Basic usage example of Apache Thrift with haskell. Define a message and print it. Just type make and ./test.

About

Haskell examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published