Anything related to languages (designed to be) embedded in other applications and their implementations.
I am wondering if there are any statically typed, embeddable scripting languages. Python, JavaScript, etc. are great languages, but they …
language-agnostic embedded-language static-typingI have no experience with llvm or clang, yet. From what I read clang is said to be easily embeddable …
c++ jit llvm clang embedded-languageI'm working on an application in Java, that needs to do some complex logic rule deductions as part of its …
java prolog embedded-language logic-programming constraint-programmingFor a project I'm currently working on, I'm looking to embed a scripting engine into my C++ code to allow …
c++ python scripting lua embedded-languageWhat are the typical use cases of using an embeddable programming language? Do I understand it correctly that such language …
lua programming-languages embed embedded-languageDoes anybody here have a experience with Common Lisp as a embedded language (using ECL)? If so, how good is …
lua common-lisp embedded-languageI'm interested in embedding a Prolog interpreter in Java. One option is using JPL, but the download links on the …
java swi-prolog embedded-language jplI need to retrieve some details from a MusicXML (xml) file in Java. I managed to read xml files in …
java xquery embedded-language