Elixir online IDE/playground website -


is there website allow test elixir snippets, save them , share like:

i find like: http://www.tryerlang.org/ , http://try-elixir.herokuapp.com/ not allow share code, , second use elixir v0.10.2.

finally found wandbox 😎

features:

  • elixir 1.1.0dev

  • allow edit in vim/emacs mode

  • execution of code

  • syntax highlighting

  • adding options 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


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -