Is there currently a way in Deno to evaluate a value? If I had a long string with a compacted script, could I evaluate and initialize its logic into say a function? This would be helpful for more dynamic scripting. If an eval specifically isn't possible is there a preferred way? I don't want to have to use the CLI or pipe values into the program.
2.1m questions
2.1m answers
60 comments
57.0k users