Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viglioni/lang-studies
Repo with algorithms or small projects in some languages I am studying
https://github.com/viglioni/lang-studies
clojure cryptography haskell
Last synced: 3 months ago
JSON representation
Repo with algorithms or small projects in some languages I am studying
- Host: GitHub
- URL: https://github.com/viglioni/lang-studies
- Owner: viglioni
- License: gpl-3.0
- Created: 2019-04-26T01:58:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T19:57:34.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T10:37:56.133Z (9 months ago)
- Topics: clojure, cryptography, haskell
- Language: Haskell
- Homepage:
- Size: 496 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
# -*- 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~