top | item 23611065

(no title)

sdn90 | 5 years ago

Great work!

I wasn't able to find anything on deployment in the docs. What does it look like?

I've been looking for a framework with the following requirements:

  - Functional-ish language
  - Statically typed with Result<T, E> error handling. 
  - Garbage collected. 
  - Compile time checked HTML templates, with autoformatter  and IDE support (like working with JSX/TSX in VS Code). 
  - Some kind of SQL DSL that has decent IDE support (like Ecto on Elixir, Diesel on Rust).
This framework checks off more of those than any framework I've seen. I'll definitely be giving it a try.

discuss

order

laobiz|5 years ago

Deployment documentation is WIP at the moment and will be released soon. In the future we want to release a Cloud where the deployment will be as easy as clicking a button and having it online in a few seconds :)

t0astbread|5 years ago

Because you mentioned Result specifically: I've recently seen a talk by Rich Hickey that (for me) made a pretty strong case against Result/Maybe/etc. and for union types instead. Maybe you'll find it interesting: https://www.youtube.com/watch?v=YR5WdGrpoug