+ 2
Ash[Focused In Distraction] writing a c file is nothing more than writing a text file
Compiling it is transforming it in a binary file that can be executed (exe file on Windows)
Those are two distinct actions and the second one is done behind the scene on SoloLearn
+ 3
Never used ruby aside from here. But writing a c file is the same as writing any text file so ... Guess you just have to create a program that writes a text file and put c code in it!
+ 1
Sorry I don't have much knowledge about ruby, gems or on rails. I installed the package some years ago and tried it out and it wasn't for me.
+ 1
Ash[Focused In Distraction] yes, but keep in mind that writing a C file is different than compiling it or executing the result of its compilation