lang-studies icon indicating copy to clipboard operation
lang-studies copied to clipboard

Repo with algorithms or small projects in some languages I am studying

-- olivetti-minimum-body-width: 100; --

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