Latest #repl Threads 
why does the repl do this
iex(19)> "\\"
"\\"
iex(20)> "\#"
"#"
iex(21)> String.length "\\"
1
iex(22)> String.length "\#"
1
i...
New
IEx is a very powerfull shell and it would be awesome to have all this power integrated inside a code editor. Clojure enables something l...
New
I like REPL-driven development.
However, when using IEx.pry() and LiveView, I’m sitting there, happily typing away when I’m abruptly int...
New
I just finished reading Hell Is Other REPLs in Colin Okay’s SAVE-LISP-OR-DIE series. It’s an interesting look at Common Lisp, with percep...
New
I just ran across an interesting article on REPL-driven programming:
On repl-driven programming
It’s currently being discussed (extens...
New
I’ve got a function that returns a huge map from parsing documents. When working with it in the repl, I read it in and store it as a vari...
New
After watching this talk from Stuart Halloway, I wonder how cool would it be to implement the general idea with Elixir. :slight_smile:
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
IEx is a very powerfull shell and it would be awesome to have all this power integrated inside a code editor. Clojure enables something l...
New
why does the repl do this
iex(19)> "\\"
"\\"
iex(20)> "\#"
"#"
iex(21)> String.length "\\"
1
iex(22)> String.length "\#"
1
i...
New
Trending Over Three Years
After watching this talk from Stuart Halloway, I wonder how cool would it be to implement the general idea with Elixir. :slight_smile:
New
I just finished reading Hell Is Other REPLs in Colin Okay’s SAVE-LISP-OR-DIE series. It’s an interesting look at Common Lisp, with percep...
New
I’ve got a function that returns a huge map from parsing documents. When working with it in the repl, I read it in and store it as a vari...
New
I just ran across an interesting article on REPL-driven programming:
On repl-driven programming
It’s currently being discussed (extens...
New
I like REPL-driven development.
However, when using IEx.pry() and LiveView, I’m sitting there, happily typing away when I’m abruptly int...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








