Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdigger/seven_languages
Area to do the exercises in Seven Languages In Seven Weeks
https://github.com/jdigger/seven_languages
Last synced: 25 days ago
JSON representation
Area to do the exercises in Seven Languages In Seven Weeks
- Host: GitHub
- URL: https://github.com/jdigger/seven_languages
- Owner: jdigger
- Created: 2012-01-05T16:24:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T15:00:40.000Z (over 9 years ago)
- Last Synced: 2024-11-13T21:55:39.132Z (3 months ago)
- Language: Scala
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Purpose
========
This is a place to work on the exercises in the book "Seven Languages In Seven Weeks."Layout
========
There are two areas, jmoore and mmunhall, that then have subdirectories for each of the languages.Because git doesn't store an empty directory, on initial setup, simply run (assuming bash/zsh):
`# mkdir -p {jmoore,mmunhall}/{ruby,io,prolog,scala,erlang,clojure,haskell}`