# langs **Repository Path**: mirrors_Olical/langs ## Basic Information - **Project Name**: langs - **Description**: My work for the "7 languages in 7 weeks" book - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/