Ticket #164 (new enhancement)
Option to keep bytecode in memory
Reported by: | webnov8 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Often when treating Cobra in a script-like manner it's undesirable to create a binary file. A good option would be to have an option like -inmemory where the bytecode is kept in memory and executed from there.
#! /usr/bin/cobra -inmemory class Foo def main print 'I can run without creating an executable'
Change History
Note: See
TracTickets for help on using
tickets.