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...

# clojure # Elixir
Avatar
steve lee
·
0
0

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.

# Elixir
Avatar
steve lee
·
2
0

Elixir Note - Recursion

Due to immutability, loops in Elixir are written differently from imperative languages. For example, loops commonly look like:

# Elixir # functional programming
Avatar
steve lee
·
0
0
- END -