Skip to content

mattgallagher92/seven-languages-in-seven-weeks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven languages in seven weeks

This is my companion repo to the book "Seven Languags in Seven Weeks". I used it to make some thoughts on the languages as I worked my way through the book.

Check out my thoughts on:

Local development

I used the nix package manager to create isolated, reproducible development environments. In order to use it, you will need to install Nix, then you can run

nix-shell --pure

from the relevant subdirectory to launch the development environment. That will enable you to start the relevant programs. For example, running nix-shell --pure from within the ./ruby directory will make irb, interactive ruby, available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published