Answer the question
In order to leave comments, you need to log in
Is it possible to create a low-level application in Ruby?
I would like to create a Ruby application related to computer architecture. Is this possible, or is the language so high-level that it does not allow writing such an application?
Answer the question
In order to leave comments, you need to log in
Ruby is an interpreted language. There is no question of writing low-level applications.
You can if you make a processor that can execute ruby bytecode.
By the way, this is not such a difficult task.
You can create a compiled rather than an interpreted application by writing the application in the Crystal language , which is very similar in syntax to Ruby. Or write complex application logic in C, and connect this code to Ruby as an extension.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question