An open API service indexing awesome lists of open source software.

https://github.com/olical/langs

My work for the "7 languages in 7 weeks" book
https://github.com/olical/langs

Last synced: 4 months ago
JSON representation

My work for the "7 languages in 7 weeks" book

Awesome Lists containing this project

README

        

# Langs

My workings for both of the ["7 languages in 7 weeks" books][books]. I'm also planning to use each of these languages in [my brainfucks menagerie][brainfucks]. I'm writing about some of my experiences in brief on [my blog][blog].

## Book 1

* [X] Ruby (magic, magic everywhere. Not in a good way)
* [X] Io (like JavaScript, but with even less features / docs, I really wanted to like Io)
* [X] Prolog (wow, logic programming is cool)
* [X] Scala (still don't particularly like it, even after weeks of using it)
* [X] Erlang (Elixir or LFE seem like better options)
* [X] Clojure (still my favourite by a long way <3)
* [X] Haskell (sort of, I ran out of time / patience)

## Book 2

* [ ] Lua
* [ ] Factor
* [ ] Elm
* [ ] Elixir
* [ ] Julia
* [ ] miniKanren
* [ ] Idris

## Unlicenced

Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.

>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

Do what you want. Learn as much as you can. Unlicense more software.

[books]: https://pragprog.com/book/btlang/seven-languages-in-seven-weeks
[brainfucks]: https://github.com/Wolfy87/brainfucks
[unlicense]: http://unlicense.org/
[blog]: http://oli.me.uk/category/langs/