AdityaDKale

AdityaDKale

Hey everyone!

I’ve been working on a book about Elixir, and I’m using AsciiDoc to write it all up. It’s still a work in progress, but I thought I’d share a preview here to get some feedback from the community before I go too far down the rabbit hole. These are basically just my notes on elixir which are converted into a book. Very early in development expect errors.

Proposed Chapters:

Table of Contents
1: Preface
2: Chapter 1: Why Elixir?
3: Chapter 2: Introduction to Elixir
3: Installation of Elixir
3: Interactive Shell
4: Hello World Program
5: Chapter 3: Laying the Groundwork
5: Basic Data Types
7: References
8: About the Author

https://github.com/Elixir-For-Everyone/Elixir-For-Everyone

Showing Posts 1 to 7

arcanemachine

arcanemachine

Step 1: Install Dependencies

Ensure that the following tools are installed on your system:

RubyGems (gem)
Bundler
Make

You can check if they are installed by running:

gem --version
bundler --version
make --version

If any of these tools are not installed, you can install them using the following commands:
For RubyGems and Bundler:

Install Ruby (if not already installed):

On macOS:

brew install ruby

On Ubuntu:

sudo apt-get install ruby-full

:thinking:

AdityaDKale

AdityaDKale OP

For building the book locally. I am using ascii docs

jarlah

jarlah

~it would be more interesting to look at if i didnt have to install all that ruby tooling. Tell me when there is a released pdf~ ← there is no cross over effect??

there is a pdf here Release 0.1-alpha · Elixir-For-Everyone/Elixir-For-Everyone · GitHub

dimitarvp

dimitarvp

You could have made much less involved process for producing the book. Even just making a Dockerfile and showing a command to run would be much better.

I am not reinstalling the Ruby tooling to try a book.

sodapopcan

sodapopcan

Cool!

Agreed on requiring a whole toolchain to read a book. I would just add a prominent “Read it here” at the top of the README linking to the releases page.

AstonJ

AstonJ

Hi Aditya, firstly, I love the name!!

I also like to encourage people to create learning resources if they think they can help others - sometimes we may have a particular way of teaching or explaining things that gel with certain people, so what you come up with could be very valuable for some people or even certain types of people. Who knows you may even get noticed by a publisher who might want to work with you. So go for it if it’s something you feel passionate about :023:

I agree with some of the comments about the steps required to view the book though, particularly since you posted this in our book section which is where we list mostly completed books. I did build a copy of the book and noticed there is only 4 pages complete yet so I have moved this thread to the Resources Chat section for now. Once you’re nearing completion let us know and we can always create a new thread. I also added a bit more info to your post, hope that’s ok and good luck!

dunyakirkali

dunyakirkali

Great initiative @AdityaDKale !

Maybe this will come in handy :wink:

— All posts loaded —

Where Next? Top

Trending in Chat/Questions Top

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews