问题标签 [pike]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
pike - Pike:有没有 Hilfe 记录文件,如果有,在哪里?
在终端中运行 hilfe 会话并按向上/向下箭头键时,我可以访问我之前提供给 Hilfe 的命令。这在终端会话之间是持久的。我假设有一个保存命令的记录文件。如果我的假设是真的,我在哪里可以找到这个文件?
shared-libraries - 是否可以在 Pike 语言中使用外部 C 库?
Pike是一种有趣的编程语言,其语法类似于 C,但可以解释。
是否可以在 Pike 中使用外部 C 库?例如 Apophenia:http ://apophenia.info/
我在它的文档中找不到这个。
谢谢你的帮助。
pike - 导入 DLL 和相关函数
好奇是否有办法在 pike 中使用预编译的 DLL,如果我有相关的头文件?使用旧版本的SWIG是我最接近的吗?(4.XX 已移除 Pike 支持)。