Re: [Zotonic-Dev] Using Elixir to Develop

2017-10-02 Thread Jake Morrison
On Mon, Oct 02, 2017 at 10:39:04AM +, Marc Worrell wrote: > > > On 2 Oct 2017, at 02:19, Jake Morrison <j...@cogini.com> wrote: > > > > Marc, > > > > On Fri, Sep 29, 2017 at 09:40:07AM +, Marc Worrell wrote: > >> Can mix build

Re: [Zotonic-Dev] Using Elixir to Develop

2017-10-11 Thread Jake Morrison
facing pages. We can build custom CMS functionality, but it is better to to call on a component like Zotonic. > Cheers, > David Cheers, Jake > Op dinsdag 3 oktober 2017 04:23:11 UTC+2 schreef Jake Morrison: > > > > On Mon, Oct 02, 2017 at 10:39:04AM +, Marc Worrell wrote:

Re: [Zotonic-Dev] Using Elixir to Develop

2017-09-29 Thread Jake Morrison
On Fri, Sep 29, 2017 at 08:12:53AM +, Marc Worrell wrote: > Thinking of it… we do use a lot of records for all notifications and > postbacks. > > Are those supported in Elixir? Records are supported, here is the Elixir syntax: https://hexdocs.pm/elixir/Record.html Maps are generally easier

Re: [Zotonic-Dev] Using Elixir to Develop

2017-10-01 Thread Jake Morrison
ly the same as Erlang code, the module atoms just start with 'Elixir.', so that may not be necessary. > - M Jake > > On 29 Sep 2017, at 10:49, Jake Morrison <j...@cogini.com> wrote: > > > > On Fri, Sep 29, 2017 at 08:12:53AM +, Marc Worrell wrote: > &g