Nefcairon

Nefcairon

Notebook to learn Elixir/Phoenix?

Hello,

Moderators: Didn’t find any category that fits, so please change if you like.

I am looking for recommendations for the following situation:
I already have a notebook (windows), but it’s more a replacement for a personal computer. When the weather is warm enough, I rather want to sit in the garden learning Elixir and Phoenix. But my notebook is cumbersome to carry it outside and I think it would be better to use linux for development.

Can you recommend a laptop that run linux for my purpose? The cheaper, the better. (I am not sure if I could code in Elixir on a Chromebook).

Most Liked

Ted

Ted

In addition to what @cnck1387 wrote…

… the Elixir wiki has a page dedicated to Windows, in which a lot of details about installing WSL can be found.

John-Goff

John-Goff

I’ve installed elixir and Phoenix on my chromebook, but I haven’t done a ton of development work with it. Just enough to know that it works. Does take a little getting used to to understand where your Linux machine ends and the chromebook begins. Getting my editor set up properly (I use emacs) was probably the hardest part.

AstonJ

AstonJ

I still love my 11" MacBook Air - it’s tiny and highly portable, and I use it as my main computer (just plug it into a monitor with bluetooth keyboard and trackpad when at my desk).

You might also find this poll interesting:

:003:

david_ex

david_ex

Thinkpads can usually be obtained used for cheap (e.g. when companies renew their fleet and sell the old ones) and typically have excellent Linux support. If that’s something you’d consider doing, take a look at https://www.truefla.me/free-stuff/used-thinkpad-buyers-guide (although note that price in EU tend to be higher than the US ones in the guide).

Nefcairon

Nefcairon

2 years later I finally have decided to buy a chromebook (Acer CP713-3w).

Has anyone experience with Erlang/Elixir (+Rust for the Nx.Explorer package) on Crostini? Is it any different from developing on a Ubuntu machine?

Where Next?

Popular in Questions Top

sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
Tee
can someone please explain to me how Enum.reduce works with maps
New
LegitStack
I’m hoping you guys can give me some general advice and perhaps code examples if you’re feeling up to it. I’m very interested in Elixir,...
New
pgiesin
This should be a simple problem but I just can’t seem to figure it out. I have a standalone Elixir app that won’t find the database. Dep...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
Exadra37
Sometimes I want to check if the input into a function is not a blank string. My first approach: defmodule Example do def do_stuff(s...
New
beno
I will often find my self writing things similar to: case some_value do nil -> something() "" -> something() _ -> someth...
New
jc00ke
Expanding on this topic: https://forum.elixirforum.net/t/map-typespec-question/19217 Let’s say I have a map with required and optional k...
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
dotdotdotPaul
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
sergio
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
AstonJ
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list....
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
273 38985 115
New

We're in Beta

About us Mission Statement