mirror of
https://github.com/extreme-tech-seminar/extreme-tech-seminar.github.io.git
synced 2024-11-14 19:19:34 +00:00
[page] Seven in Seven
This commit is contained in:
parent
9250409610
commit
74f5528834
2 changed files with 29 additions and 0 deletions
28
7in7/index.md
Normal file
28
7in7/index.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
layout: page
|
||||
title: Seven In Seven
|
||||
---
|
||||
|
||||
Our second series of seminars will focus on Bruce A. Tate's
|
||||
[Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks).
|
||||
|
||||
Through it we will explore seven very different programming languages:
|
||||
|
||||
- Ruby
|
||||
- Io
|
||||
- Prolog
|
||||
- Scala
|
||||
- Erlang
|
||||
- Clojure
|
||||
- Haskell
|
||||
|
||||
We will discover and discuss the various concepts and paradigms each
|
||||
language takes advantage of, and come to understand what makes each of
|
||||
them unique and well-suited to different types of work.
|
||||
|
||||
## Getting the book
|
||||
|
||||
The book is available in eBook and print formats through
|
||||
[The Pragmatic Bookshelf](https://pragprog.com/book/btlang/seven-languages-in-seven-weeks). Participants
|
||||
in the Extreme Tech Seminar may use the coupon code "ExtremeTech7" to
|
||||
get 35% off the book.
|
|
@ -27,6 +27,7 @@
|
|||
<li><a href="{{ site.baseurl }}/">Home</a></li>
|
||||
<li><a href="{{ site.baseurl }}/2014/05/01/announcing-extreme-tech-seminar.html">Announcement</a></li>
|
||||
<li><a href="{{ site.baseurl }}/sicp/">SICP</a></li>
|
||||
<li><a href="{{ site.baseurl }}/7in7/">Seven in Seven</a></li>
|
||||
<li><a href="{{ site.baseurl }}/about.html">About Us</a></li>
|
||||
<li><a href="{{ site.baseurl }}/archive.html">Archive</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue