janslow / qlab-from-csv

Reads a list of cues from a CSV and puts them into Figure53's QLab.
MIT License
3 stars 2 forks source link

Change language from Ruby to a language which allows #8

Closed janslow closed 9 years ago

janslow commented 9 years ago

Ruby requires 3rd party tooling and interpreters to be installed and it's not massively easy to build a single archive with a Ruby gem and all it's dependencies, so internet access is required.

Show machines should have minimal software installed and often no internet connection, so Ruby is not ideal. Limiting the selection to languages which would allow self contained applications (and that I am comfortable I can create the app with), we have the following choices:

C is immediately discarded, because it's C.

Java is an option, but I'm going to go with Swift. Java has the advantage of me knowing it quite well, but Swift should produce a much simpler codebase which can be maintained by others.

janslow commented 9 years ago

Finished in 1.0. in Swift.