No description
Find a file
2013-08-03 00:40:36 +03:00
lib Example 'main' function to test bot 2013-08-03 00:40:36 +03:00
test Initial IRC connection test 2013-06-14 00:49:31 +03:00
.gitignore Initial IRC connection test 2013-06-14 00:49:31 +03:00
connections.json.dist An idea for the bot autojoin configuration file 2013-06-27 23:56:07 +03:00
mix.exs Remove unused dependency 2013-06-15 23:28:32 +03:00
README.md Add readme 2013-06-15 23:26:29 +03:00

␀form

␀form or NULform if your font is lacking is an experimental IRC bot written in Elixir, a language built on top of Erlang. The bot is only a secondary result of my effort to try to learn a new language and new programming paradigms.

At this stage (and probably forever), ␀form is not even alpha quality and even releases in the supposedly stable branches can contain errors and may not even compile.

Goals for ␀form

  • Functional-ish design
  • Distributed, with tasks not blocking others from completion
  • Performant and able to scale to many networks and users
  • Live code reloading without restarting processes