我試圖使用Python用藥劑和我寫了下面的功能代碼(你可以找到回購我在這裏建造:https://github.com/arthurcolle/elixir_with_erlport) defmodule Snake do
use Application
def start(_type, _args) do
import Supervisor.Spec, warn:
這裏是2個斷點一個簡單的模塊在其中調用另一個函數以名字完全一樣,內置的那些功能:get/1和put/2 defmodule Test do
def call_put() do
require IEx; IEx.pry
put("k", "v")
end
def call_get() do
require IEx; IEx.pry