Skip to content

This is a simulation project for an Elixir Actor World

Notifications You must be signed in to change notification settings

SachinVarghese/Elixir_SymWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymWorld

TODO: Add description

Installation

If available in Hex, the package can be installed by adding sym_world to your list of dependencies in mix.exs:

def deps do
  [
    {:sym_world, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sym_world.

Production Scripts

REPL

MIX_ENV=prod iex -S mix

Executable Script

MIX_ENV=prod mix escript.build

Run Application

MIX_ENV=prod mix run --no-halt

Docker

sudo docker build -t symworld .

About

This is a simulation project for an Elixir Actor World

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published