寻找SWI-prolog记录库的例子

发布于 2024-11-10 02:29:24 字数 1536 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执笔绘流年 2024-11-17 02:29:24

SWI-Prolog JSON 库中有一个使用示例来保存 JSON 选项
http://www.swi-prolog。 org/git/packages/http.git/blob/HEAD:/json.pl

使用起来非常简单。唯一的痛苦是您无法从记录中提取任意字段,因为它们需要由 _(X) 访问。另外,我不认为存储有关记录的任何额外元数据,以防您想在运行时获取字段名称。

There is one example of usage here in the SWI-Prolog JSON library to hold JSON options
http://www.swi-prolog.org/git/packages/http.git/blob/HEAD:/json.pl

It is pretty straightforward to use. the only pain is that you can't pull arbitrary fields off a record because they need to be accessed by _(X). Also, i do not believe any extra meta-data about the record is stored in case you want to get the field names at run time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文