+ 2

Can I build applications by Ruby like which I built by java ,paython and c# ..desktop application

desktop apps by ruby...

23rd Mar 2017, 8:56 AM
ZeroOne;
ZeroOne; - avatar
3 Respuestas
+ 8
Ruby works around with different types of data handling using file extensions! If the filename has the extension “.rb”, it is loaded as a source file; if the extension is “.so”, “.o”, or “.dll”, or the default shared library extension on the current platform, Ruby loads the shared library as a Ruby extension.
24th Mar 2017, 4:00 PM
Harshit Gupta
Harshit Gupta - avatar
+ 7
Web apps yes, mobile no...👍
23rd Mar 2017, 9:05 AM
Cory Gutierrez🔹
Cory Gutierrez🔹 - avatar
+ 6
You can actually make mobile apps using Ruby, but not just Ruby you might need help using Engines and also XML
24th Mar 2017, 6:53 AM
MrCoder
MrCoder - avatar