用于ACL2的Jupyter内核

acl2-kernel的Python项目详细描述


acl2内核PyPIBinder

用于ACL2的Jupyter内核

什么是Jupyter和ACL2?在

Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. (https://jupyter.org/)

ACL2 is a logic and programming language in which you can model computer systems, together with a tool to help you prove properties of those models. "ACL2" denotes "A Computational Logic for Applicative Common Lisp". (http://www.cs.utexas.edu/users/moore/acl2/)

使用

$ pip3 install jupyter acl2-kernel
$ python3 -m acl2_kernel.install
$ jupyter noteboook

example/目录中有一个正在运行的示例。 你可以试试Binder。在

相关项目

  • Jupyter-交互式计算软件
  • ACL2-基于公共Lisp的定理证明器

许可证

此项目是根据BSD 3条款许可发布的。在

版权所有(c)2020,TANIGUCHI Masaya保留所有权利。在

我们从以下项目中借用代码。在

  • Egison Kernel;版权所有(c)2017,Satoshi Egi和贡献者保留所有权利。在
  • Bash Kernel;版权所有(c)2015,Thomas Kluyver and contributors保留所有权利。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java置换相关算法   在Java中读取/打开文本文件   java为什么这段代码不适用于CodeEval?   java如何将日历转换为JSON   从txt文件中读取字符串并将其存储到java中的字符数组中   字符编码Java ResourceBundles umlauts搞砸了   java为什么hashmap会根据总大小而不是填充的存储桶调整大小   java如何将Excel单元格中的数字字符串读取为字符串(而不是数字)?   java Guava的LocalCache无法使用,为什么?   java有没有办法强制JVM在单个处理器或内核上运行   java Eclipse不安装软件   将字节转换为java字符串(可能是汉字)   Java正则表达式:提取函数名   JavaTestNG:如何从多个类中指定测试方法顺序?