A LuaTeX package that provides the foundation for building custom bridges between LuaTeX and external languages with their ecosystems, enabling advanced cross-language workflows
CTAN Coming soon!
Manual Installation:
- Navigate to the root directory in your terminal and run
l3build compile
l3build installImportant
For saving code snippets sciffi uses os.tmpname(), which creates global
path. By default MikTeX doesn't allow to write there, so in order to use
sciffi environment set AllowUnsafeOutputFiles to true
initexmf --set-config-value=[Core]AllowUnsafeOutputFiles=tExample: Python
\begin{sciffi}{python}
print("Hello from Python")
\end{sciffi}