==== SIG-Code Wiki Page ==== === Haskell === A strongly typed, purely functional programming language. == Useful Haskell Links == [[http://www.haskell.org/haskellwiki/Haskell | Haskell Wiki]] [[http://learnyouahaskell.com/ | Learn You a Haskell for Great Good]] [[http://book.realworldhaskell.org/read/ | Real World Haskell]] [[http://www.haskell.org/haskellwiki/Yet_Another_Haskell_Tutorial | Yet Another Haskell Tutorial]] [[http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html | Functors and Monads]] === Lisp (Common) === A multi-paradigm programming language that supports procedural, functional and object oriented. == Useful Lisp Links == [[http://www.sbcl.org | Steel Bank Common Lisp]] [[http://mitpress.mit.edu/sicp/full-text/book/book.html| Structure and Interpretation of Computer Programs]] [[http://letoverlambda.com/index.cl/toc | Let over Lambda]] === Python === A general-purpose programming language that emphasizes readability. == Useful Python Links == [[http://www.python.org | Python]] [[http://docs.python.org/3.4/tutorial/ | Direct link to Python documentation]] [[http://pypy.org | PyPy]] [[http://cython.org | Cython]] [[http://www.pythonchallenge.com/ | Python Challenge]] === ACM ICPC (Programming Competition) === [[http://icpc.baylor.edu/ | Contest Site]] [[http://mcicpc.cs.atu.edu/ | Regional Site]] [[https://icpcarchive.ecs.baylor.edu/ | Practice Problems]]