User Tools

Site Tools


sig:code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sig:code [2013/12/27 07:05]
sakirious created
sig:code [2021/05/02 21:36] (current)
Line 1: Line 1:
 ==== SIG-Code Wiki Page ==== ==== SIG-Code Wiki Page ====
  
-=== Useful Links === +=== Haskell ​=== 
-== 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]] [[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]]
 +
sig/code.1388127929.txt.gz · Last modified: 2021/05/02 21:36 (external edit)