embedded-language
Lua & implicit global state
I\'m integrating Lua into my project at the moment, and I\'m facing a small design problem on the way. Currently, if I want to get information from my host application into Lua scripts, I call a funct[详细]
2023-02-14 20:17 分类:问答Embedding a Low Performance Scripting Language in Python [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-12 20:41 分类:问答PHP: Is it possible to embed HTML in the middle of a ternary operator somehow?
For example, can I do something like the following? <? $foobar = 1; $foobar==0 ? ?> <span>html goes here.</span>[详细]
2023-02-11 13:40 分类:问答Create a new embedded language using PHP
I am trying to develop an administration panel and I have a command line. When a user send a command like below, i need to recognize it using开发者_JS百科 PHP.[详细]
2023-02-01 18:00 分类:问答Cannot reference IronPython Project from C# Project
I am trying to reference an IronPython project in a C# Project. They are both in the same solution. I am new to IronPython, so I was just wondering how the referencing works. Does an IronPython genera[详细]
2023-02-01 15:18 分类:问答Embedding Python thread safe
I\'m trying to use Python in a module for an analysis software of vehicle bus systems. For this I have to embedPython in a thread safe manner, since there can be multiple instances of the module witch[详细]
2023-01-20 06:59 分类:问答Python vs Lua for embedded scripting/text processing engine
For a project I\'m currently working on, I\'m looking to embed a scripting engine into my C++ code to allow for some extensibility down the line.The application will require a fair amount of text proc[详细]
2023-01-17 01:10 分类:问答How to embed LLVM?
The LLVM Core project consists of: Compiler - converts source code to LLVM IR VM - executes compiled IR开发者_如何学JAVA code[详细]
2023-01-12 21:24 分类:问答How to import a closure from groovy to java?
I\'m trying to extract a closure from a groovy script. I define the closure as def printMe = {str ->println str}[详细]
2023-01-10 01:16 分类:问答Looking for an embeddable scripting language for C++ with 64-bit support and Cross Platform
I\'m looking for a scripting language that works on 32-bit and 64-bit machines as well as on Windows and Linux. I will be embedding it into a C++ application so I prefer it to be natively written in C[详细]
2023-01-08 03:44 分类:问答