Post
Topic
Board Development & Technical Discussion
Re: Let's deploy free open-source crypto-exchange in 15 minutes
by
openware
on 25/12/2019, 18:27:22 UTC
Interesting, but why use ruby instead of a typed language?  Smiley

A question of preference, really  Undecided

Ruby is elastic and dynamic, which is a good property to have for building gazillion plugins to support any blockchain and such.
That being said, for very important components we use Go, which is typed.