python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
undefined function sigil_I/2 (there is no such import)
I am working on RDFGraph using elixir.
I am running the following command on iex:
iex(1)> DC.format(~I<urn:isbn:978-1-68050-252-7>, ~L"Paper")
and get this error:
** (CompileError)...
Munim Iftikhar
Votes: 0
Answers: 1
Elixir allow assign to variable two times
Elixir values are immutable but i can assign two values to same variable. How immutable variable works in Elixir? if x is 5 and it is immutable how can i assign again 7 value? Shouldn't it throw an er...
Yusuf Yalcin
Votes: 0
Answers: 0
iex.iexs file is not loading on test environment
I'am trying to load the iex.iexs file when debugging a test. I created an alias in Mix.exs that tries to import it.
defp aliases do
[
...,
"ex.file": [&import_iex_file/1,...

Lilith
Votes: 0
Answers: 1
How to write file path in elixir-iex? I am using windows
I wrote this:
File.read("C:\Users\Mostafiz\OneDrive\Desktop\New_Text_Document")
But getting the following error:
{:error, :enoent}
I copied this file path from the properties that file.
...
Mostafiz Ur Rahman
Votes: 0
Answers: 3