https://github.com/danielrs/portfolio-haskell
Source code for my portfolio website
https://github.com/danielrs/portfolio-haskell
Last synced: about 1 year ago
JSON representation
Source code for my portfolio website
- Host: GitHub
- URL: https://github.com/danielrs/portfolio-haskell
- Owner: danielrs
- License: mit
- Created: 2015-10-12T06:07:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T06:41:24.000Z (over 10 years ago)
- Last Synced: 2025-04-12T06:59:46.829Z (about 1 year ago)
- Language: Haskell
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio
Source for my portfolio website, made in Haskell.
## Deployment
The repo includes a Vagrant file, which sets up a debian/wheezy64 machine for compiling the project. This distribution compiles executables compatible with Heroku and RedHat OpenShift services.
## Technologies used
There are a lot of alternatives for building websites (Ruby/RoR, Python/Django, Scala/Play), but since I'm trying to learn Haskell on my free time I decided to made the website using Haskell, and maybe it can help people interested in developing in Haskell too.
### Haskell
Pure functional programming language.
### Yesod
Web develoment framework for Haskell.
### Clay
CSS EDSL for Haskell. All the power of Haskell in a CSS Preprocessor.
### Purescript
Functional language similar to Haskell; compiles to Javascript.