Elixir online IDE/playground website

I released elixirplayground.com in 2015 but it is no longer active.

Limitations: execution was limited to 5 seconds, networking was disabled, and the filesystem was read-only.

Sharing was implemented via Github Gists. There was a share button available that returned a URL, or you could load any gist with the ?gist=gistID param.

Hope you liked it!


Finally I found Wandbox 😎

Features:

  • Elixir 1.1.0dev

  • allow edit in Vim/Emacs mode

  • execution of code

  • syntax highlighting

  • adding extra options to commandline

  • sharing links

  • other supported languages[ Bash script Lazy K C Lisp C# Lua C++ PHP CPP Pascal CoffeeScript Perl D Python Elixir Rill Erlang Ruby Groovy Rust Haskell SQL Java Scala JavaScript Vim script]

Example: Fizzbuzz problem

Tags:

Elixir