Skip to main content

All Questions

Tagged with
2 votes
2 answers
112 views

Dynamic loading of objects defined during development for a running system

So I have a design/architectural question. I want to develop a pattern in a programming language that is able to allow a app command-line shell to send commands to a running application to create ...
LeanMan's user avatar
  • 179
1 vote
1 answer
1k views

How would I integrate python code into Ruby code?

For instance, if I wanted to make a game which used a Python main file, but have another file with Ruby methods on it, how would I call those methods individually? Secondly, how could I make a Ruby ...
sirsnow's user avatar
  • 41