Project containing some studies in some languages.
Dirname | about | langs |
---|---|---|
CIS-194 Spring 13 | exs. from the course CIS-194 from Penn University | Haskell |
Crypto-Λoλ-examples | examples of functions from the Λoλ lib | Haskell |
Haskell | exercises and random stuff in general | Haskell |
Interview Problems | solutions of code interview problems | Haskell . TS |
Learn You A Haskell | exercises inspired on the book Learn You A Haskell | Haskell |
Regev Cryptosystem | a cryptosystem proposed by Regev | Haskell |
Regev Cryptosystem | a cryptosystem proposed by Regev | Elixir |
project euler | solutions of project euler problems | Elixir |
Advent of Code | solutions to the challenges | Haskell |
In order to run these haskell snippets you should add :set +m
to your ~~/.ghc/ghci.conf~