CIEL 是一个扩展的 Lisp
CIEL Is an Extended Lisp

原始链接: http://ciel-lang.org/

文档 CIEL 是一个扩展 Lisp 包含 100% Common Lispbatteries GitHub 显示 #!/usr/bin/env ciel (print (json:read-json (http:get "https://fakestoreapi.com/products?limit=5" ))) $ ./myscript.lisp 您需要 JavaScript 才能查看文档的其余部分:( 只需查看 GitHub 存储库即可。干杯,也许是 EWW 用户?

用户喜欢新的编程语言 CIEL,它增强了他们最喜欢的语言 Common Lisp。 他们在项目中广泛使用 Common Lisp,并发现它具有高度交互性,特别是与 Emacs 和 Slime 等工具一起使用,与 Python 等语言相比,它提供了卓越的 REPL 体验。 然而,他们指出 CIEL 解决了 Common Lisp 中缺失的功能,通过使用 Clesh 库提供类似于 IPython 的 shell 传递。 该功能允许用户在REPL环境中执行shell命令,从而更方便地执行需要与外部系统交互的任务。 此外,用户强调 CIEL 旨在简化安装过程,使其更容易在包括 MacOS 在内的各种平台上进行设置。 最后,他们建议每个应用程序使用一个包,而不是为每个文件创建单独的包,强调正确组织以避免大型项目中符号混淆的重要性。
相关文章

原文
Document

CIEL Is an Extended Lisp

  • 100% Common Lisp
  • batteries included

GitHub Show me

#!/usr/bin/env ciel

(print
  (json:read-json
    (http:get "https://fakestoreapi.com/products?limit=5")))
$ ./myscript.lisp

You need JavaScript to see the rest of the doc :( Just look at the GitHub repository. Cheers, EWW user maybe?

联系我们 contact @ memedata.com