Posted 06 April 2015 - 11:19 PM
So currently I am working in a drag and drop style tree chart program editor for ComputerCraft. I would like to have it fully support custom APIs and detect what variable types should be placed into them in as efficient a method as possible. Currently I'm working with creating a coroutine that rapidly calls the function passing random variable types to see if any attempts don't error out. It can already catch number of arguments needed or unknown number (… In function)
I really don't believe this is possible in any realistic method but I figured maybe someone here can think outside the box enough and give me some ideas. It doesn't need to be a perfect science just a close estimate that's correct at least half the time and I'll just add an easy override for the user to plug anything they want into the box.
I really don't believe this is possible in any realistic method but I figured maybe someone here can think outside the box enough and give me some ideas. It doesn't need to be a perfect science just a close estimate that's correct at least half the time and I'll just add an easy override for the user to plug anything they want into the box.