8
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small refactoring. More... over 14 years ago
Allow ' as valid symbol. More... over 14 years ago
Allow elixir keywords on Erlang method invocation. More... over 14 years ago
some fix in test More... over 14 years ago
readme fix More... over 14 years ago
add test for number separator and fix README More... over 14 years ago
Add support for '_' separator in numbers More... over 14 years ago
Add more info to the README and change code to reflect it. More... over 14 years ago
Use default arguments internally. More... over 14 years ago
Implemented default args. More... over 14 years ago
Initial work on default args. More... over 14 years ago
Expand pattern matching section. More... over 14 years ago
Replace set_ivar() by @() throughout Elixir. More... over 14 years ago
Fix typo (tks grimen) More... over 14 years ago
Allow allow @(k,v). More... over 14 years ago
Add @() to README. More... over 14 years ago
Add @() as syntax to atomatically update instance variables. More... over 14 years ago
Rename __ivars__ to get_ivars and add set_ivars counterpart. More... over 14 years ago
Update CHANGELOG. More... over 14 years ago
Add release file. More... over 14 years ago
Yay, boot Elixir as an Application. More... over 14 years ago
Change gitignore, add elixir.app More... over 14 years ago
Apply Max Lapshin advice here and remove init:stop(). More... over 14 years ago
1. gen_servers must be started via start_link under supervisor 2. any erlang process must be started in supervisor tree More... over 14 years ago
proper library path detection More... over 14 years ago
Update CHANGELOG. More... over 14 years ago
Print some dots while running tests. More... over 14 years ago
Add some full stack server and client test to GenTCP. More... over 14 years ago
Add a bit of docs to GenTCP. More... over 14 years ago
Added GenTCP, with examples More... over 14 years ago