Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Elixir online IDE/playground website

Tags:

elixir

Is there any website which allow to test Elixir snippets, save them and share like:

  • http://haskellstub.com/ (Dead link)
  • http://ideone.com/
  • http://www.tutorialspoint.com/codingground.htm

I find something like: http://www.tryerlang.org/ and http://try-elixir.herokuapp.com/ but they do not allow to share code, and the second use Elixir v0.10.2.

like image 415
Lukasz Szozda Avatar asked Jul 08 '15 19:07

Lukasz Szozda


People also ask

What IDE should I use for Elixir?

Visual Studio Code Visual Studio Code is one of the Microsoft code editors that support multiple programming languages. Being free and open-source, you can download and use it anytime and it works with all the operating systems. Support for Elixir can be easily added using vscode-elixir Extension.

Is Jdoodle free?

Online FREE BASIC Compiler IDE.

What is Elixir code?

Elixir, a dynamic, functional programming language, is designed for building scalable and maintainable applications with a simple, modern, and tidy syntax. Although it is easy to understand, Elixir's approach to concurrency and its data type nuances require some getting used to.

Where can you use Elixir?

Elixir is great for web applications of any size, web APIs (such as JSON or GraphQL), event-driven systems, distributed systems, internet of things, embedded systems, and much more.


1 Answers

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

like image 56
Lukasz Szozda Avatar answered Sep 21 '22 20:09

Lukasz Szozda