arrow_back
标签:Elixir
avatar
steve lee

Lambda Calculus: Represent in Clojure and Elixir

Lambda calculus is the main idea behind functional programming, a complete model for computation. There are a lot of documents and course...
· 0 点赞 · 0 评论
avatar
steve lee

Elixir Note - Concurrency

For example, we have a simple module to fetch the price of a given ticker symbol (or stock symbol) from API and parse the results.
· 0 点赞 · 2 评论
avatar
steve lee

Elixir Note - Recursion

Due to immutability, loops in Elixir are written differently from imperative languages. For example, loops commonly look like:
· 0 点赞 · 0 评论
没有更多内容。