Category:Elixir
(Redirected from Elixir)
Elixir
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Elixir.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Type checking: | Dynamic |
---|---|
See Also: |
|
Elixir is an implementation of Erlang.
Other implementations of Erlang.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
Platform features
- Scalability
- Fault-tolerance
Language features
- Functional programming
- Extensibility and DSLs
Tooling features
- A growing ecosystem
- Interactive development
- Erlang compatible
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Elixir examples needing attention (empty)
- Elixir Implementations (empty)
- Elixir User (11 P)
Pages in category "Elixir"
The following 200 pages are in this category, out of 539 total.
(previous page) (next page)A
- A+B
- ABC problem
- Abundant, deficient and perfect number classifications
- Accumulator factory
- Ackermann function
- AKS test for primes
- Algebraic data types
- Align columns
- Aliquot sequence classifications
- Almost prime
- Amicable pairs
- Anagrams
- Anagrams/Deranged anagrams
- Anonymous recursion
- Anti-primes
- Append a record to the end of a text file
- Apply a callback to an array
- Arbitrary-precision integers (included)
- Arithmetic evaluation
- Arithmetic-geometric mean
- Arithmetic/Complex
- Arithmetic/Integer
- Arithmetic/Rational
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Creation
- Associative array/Iteration
- Associative array/Merging
- Average loop length
- Averages/Arithmetic mean
- Averages/Mean angle
- Averages/Median
- Averages/Mode
- Averages/Pythagorean means
- Averages/Root mean square
- Averages/Simple moving average
B
C
- Caesar cipher
- Call a function
- Call an object method
- Cantor set
- Case-sensitivity of identifiers
- Catalan numbers
- Catalan numbers/Pascal's triangle
- Catamorphism
- Character codes
- Check that file exists
- Chinese remainder theorem
- Circles of given radius through two points
- Closest-pair problem
- Closures/Value capture
- Collections
- Combinations
- Combinations and permutations
- Combinations with repetitions
- Comma quibbling
- Command-line arguments
- Comments
- Compare a list of strings
- Compiler/lexical analyzer
- Compound data type
- Concurrent computing
- Constrained random points on a circle
- Continued fraction
- Convert seconds to compound duration
- Conway's Game of Life
- Copy a string
- Count in factors
- Count in octal
- Count occurrences of a substring
- Count the coins
- CRC-32
- Create a file
- Create a two-dimensional array at runtime
- Create an HTML table
- CSV data manipulation
- Cumulative standard deviation
- Currying
- Cut a rectangle
- Cycle detection
- Cyclops numbers
D
- Date format
- Day of the week
- Deal cards for FreeCell
- Decimal floating point number to binary
- Delete a file
- Deming's funnel
- Department numbers
- Detect division by zero
- Determine if a string is numeric
- Digital root
- Digital root/Multiplicative digital root
- Dinesman's multiple-dwelling problem
- Dining philosophers
- Display a linear combination
- Documentation
- Dot product
- Draw a cuboid
- Dutch national flag problem
E
- Echo server
- Elementary cellular automaton
- Elementary cellular automaton/Infinite length
- Emirp primes
- Empty directory
- Empty program
- Empty string
- Enforced immutability
- Entropy
- Entropy/Narcissist
- Enumerations
- Environment variables
- Equilibrium index
- Ethiopian multiplication
- Euler method
- Euler's sum of powers conjecture
- Evaluate binomial coefficients
- Even or odd
- Events
- Evolutionary algorithm
- Exceptions/Catch an exception thrown in a nested call
- Exponentiation operator
- Extensible prime generator
F
- Factorial
- Factors of a Mersenne number
- Factors of an integer
- Fibonacci n-step number sequences
- Fibonacci sequence
- Fibonacci word
- Fibonacci word/fractal
- File input/output
- File modification time
- File size
- Filter
- Find common directory path
- Find duplicate files
- Find limit of recursion
- Find palindromic numbers in both binary and ternary bases
- Find the last Sunday of each month
- Find the missing permutation
- First-class functions
- Five weekends
- FizzBuzz
- Flatten a list
- Flipping bits game
- Floyd's triangle
- Floyd-Warshall algorithm
- Fork
- Formatted numeric output
- Forward difference
- Four bit adder
- Fractran
- Free polyominoes enumeration
- Function composition
- Function definition
G
- Gamma function
- Gapful numbers
- General FizzBuzz
- Generate Chess960 starting position
- Generate lower case ASCII alphabet
- Generator/Exponential
- Generic swap
- Gray code
- Greatest common divisor
- Greatest element of a list
- Greatest subsequential sum
- Guess the number
- Guess the number/With feedback
- Guess the number/With feedback (player)