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
- Host: GitHub
- URL: https://github.com/olical/langs
- Owner: Olical
- License: unlicense
- Created: 2015-03-30T22:38:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T09:37:49.000Z (about 10 years ago)
- Last Synced: 2025-01-05T02:10:35.514Z (5 months ago)
- Language: Io
- Homepage: http://oli.me.uk/category/langs/
- Size: 273 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/